#E0C8AB

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

Shades of Bone #E0C8AB

Tints of Bone #E0C8AB

Color information

#E0C8AB (or 0xE0C8AB) is unknown color: approx Bone. HEX triplet: E0, C8 and AB. RGB value is (224,200,171). Sum of RGB (Red+Green+Blue) = 224+200+171=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C8AB is #1F3754. Grayscale: #CCCCCC. Windows color (decimal): -2045781 or 11258080. OLE color: 11258080.

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

Color convert

RGB224200171-
CMYK00.110.240.12
HSL32.83º46.09%77.45%-
HSV(B)32.83º23.66%87.84%-
XYZ58.7560.147.03-
YUV203.87109.45142.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=37.65%
G=33.61%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420017100.110.240.1232.8346.0977.45
HexE0C8AB0B18C212e4d
Octal34031025301330144156115
Binary111000001100100010101011010111100011001000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C8AB; }

 p { color: rgb(224,200,171); }

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

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

 a { background-color: rgb(224,200,171); }

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

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

 span { border-color: rgb(224,200,171); }

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