#E0C482

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

Shades of Chalky #E0C482

Tints of Chalky #E0C482

Color information

#E0C482 (or 0xE0C482) is unknown color: approx Chalky. HEX triplet: E0, C4 and 82. RGB value is (224,196,130). Sum of RGB (Red+Green+Blue) = 224+196+130=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C482 is #1F3B7D. Grayscale: #C5C5C5. Windows color (decimal): -2046846 or 8570080. OLE color: 8570080.

HSL color Cylindrical-coordinate representation of color #E0C482: hue angle of 42.13º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0C482 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224196130-
CMYK00.120.420.12
HSL42.13º60.26%69.41%-
HSV(B)42.13º41.96%87.84%-
XYZ54.5156.9429.24-
YUV196.8590.28147.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 130 (51.17% from 255) = 23.64%
R=40.73%
G=35.64%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419613000.120.420.1242.1360.2669.41
HexE0C4820C2AC2a3c45
Octal34030420201452145274105
Binary1110000011000100100000100110010101011001010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C482; }

 p { color: rgb(224,196,130); }

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

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

 a { background-color: rgb(224,196,130); }

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

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

 span { border-color: rgb(224,196,130); }

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