#E0C4AA

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

Shades of Bone #E0C4AA

Tints of Bone #E0C4AA

Color information

#E0C4AA (or 0xE0C4AA) is unknown color: approx Bone. HEX triplet: E0, C4 and AA. RGB value is (224,196,170). Sum of RGB (Red+Green+Blue) = 224+196+170=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C4AA is #1F3B55. Grayscale: #C9C9C9. Windows color (decimal): -2046806 or 11191520. OLE color: 11191520.

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

Color convert

RGB224196170-
CMYK00.120.240.12
HSL28.89º46.55%77.25%-
HSV(B)28.89º24.11%87.84%-
XYZ57.7458.2346.23-
YUV201.41110.28144.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=37.97%
G=33.22%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419617000.120.240.1228.8946.5577.25
HexE0C4AA0C18C1d2f4d
Octal34030425201430143557115
Binary11100000110001001010101001100110001100111011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C4AA; }

 p { color: rgb(224,196,170); }

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

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

 a { background-color: rgb(224,196,170); }

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

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

 span { border-color: rgb(224,196,170); }

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