#ECC381

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

Shades of Marzipan #ECC381

Tints of Marzipan #ECC381

Color information

#ECC381 (or 0xECC381) is unknown color: approx Marzipan. HEX triplet: EC, C3 and 81. RGB value is (236,195,129). Sum of RGB (Red+Green+Blue) = 236+195+129=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC381 is #133C7E. Grayscale: #C8C8C8. Windows color (decimal): -1260671 or 8504300. OLE color: 8504300.

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

Color convert

RGB236195129-
CMYK00.170.450.07
HSL37.01º73.79%71.57%-
HSV(B)37.01º45.34%92.55%-
XYZ58.0758.4528.99-
YUV199.7488.08153.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 129 (50.78% from 255) = 23.04%
R=42.14%
G=34.82%
B=23.04%

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
Decimal23619512900.170.450.0737.0173.7971.57
HexECC3810112D7254a48
Octal35430320102155745112110
Binary11101100110000111000000101000110110111110010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC381; }

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

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

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

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

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

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

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

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