#E0C47D

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

Shades of Chalky #E0C47D

Tints of Chalky #E0C47D

Color information

#E0C47D (or 0xE0C47D) is unknown color: approx Chalky. HEX triplet: E0, C4 and 7D. RGB value is (224,196,125). Sum of RGB (Red+Green+Blue) = 224+196+125=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C47D is #1F3B82. Grayscale: #C4C4C4. Windows color (decimal): -2046851 or 8242400. OLE color: 8242400.

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

Color convert

RGB224196125-
CMYK00.120.440.12
HSL43.03º61.49%68.43%-
HSV(B)43.03º44.2%87.84%-
XYZ54.1856.8127.51-
YUV196.2887.78147.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=41.10%
G=35.96%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419612500.120.440.1243.0361.4968.43
HexE0C47D0C2CC2b3d44
Octal34030417501454145375104
Binary111000001100010011111010110010110011001010111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C47D; }

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

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

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

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

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

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

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

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