#E2CAB0

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

Shades of Bone #E2CAB0

Tints of Bone #E2CAB0

Color information

#E2CAB0 (or 0xE2CAB0) is unknown color: approx Bone. HEX triplet: E2, CA and B0. RGB value is (226,202,176). Sum of RGB (Red+Green+Blue) = 226+202+176=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CAB0 is #1D354F. Grayscale: #CECECE. Windows color (decimal): -1914192 or 11586274. OLE color: 11586274.

HSL color Cylindrical-coordinate representation of color #E2CAB0: hue angle of 31.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2CAB0 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB226202176-
CMYK00.110.220.11
HSL31.2º46.3%78.82%-
HSV(B)31.2º22.12%88.63%-
XYZ60.3261.5449.77-
YUV206.21110.95142.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=37.42%
G=33.44%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620217600.110.220.1131.246.378.82
HexE2CAB00B16B1f2e4f
Octal34231226001326133756117
Binary11100010110010101011000001011101101011111111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAB0; }

 p { color: rgb(226,202,176); }

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

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

 a { background-color: rgb(226,202,176); }

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

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

 span { border-color: rgb(226,202,176); }

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