#EDCA89

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

Shades of Marzipan #EDCA89

Tints of Marzipan #EDCA89

Color information

#EDCA89 (or 0xEDCA89) is unknown color: approx Marzipan. HEX triplet: ED, CA and 89. RGB value is (237,202,137). Sum of RGB (Red+Green+Blue) = 237+202+137=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 137 (53.91% from 255 or 23.78% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA89 is #123576. Grayscale: #CDCDCD. Windows color (decimal): -1193335 or 9030381. OLE color: 9030381.

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

Color convert

RGB237202137-
CMYK00.150.420.07
HSL39º73.53%73.33%-
HSV(B)39º42.19%92.94%-
XYZ60.5662.0532.45-
YUV205.0689.6150.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 137 (53.91% from 255) = 23.78%
R=41.15%
G=35.07%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720213700.150.420.073973.5373.33
HexEDCA890F2A7274a49
Octal35531221101752747112111
Binary1110110111001010100010010111110101011110011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA89; }

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

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

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

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

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

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

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

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