#E1CAAC

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

Shades of Bone #E1CAAC

Tints of Bone #E1CAAC

Color information

#E1CAAC (or 0xE1CAAC) is unknown color: approx Bone. HEX triplet: E1, CA and AC. RGB value is (225,202,172). Sum of RGB (Red+Green+Blue) = 225+202+172=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAAC is #1E3553. Grayscale: #CDCDCD. Windows color (decimal): -1979732 or 11324129. OLE color: 11324129.

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

Color convert

RGB225202172-
CMYK00.100.240.12
HSL33.96º46.9%77.84%-
HSV(B)33.96º23.56%88.24%-
XYZ59.6261.2347.71-
YUV205.46109.12141.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=37.56%
G=33.72%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520217200.100.240.1233.9646.977.84
HexE1CAAC0A18C222f4e
Octal34131225401230144257116
Binary111000011100101010101100010101100011001000101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAAC; }

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

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

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

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

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

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

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

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