#E0CAAB

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

Shades of Bone #E0CAAB

Tints of Bone #E0CAAB

Color information

#E0CAAB (or 0xE0CAAB) is unknown color: approx Bone. HEX triplet: E0, CA and AB. RGB value is (224,202,171). Sum of RGB (Red+Green+Blue) = 224+202+171=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAAB is #1F3554. Grayscale: #CDCDCD. Windows color (decimal): -2045269 or 11258592. OLE color: 11258592.

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

Color convert

RGB224202171-
CMYK00.100.240.12
HSL35.09º46.09%77.45%-
HSV(B)35.09º23.66%87.84%-
XYZ59.2161.0347.19-
YUV205.04108.79141.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=37.52%
G=33.84%
B=28.64%

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
Decimal22420217100.100.240.1235.0946.0977.45
HexE0CAAB0A18C232e4d
Octal34031225301230144356115
Binary111000001100101010101011010101100011001000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAAB; }

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

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

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

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

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

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

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

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