#E1CAAE

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

Shades of Bone #E1CAAE

Tints of Bone #E1CAAE

Color information

#E1CAAE (or 0xE1CAAE) is unknown color: approx Bone. HEX triplet: E1, CA and AE. RGB value is (225,202,174). Sum of RGB (Red+Green+Blue) = 225+202+174=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAAE is #1E3551. Grayscale: #CDCDCD. Windows color (decimal): -1979730 or 11455201. OLE color: 11455201.

HSL color Cylindrical-coordinate representation of color #E1CAAE: hue angle of 32.94º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1CAAE is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225202174-
CMYK00.100.230.12
HSL32.94º45.95%78.24%-
HSV(B)32.94º22.67%88.24%-
XYZ59.8161.348.72-
YUV205.68110.12141.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=37.44%
G=33.61%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520217400.100.230.1232.9445.9578.24
HexE1CAAE0A17C212e4e
Octal34131225601227144156116
Binary111000011100101010101110010101011111001000011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAAE; }

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

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

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

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

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

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

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

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