#E2C6AB

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

Shades of Bone #E2C6AB

Tints of Bone #E2C6AB

Color information

#E2C6AB (or 0xE2C6AB) is unknown color: approx Bone. HEX triplet: E2, C6 and AB. RGB value is (226,198,171). Sum of RGB (Red+Green+Blue) = 226+198+171=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C6AB is #1D3954. Grayscale: #CBCBCB. Windows color (decimal): -1915221 or 11257570. OLE color: 11257570.

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

Color convert

RGB226198171-
CMYK00.120.240.11
HSL29.45º48.67%77.84%-
HSV(B)29.45º24.34%88.63%-
XYZ58.9159.546.91-
YUV203.29109.78144.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=37.98%
G=33.28%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619817100.120.240.1129.4548.6777.84
HexE2C6AB0C18B1d314e
Octal34230625301430133561116
Binary11100010110001101010101101100110001011111011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C6AB; }

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

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

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

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

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

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

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

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