#E2C6AD

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

Shades of Bone #E2C6AD

Tints of Bone #E2C6AD

Color information

#E2C6AD (or 0xE2C6AD) is unknown color: approx Bone. HEX triplet: E2, C6 and AD. RGB value is (226,198,173). Sum of RGB (Red+Green+Blue) = 226+198+173=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C6AD is #1D3952. Grayscale: #CBCBCB. Windows color (decimal): -1915219 or 11388642. OLE color: 11388642.

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

Color convert

RGB226198173-
CMYK00.120.230.11
HSL28.3º47.75%78.24%-
HSV(B)28.3º23.45%88.63%-
XYZ59.159.5747.92-
YUV203.52110.78144.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.86%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=37.86%
G=33.17%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619817300.120.230.1128.347.7578.24
HexE2C6AD0C17B1c304e
Octal34230625501427133460116
Binary11100010110001101010110101100101111011111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C6AD; }

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

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

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

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

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

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

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

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