#ECC383

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

Shades of Marzipan #ECC383

Tints of Marzipan #ECC383

Color information

#ECC383 (or 0xECC383) is unknown color: approx Marzipan. HEX triplet: EC, C3 and 83. RGB value is (236,195,131). Sum of RGB (Red+Green+Blue) = 236+195+131=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC383 is #133C7C. Grayscale: #C8C8C8. Windows color (decimal): -1260669 or 8635372. OLE color: 8635372.

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

Color convert

RGB236195131-
CMYK00.170.440.07
HSL36.57º73.43%71.96%-
HSV(B)36.57º44.49%92.55%-
XYZ58.258.529.7-
YUV199.9689.08153.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 131 (51.56% from 255) = 23.31%
R=41.99%
G=34.70%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619513100.170.440.0736.5773.4371.96
HexECC3830112C7254948
Octal35430320302154745111110
Binary11101100110000111000001101000110110011110010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC383; }

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

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

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

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

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

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

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

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