#EDCE81

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

Shades of Marzipan #EDCE81

Tints of Marzipan #EDCE81

Color information

#EDCE81 (or 0xEDCE81) is unknown color: approx Marzipan. HEX triplet: ED, CE and 81. RGB value is (237,206,129). Sum of RGB (Red+Green+Blue) = 237+206+129=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE81 is #12317E. Grayscale: #CECECE. Windows color (decimal): -1192319 or 8507117. OLE color: 8507117.

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

Color convert

RGB237206129-
CMYK00.130.460.07
HSL42.78º75%71.76%-
HSV(B)42.78º45.57%92.94%-
XYZ60.9663.7329.86-
YUV206.4984.27149.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=41.43%
G=36.01%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720612900.130.460.0742.787571.76
HexEDCE810D2E72b4b48
Octal35531620101556753113110
Binary1110110111001110100000010110110111011110101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE81; }

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

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

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

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

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

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

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

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