#E0C37D

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

Shades of Chalky #E0C37D

Tints of Chalky #E0C37D

Color information

#E0C37D (or 0xE0C37D) is unknown color: approx Chalky. HEX triplet: E0, C3 and 7D. RGB value is (224,195,125). Sum of RGB (Red+Green+Blue) = 224+195+125=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C37D is #1F3C82. Grayscale: #C4C4C4. Windows color (decimal): -2047107 or 8242144. OLE color: 8242144.

HSL color Cylindrical-coordinate representation of color #E0C37D: hue angle of 42.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0C37D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB224195125-
CMYK00.130.440.12
HSL42.42º61.49%68.43%-
HSV(B)42.42º44.2%87.84%-
XYZ53.9656.3627.44-
YUV195.6988.11148.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=41.18%
G=35.85%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419512500.130.440.1242.4261.4968.43
HexE0C37D0D2CC2a3d44
Octal34030317501554145275104
Binary111000001100001111111010110110110011001010101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C37D; }

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

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

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

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

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

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

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

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