#EDCA78

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

Shades of Marzipan #EDCA78

Tints of Marzipan #EDCA78

Color information

#EDCA78 (or 0xEDCA78) is unknown color: approx Marzipan. HEX triplet: ED, CA and 78. RGB value is (237,202,120). Sum of RGB (Red+Green+Blue) = 237+202+120=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA78 is #123587. Grayscale: #CBCBCB. Windows color (decimal): -1193352 or 7916269. OLE color: 7916269.

HSL color Cylindrical-coordinate representation of color #EDCA78: hue angle of 42.05º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDCA78 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237202120-
CMYK00.150.490.07
HSL42.05º76.47%70%-
HSV(B)42.05º49.37%92.94%-
XYZ59.4461.626.53-
YUV203.1281.1152.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 120 (47.27% from 255) = 21.47%
R=42.40%
G=36.14%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720212000.150.490.0742.0576.4770
HexEDCA780F3172a4c46
Octal35531217001761752114106
Binary111011011100101011110000111111000111110101010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA78; }

 p { color: rgb(237,202,120); }

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

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

 a { background-color: rgb(237,202,120); }

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

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

 span { border-color: rgb(237,202,120); }

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