#ECC77D

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

Shades of Marzipan #ECC77D

Tints of Marzipan #ECC77D

Color information

#ECC77D (or 0xECC77D) is unknown color: approx Marzipan. HEX triplet: EC, C7 and 7D. RGB value is (236,199,125). Sum of RGB (Red+Green+Blue) = 236+199+125=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC77D is #133882. Grayscale: #C9C9C9. Windows color (decimal): -1259651 or 8243180. OLE color: 8243180.

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

Color convert

RGB236199125-
CMYK00.160.470.07
HSL40º74.5%70.78%-
HSV(B)40º47.03%92.55%-
XYZ58.7260.1627.92-
YUV201.6384.76152.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 125 (49.22% from 255) = 22.32%
R=42.14%
G=35.54%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619912500.160.470.074074.570.78
HexECC77D0102F7284a47
Octal35430717502057750112107
Binary1110110011000111111110101000010111111110100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC77D; }

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

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

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

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

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

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

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

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