#E1C37D

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

Shades of Chalky #E1C37D

Tints of Chalky #E1C37D

Color information

#E1C37D (or 0xE1C37D) is unknown color: approx Chalky. HEX triplet: E1, C3 and 7D. RGB value is (225,195,125). Sum of RGB (Red+Green+Blue) = 225+195+125=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C37D is #1E3C82. Grayscale: #C4C4C4. Windows color (decimal): -1981571 or 8242145. OLE color: 8242145.

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

Color convert

RGB225195125-
CMYK00.130.440.12
HSL42º62.5%68.63%-
HSV(B)42º44.44%88.24%-
XYZ54.2756.5227.45-
YUV195.9987.94148.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=41.28%
G=35.78%
B=22.94%

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
Decimal22519512500.130.440.124262.568.63
HexE1C37D0D2CC2a3e45
Octal34130317501554145276105
Binary111000011100001111111010110110110011001010101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C37D; }

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

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

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

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

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

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

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

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