#E2C6AE

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

Shades of Bone #E2C6AE

Tints of Bone #E2C6AE

Color information

#E2C6AE (or 0xE2C6AE) is unknown color: approx Bone. HEX triplet: E2, C6 and AE. RGB value is (226,198,174). Sum of RGB (Red+Green+Blue) = 226+198+174=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C6AE is #1D3951. Grayscale: #CBCBCB. Windows color (decimal): -1915218 or 11454178. OLE color: 11454178.

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

Color convert

RGB226198174-
CMYK00.120.230.11
HSL27.69º47.27%78.43%-
HSV(B)27.69º23.01%88.63%-
XYZ59.259.6148.43-
YUV203.64111.28143.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.79%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=37.79%
G=33.11%
B=29.10%

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
Decimal22619817400.120.230.1127.6947.2778.43
HexE2C6AE0C17B1c2f4e
Octal34230625601427133457116
Binary11100010110001101010111001100101111011111001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C6AE; }

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

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

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

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

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

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

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

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