#E1C6AD

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

Shades of Bone #E1C6AD

Tints of Bone #E1C6AD

Color information

#E1C6AD (or 0xE1C6AD) is unknown color: approx Bone. HEX triplet: E1, C6 and AD. RGB value is (225,198,173). Sum of RGB (Red+Green+Blue) = 225+198+173=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C6AD is #1E3952. Grayscale: #CBCBCB. Windows color (decimal): -1980755 or 11388641. OLE color: 11388641.

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

Color convert

RGB225198173-
CMYK00.120.230.12
HSL28.85º46.43%78.04%-
HSV(B)28.85º23.11%88.24%-
XYZ58.7959.4147.9-
YUV203.22110.95143.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=37.75%
G=33.22%
B=29.03%

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
Decimal22519817300.120.230.1228.8546.4378.04
HexE1C6AD0C17C1d2e4e
Octal34130625501427143556116
Binary11100001110001101010110101100101111100111011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C6AD; }

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

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

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

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

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

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

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

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