#ECC97D

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

Shades of Marzipan #ECC97D

Tints of Marzipan #ECC97D

Color information

#ECC97D (or 0xECC97D) is unknown color: approx Marzipan. HEX triplet: EC, C9 and 7D. RGB value is (236,201,125). Sum of RGB (Red+Green+Blue) = 236+201+125=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC97D is #133682. Grayscale: #CBCBCB. Windows color (decimal): -1259139 or 8243692. OLE color: 8243692.

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

Color convert

RGB236201125-
CMYK00.150.470.07
HSL41.08º74.5%70.78%-
HSV(B)41.08º47.03%92.55%-
XYZ59.1861.0928.07-
YUV202.884.1151.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 125 (49.22% from 255) = 22.24%
R=41.99%
G=35.77%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620112500.150.470.0741.0874.570.78
HexECC97D0F2F7294a47
Octal35431117501757751112107
Binary111011001100100111111010111110111111110100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC97D; }

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

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

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

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

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

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

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

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