#E1C6AF

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

Shades of Bone #E1C6AF

Tints of Bone #E1C6AF

Color information

#E1C6AF (or 0xE1C6AF) is unknown color: approx Bone. HEX triplet: E1, C6 and AF. RGB value is (225,198,175). Sum of RGB (Red+Green+Blue) = 225+198+175=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C6AF is #1E3950. Grayscale: #CBCBCB. Windows color (decimal): -1980753 or 11519713. OLE color: 11519713.

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

Color convert

RGB225198175-
CMYK00.120.220.12
HSL27.6º45.45%78.43%-
HSV(B)27.6º22.22%88.24%-
XYZ58.9859.4948.93-
YUV203.45111.95143.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=37.63%
G=33.11%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519817500.120.220.1227.645.4578.43
HexE1C6AF0C16C1c2d4e
Octal34130625701426143455116
Binary11100001110001101010111101100101101100111001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C6AF; }

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

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

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

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

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

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

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

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