#EDCE82

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

Shades of Marzipan #EDCE82

Tints of Marzipan #EDCE82

Color information

#EDCE82 (or 0xEDCE82) is unknown color: approx Marzipan. HEX triplet: ED, CE and 82. RGB value is (237,206,130). Sum of RGB (Red+Green+Blue) = 237+206+130=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE82 is #12317D. Grayscale: #CECECE. Windows color (decimal): -1192318 or 8572653. OLE color: 8572653.

HSL color Cylindrical-coordinate representation of color #EDCE82: hue angle of 42.62º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDCE82 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237206130-
CMYK00.130.450.07
HSL42.62º74.83%71.96%-
HSV(B)42.62º45.15%92.94%-
XYZ61.0363.7630.21-
YUV206.684.77149.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 130 (51.17% from 255) = 22.69%
R=41.36%
G=35.95%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720613000.130.450.0742.6274.8371.96
HexEDCE820D2D72b4b48
Octal35531620201555753113110
Binary1110110111001110100000100110110110111110101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE82; }

 p { color: rgb(237,206,130); }

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

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

 a { background-color: rgb(237,206,130); }

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

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

 span { border-color: rgb(237,206,130); }

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