#ECC882

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

Shades of Marzipan #ECC882

Tints of Marzipan #ECC882

Color information

#ECC882 (or 0xECC882) is unknown color: approx Marzipan. HEX triplet: EC, C8 and 82. RGB value is (236,200,130). Sum of RGB (Red+Green+Blue) = 236+200+130=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC882 is #13377D. Grayscale: #CBCBCB. Windows color (decimal): -1259390 or 8571116. OLE color: 8571116.

HSL color Cylindrical-coordinate representation of color #ECC882: hue angle of 39.62º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECC882 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB236200130-
CMYK00.150.450.07
HSL39.62º73.61%71.76%-
HSV(B)39.62º44.92%92.55%-
XYZ59.2860.7529.72-
YUV202.7886.93151.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 130 (51.17% from 255) = 22.97%
R=41.70%
G=35.34%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620013000.150.450.0739.6273.6171.76
HexECC8820F2D7284a48
Octal35431020201755750112110
Binary1110110011001000100000100111110110111110100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC882; }

 p { color: rgb(236,200,130); }

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

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

 a { background-color: rgb(236,200,130); }

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

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

 span { border-color: rgb(236,200,130); }

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