#EDCA8C

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

Shades of Marzipan #EDCA8C

Tints of Marzipan #EDCA8C

Color information

#EDCA8C (or 0xEDCA8C) is unknown color: approx Marzipan. HEX triplet: ED, CA and 8C. RGB value is (237,202,140). Sum of RGB (Red+Green+Blue) = 237+202+140=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA8C is #123573. Grayscale: #CDCDCD. Windows color (decimal): -1193332 or 9226989. OLE color: 9226989.

HSL color Cylindrical-coordinate representation of color #EDCA8C: hue angle of 38.35º 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 #EDCA8C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237202140-
CMYK00.150.410.07
HSL38.35º72.93%73.92%-
HSV(B)38.35º40.93%92.94%-
XYZ60.7862.1433.6-
YUV205.491.1150.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 140 (55.08% from 255) = 24.18%
R=40.93%
G=34.89%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720214000.150.410.0738.3572.9373.92
HexEDCA8C0F29726494a
Octal35531221401751746111112
Binary1110110111001010100011000111110100111110011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA8C; }

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

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

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

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

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

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

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

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