#E0C3AB

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

Shades of Bone #E0C3AB

Tints of Bone #E0C3AB

Color information

#E0C3AB (or 0xE0C3AB) is unknown color: approx Bone. HEX triplet: E0, C3 and AB. RGB value is (224,195,171). Sum of RGB (Red+Green+Blue) = 224+195+171=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C3AB is #1F3C54. Grayscale: #C9C9C9. Windows color (decimal): -2047061 or 11256800. OLE color: 11256800.

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

Color convert

RGB224195171-
CMYK00.130.240.12
HSL27.17º46.09%77.45%-
HSV(B)27.17º23.66%87.84%-
XYZ57.6157.8246.65-
YUV200.93111.11144.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=37.97%
G=33.05%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419517100.130.240.1227.1746.0977.45
HexE0C3AB0D18C1b2e4d
Octal34030325301530143356115
Binary11100000110000111010101101101110001100110111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3AB; }

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

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

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

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

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

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

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

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