#E1CAB3

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

Shades of Bone #E1CAB3

Tints of Bone #E1CAB3

Color information

#E1CAB3 (or 0xE1CAB3) is unknown color: approx Bone. HEX triplet: E1, CA and B3. RGB value is (225,202,179). Sum of RGB (Red+Green+Blue) = 225+202+179=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAB3 is #1E354C. Grayscale: #CECECE. Windows color (decimal): -1979725 or 11782881. OLE color: 11782881.

HSL color Cylindrical-coordinate representation of color #E1CAB3: hue angle of 30º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1CAB3 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB225202179-
CMYK00.100.200.12
HSL30º43.4%79.22%-
HSV(B)30º20.44%88.24%-
XYZ60.3161.551.34-
YUV206.26112.62141.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=37.13%
G=33.33%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520217900.100.200.123043.479.22
HexE1CAB30A14C1e2b4f
Octal34131226301224143653117
Binary11100001110010101011001101010101001100111101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAB3; }

 p { color: rgb(225,202,179); }

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

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

 a { background-color: rgb(225,202,179); }

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

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

 span { border-color: rgb(225,202,179); }

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