#E2C5AC

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

Shades of Bone #E2C5AC

Tints of Bone #E2C5AC

Color information

#E2C5AC (or 0xE2C5AC) is unknown color: approx Bone. HEX triplet: E2, C5 and AC. RGB value is (226,197,172). Sum of RGB (Red+Green+Blue) = 226+197+172=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C5AC is #1D3A53. Grayscale: #CACACA. Windows color (decimal): -1915476 or 11322850. OLE color: 11322850.

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

Color convert

RGB226197172-
CMYK00.130.240.11
HSL27.78º48.21%78.04%-
HSV(B)27.78º23.89%88.63%-
XYZ58.7859.0847.34-
YUV202.82110.61144.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=37.98%
G=33.11%
B=28.91%

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
Decimal22619717200.130.240.1127.7848.2178.04
HexE2C5AC0D18B1c304e
Octal34230525401530133460116
Binary11100010110001011010110001101110001011111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C5AC; }

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

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

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

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

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

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

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

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