#EDCE7E

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

Shades of Marzipan #EDCE7E

Tints of Marzipan #EDCE7E

Color information

#EDCE7E (or 0xEDCE7E) is unknown color: approx Marzipan. HEX triplet: ED, CE and 7E. RGB value is (237,206,126). Sum of RGB (Red+Green+Blue) = 237+206+126=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE7E is #123181. Grayscale: #CECECE. Windows color (decimal): -1192322 or 8310509. OLE color: 8310509.

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

Color convert

RGB237206126-
CMYK00.130.470.07
HSL43.24º75.51%71.18%-
HSV(B)43.24º46.84%92.94%-
XYZ60.7663.6528.82-
YUV206.1582.77150-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 126 (49.61% from 255) = 22.14%
R=41.65%
G=36.20%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720612600.130.470.0743.2475.5171.18
HexEDCE7E0D2F72b4c47
Octal35531617601557753114107
Binary111011011100111011111100110110111111110101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE7E; }

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

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

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

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

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

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

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

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