#EDCB8C

Color #EDCB8C Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EDCB8C

Tints of Marzipan #EDCB8C

Color information

#EDCB8C (or 0xEDCB8C) is unknown color: approx Marzipan. HEX triplet: ED, CB and 8C. RGB value is (237,203,140). Sum of RGB (Red+Green+Blue) = 237+203+140=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB8C is #123473. Grayscale: #CECECE. Windows color (decimal): -1193076 or 9227245. OLE color: 9227245.

HSL color Cylindrical-coordinate representation of color #EDCB8C: hue angle of 38.97º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDCB8C is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237203140-
CMYK00.140.410.07
HSL38.97º72.93%73.92%-
HSV(B)38.97º40.93%92.94%-
XYZ61.0162.6133.68-
YUV205.9890.76150.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 140 (55.08% from 255) = 24.14%
R=40.86%
G=35%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720314000.140.410.0738.9772.9373.92
HexEDCB8C0E29727494a
Octal35531321401651747111112
Binary1110110111001011100011000111010100111110011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB8C; }

 p { color: rgb(237,203,140); }

 H1.HeaderClassName
 {
   color: #EDCB8C;
 }
 .AnyTagClassName
 {
   color: #EDCB8C;
 }
</style>
background-color css

<style>
 a { background-color: #EDCB8C; }

 a { background-color: rgb(237,203,140); }

 div.DivClassName
 {
   background-color: #EDCB8C;
 }
 .BgClassName
 {
   background-color: #EDCB8C;
 }
</style>
border-color css

<style>
 span { border-color: #EDCB8C; }

 span { border-color: rgb(237,203,140); }

 td.TdClassName
 {
   border-color: #EDCB8C;
 }
 .TagClassName
 {
   border-color: #EDCB8C;
 }
</style>