#E0C081

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

Shades of Chalky #E0C081

Tints of Chalky #E0C081

Color information

#E0C081 (or 0xE0C081) is unknown color: approx Chalky. HEX triplet: E0, C0 and 81. RGB value is (224,192,129). Sum of RGB (Red+Green+Blue) = 224+192+129=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C081 is #1F3F7E. Grayscale: #C2C2C2. Windows color (decimal): -2047871 or 8503520. OLE color: 8503520.

HSL color Cylindrical-coordinate representation of color #E0C081: hue angle of 39.79º degrees, saturation: 0.61, 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 #E0C081 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224192129-
CMYK00.140.420.12
HSL39.79º60.51%69.22%-
HSV(B)39.79º42.41%87.84%-
XYZ53.5555.1328.59-
YUV194.3991.1149.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=41.10%
G=35.23%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419212900.140.420.1239.7960.5169.22
HexE0C0810E2AC283d45
Octal34030020101652145075105
Binary1110000011000000100000010111010101011001010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C081; }

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

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

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

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

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

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

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

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