#E1C7AF

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

Shades of Bone #E1C7AF

Tints of Bone #E1C7AF

Color information

#E1C7AF (or 0xE1C7AF) is unknown color: approx Bone. HEX triplet: E1, C7 and AF. RGB value is (225,199,175). Sum of RGB (Red+Green+Blue) = 225+199+175=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C7AF is #1E3850. Grayscale: #CCCCCC. Windows color (decimal): -1980497 or 11519969. OLE color: 11519969.

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

Color convert

RGB225199175-
CMYK00.120.220.12
HSL28.8º45.45%78.43%-
HSV(B)28.8º22.22%88.24%-
XYZ59.2159.9549.01-
YUV204.04111.61142.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=37.56%
G=33.22%
B=29.22%

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
Decimal22519917500.120.220.1228.845.4578.43
HexE1C7AF0C16C1d2d4e
Octal34130725701426143555116
Binary11100001110001111010111101100101101100111011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7AF; }

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

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

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

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

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

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

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

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