#ECC483

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

Shades of Marzipan #ECC483

Tints of Marzipan #ECC483

Color information

#ECC483 (or 0xECC483) is unknown color: approx Marzipan. HEX triplet: EC, C4 and 83. RGB value is (236,196,131). Sum of RGB (Red+Green+Blue) = 236+196+131=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC483 is #133B7C. Grayscale: #C8C8C8. Windows color (decimal): -1260413 or 8635628. OLE color: 8635628.

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

Color convert

RGB236196131-
CMYK00.170.440.07
HSL37.14º73.43%71.96%-
HSV(B)37.14º44.49%92.55%-
XYZ58.4358.9529.77-
YUV200.5588.75153.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 131 (51.56% from 255) = 23.27%
R=41.92%
G=34.81%
B=23.27%

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
Decimal23619613100.170.440.0737.1473.4371.96
HexECC4830112C7254948
Octal35430420302154745111110
Binary11101100110001001000001101000110110011110010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC483; }

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

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

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

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

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

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

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

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