#E2C9AD

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

Shades of Bone #E2C9AD

Tints of Bone #E2C9AD

Color information

#E2C9AD (or 0xE2C9AD) is unknown color: approx Bone. HEX triplet: E2, C9 and AD. RGB value is (226,201,173). Sum of RGB (Red+Green+Blue) = 226+201+173=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C9AD is #1D3652. Grayscale: #CDCDCD. Windows color (decimal): -1914451 or 11389410. OLE color: 11389410.

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

Color convert

RGB226201173-
CMYK00.110.230.11
HSL31.7º47.75%78.24%-
HSV(B)31.7º23.45%88.63%-
XYZ59.7960.9648.15-
YUV205.28109.78142.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 201 (78.91% from 255) = 33.5%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=37.67%
G=33.5%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620117300.110.230.1131.747.7578.24
HexE2C9AD0B17B20304e
Octal34231125501327134060116
Binary111000101100100110101101010111011110111000001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C9AD; }

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

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

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

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

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

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

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

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