#ECCE7D

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

Shades of Marzipan #ECCE7D

Tints of Marzipan #ECCE7D

Color information

#ECCE7D (or 0xECCE7D) is unknown color: approx Marzipan. HEX triplet: EC, CE and 7D. RGB value is (236,206,125). Sum of RGB (Red+Green+Blue) = 236+206+125=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE7D is #133182. Grayscale: #CECECE. Windows color (decimal): -1257859 or 8244972. OLE color: 8244972.

HSL color Cylindrical-coordinate representation of color #ECCE7D: hue angle of 43.78º degrees, saturation: 0.74, 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 #ECCE7D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236206125-
CMYK00.130.470.07
HSL43.78º74.5%70.78%-
HSV(B)43.78º47.03%92.55%-
XYZ60.3763.4628.47-
YUV205.7482.44149.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 125 (49.22% from 255) = 22.05%
R=41.62%
G=36.33%
B=22.05%

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
Decimal23620612500.130.470.0743.7874.570.78
HexECCE7D0D2F72c4a47
Octal35431617501557754112107
Binary111011001100111011111010110110111111110110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCE7D; }

 p { color: rgb(236,206,125); }

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

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

 a { background-color: rgb(236,206,125); }

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

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

 span { border-color: rgb(236,206,125); }

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