#E1C67C

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

Shades of Chalky #E1C67C

Tints of Chalky #E1C67C

Color information

#E1C67C (or 0xE1C67C) is unknown color: approx Chalky. HEX triplet: E1, C6 and 7C. RGB value is (225,198,124). Sum of RGB (Red+Green+Blue) = 225+198+124=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C67C is #1E3983. Grayscale: #C5C5C5. Windows color (decimal): -1980804 or 8177377. OLE color: 8177377.

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

Color convert

RGB225198124-
CMYK00.120.450.12
HSL43.96º62.73%68.43%-
HSV(B)43.96º44.89%88.24%-
XYZ54.8857.8527.34-
YUV197.6486.45147.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=41.13%
G=36.20%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519812400.120.450.1243.9662.7368.43
HexE1C67C0C2DC2c3f44
Octal34130617401455145477104
Binary111000011100011011111000110010110111001011001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C67C; }

 p { color: rgb(225,198,124); }

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

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

 a { background-color: rgb(225,198,124); }

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

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

 span { border-color: rgb(225,198,124); }

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