#E1C6AE

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

Shades of Bone #E1C6AE

Tints of Bone #E1C6AE

Color information

#E1C6AE (or 0xE1C6AE) is unknown color: approx Bone. HEX triplet: E1, C6 and AE. RGB value is (225,198,174). Sum of RGB (Red+Green+Blue) = 225+198+174=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C6AE is #1E3951. Grayscale: #CBCBCB. Windows color (decimal): -1980754 or 11454177. OLE color: 11454177.

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

Color convert

RGB225198174-
CMYK00.120.230.12
HSL28.24º45.95%78.24%-
HSV(B)28.24º22.67%88.24%-
XYZ58.8959.4548.42-
YUV203.34111.45143.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=37.69%
G=33.17%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519817400.120.230.1228.2445.9578.24
HexE1C6AE0C17C1c2e4e
Octal34130625601427143456116
Binary11100001110001101010111001100101111100111001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C6AE; }

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

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

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

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

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

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

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

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