#E0C382

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

Shades of Chalky #E0C382

Tints of Chalky #E0C382

Color information

#E0C382 (or 0xE0C382) is unknown color: approx Chalky. HEX triplet: E0, C3 and 82. RGB value is (224,195,130). Sum of RGB (Red+Green+Blue) = 224+195+130=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C382 is #1F3C7D. Grayscale: #C4C4C4. Windows color (decimal): -2047102 or 8569824. OLE color: 8569824.

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

Color convert

RGB224195130-
CMYK00.130.420.12
HSL41.49º60.26%69.41%-
HSV(B)41.49º41.96%87.84%-
XYZ54.2856.4929.16-
YUV196.2690.61147.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=40.80%
G=35.52%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419513000.130.420.1241.4960.2669.41
HexE0C3820D2AC293c45
Octal34030320201552145174105
Binary1110000011000011100000100110110101011001010011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C382; }

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

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

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

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

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

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

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

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