#E2C5AB

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

Shades of Bone #E2C5AB

Tints of Bone #E2C5AB

Color information

#E2C5AB (or 0xE2C5AB) is unknown color: approx Bone. HEX triplet: E2, C5 and AB. RGB value is (226,197,171). Sum of RGB (Red+Green+Blue) = 226+197+171=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C5AB is #1D3A54. Grayscale: #CACACA. Windows color (decimal): -1915477 or 11257314. OLE color: 11257314.

HSL color Cylindrical-coordinate representation of color #E2C5AB: hue angle of 28.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2C5AB is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226197171-
CMYK00.130.240.11
HSL28.36º48.67%77.84%-
HSV(B)28.36º24.34%88.63%-
XYZ58.6859.0446.83-
YUV202.71110.11144.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 197 (77.34% from 255) = 33.16%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=38.05%
G=33.16%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619717100.130.240.1128.3648.6777.84
HexE2C5AB0D18B1c314e
Octal34230525301530133461116
Binary11100010110001011010101101101110001011111001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C5AB; }

 p { color: rgb(226,197,171); }

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

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

 a { background-color: rgb(226,197,171); }

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

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

 span { border-color: rgb(226,197,171); }

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