#E1CAAD

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

Shades of Bone #E1CAAD

Tints of Bone #E1CAAD

Color information

#E1CAAD (or 0xE1CAAD) is unknown color: approx Bone. HEX triplet: E1, CA and AD. RGB value is (225,202,173). Sum of RGB (Red+Green+Blue) = 225+202+173=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAAD is #1E3552. Grayscale: #CDCDCD. Windows color (decimal): -1979731 or 11389665. OLE color: 11389665.

HSL color Cylindrical-coordinate representation of color #E1CAAD: hue angle of 33.46º 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 #E1CAAD is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225202173-
CMYK00.100.230.12
HSL33.46º46.43%78.04%-
HSV(B)33.46º23.11%88.24%-
XYZ59.7161.2748.21-
YUV205.57109.62141.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=37.5%
G=33.67%
B=28.83%

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
Decimal22520217300.100.230.1233.4646.4378.04
HexE1CAAD0A17C212e4e
Octal34131225501227144156116
Binary111000011100101010101101010101011111001000011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAAD; }

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

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

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

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

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

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

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

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