#E1C9AF

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

Shades of Bone #E1C9AF

Tints of Bone #E1C9AF

Color information

#E1C9AF (or 0xE1C9AF) is unknown color: approx Bone. HEX triplet: E1, C9 and AF. RGB value is (225,201,175). Sum of RGB (Red+Green+Blue) = 225+201+175=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C9AF is #1E3650. Grayscale: #CDCDCD. Windows color (decimal): -1979985 or 11520481. OLE color: 11520481.

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

Color convert

RGB225201175-
CMYK00.110.220.12
HSL31.2º45.45%78.43%-
HSV(B)31.2º22.22%88.24%-
XYZ59.6860.8849.16-
YUV205.21110.95142.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=37.44%
G=33.44%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520117500.110.220.1231.245.4578.43
HexE1C9AF0B16C1f2d4e
Octal34131125701326143755116
Binary11100001110010011010111101011101101100111111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9AF; }

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

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

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

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

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

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

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

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