#ECC382

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

Shades of Marzipan #ECC382

Tints of Marzipan #ECC382

Color information

#ECC382 (or 0xECC382) is unknown color: approx Marzipan. HEX triplet: EC, C3 and 82. RGB value is (236,195,130). Sum of RGB (Red+Green+Blue) = 236+195+130=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC382 is #133C7D. Grayscale: #C8C8C8. Windows color (decimal): -1260670 or 8569836. OLE color: 8569836.

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

Color convert

RGB236195130-
CMYK00.170.450.07
HSL36.79º73.61%71.76%-
HSV(B)36.79º44.92%92.55%-
XYZ58.1458.4729.34-
YUV199.8588.58153.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 130 (51.17% from 255) = 23.17%
R=42.07%
G=34.76%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619513000.170.450.0736.7973.6171.76
HexECC3820112D7254a48
Octal35430320202155745112110
Binary11101100110000111000001001000110110111110010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC382; }

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

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

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

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

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

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

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

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