#E0C084

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

Shades of Chalky #E0C084

Tints of Chalky #E0C084

Color information

#E0C084 (or 0xE0C084) is unknown color: approx Chalky. HEX triplet: E0, C0 and 84. RGB value is (224,192,132). Sum of RGB (Red+Green+Blue) = 224+192+132=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C084 is #1F3F7B. Grayscale: #C3C3C3. Windows color (decimal): -2047868 or 8700128. OLE color: 8700128.

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

Color convert

RGB224192132-
CMYK00.140.410.12
HSL39.13º59.74%69.8%-
HSV(B)39.13º41.07%87.84%-
XYZ53.7555.2129.65-
YUV194.7392.6148.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 192 (75.39% from 255) = 35.04%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=40.88%
G=35.04%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419213200.140.410.1239.1359.7469.8
HexE0C0840E29C273c46
Octal34030020401651144774106
Binary1110000011000000100001000111010100111001001111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C084; }

 p { color: rgb(224,192,132); }

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

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

 a { background-color: rgb(224,192,132); }

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

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

 span { border-color: rgb(224,192,132); }

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