#ECC17D

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

Shades of Marzipan #ECC17D

Tints of Marzipan #ECC17D

Color information

#ECC17D (or 0xECC17D) is unknown color: approx Marzipan. HEX triplet: EC, C1 and 7D. RGB value is (236,193,125). Sum of RGB (Red+Green+Blue) = 236+193+125=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC17D is #133E82. Grayscale: #C6C6C6. Windows color (decimal): -1261187 or 8241644. OLE color: 8241644.

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

Color convert

RGB236193125-
CMYK00.180.470.07
HSL36.76º74.5%70.78%-
HSV(B)36.76º47.03%92.55%-
XYZ57.3657.4527.47-
YUV198.186.75155.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 125 (49.22% from 255) = 22.56%
R=42.60%
G=34.84%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619312500.180.470.0736.7674.570.78
HexECC17D0122F7254a47
Octal35430117502257745112107
Binary1110110011000001111110101001010111111110010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC17D; }

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

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

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

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

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

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

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

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