#E1C07B

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

Shades of Chalky #E1C07B

Tints of Chalky #E1C07B

Color information

#E1C07B (or 0xE1C07B) is unknown color: approx Chalky. HEX triplet: E1, C0 and 7B. RGB value is (225,192,123). Sum of RGB (Red+Green+Blue) = 225+192+123=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C07B is #1E3F84. Grayscale: #C2C2C2. Windows color (decimal): -1982341 or 8110305. OLE color: 8110305.

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

Color convert

RGB225192123-
CMYK00.150.450.12
HSL40.59º62.96%68.24%-
HSV(B)40.59º45.33%88.24%-
XYZ53.4855.1426.56-
YUV19487.93150.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=41.67%
G=35.56%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519212300.150.450.1240.5962.9668.24
HexE1C07B0F2DC293f44
Octal34130017301755145177104
Binary111000011100000011110110111110110111001010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C07B; }

 p { color: rgb(225,192,123); }

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

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

 a { background-color: rgb(225,192,123); }

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

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

 span { border-color: rgb(225,192,123); }

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