#E0CAAD

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

Shades of Bone #E0CAAD

Tints of Bone #E0CAAD

Color information

#E0CAAD (or 0xE0CAAD) is unknown color: approx Bone. HEX triplet: E0, CA and AD. RGB value is (224,202,173). Sum of RGB (Red+Green+Blue) = 224+202+173=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAAD is #1F3552. Grayscale: #CDCDCD. Windows color (decimal): -2045267 or 11389664. OLE color: 11389664.

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

Color convert

RGB224202173-
CMYK00.100.230.12
HSL34.12º45.13%77.84%-
HSV(B)34.12º22.77%87.84%-
XYZ59.461.1148.2-
YUV205.27109.79141.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=37.40%
G=33.72%
B=28.88%

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
Decimal22420217300.100.230.1234.1245.1377.84
HexE0CAAD0A17C222d4e
Octal34031225501227144255116
Binary111000001100101010101101010101011111001000101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAAD; }

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

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

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

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

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

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

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

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