#E1CAB5

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

Shades of Bone #E1CAB5

Tints of Bone #E1CAB5

Color information

#E1CAB5 (or 0xE1CAB5) is unknown color: approx Bone. HEX triplet: E1, CA and B5. RGB value is (225,202,181). Sum of RGB (Red+Green+Blue) = 225+202+181=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAB5 is #1E354A. Grayscale: #CECECE. Windows color (decimal): -1979723 or 11913953. OLE color: 11913953.

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

Color convert

RGB225202181-
CMYK00.100.200.12
HSL28.64º42.31%79.61%-
HSV(B)28.64º19.56%88.24%-
XYZ60.5161.5852.41-
YUV206.48113.62141.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=37.01%
G=33.22%
B=29.77%

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
Decimal22520218100.100.200.1228.6442.3179.61
HexE1CAB50A14C1d2a50
Octal34131226501224143552120
Binary11100001110010101011010101010101001100111011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAB5; }

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

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

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

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

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

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

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

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