#E0CAAE

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

Shades of Bone #E0CAAE

Tints of Bone #E0CAAE

Color information

#E0CAAE (or 0xE0CAAE) is unknown color: approx Bone. HEX triplet: E0, CA and AE. RGB value is (224,202,174). Sum of RGB (Red+Green+Blue) = 224+202+174=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAAE is #1F3551. Grayscale: #CDCDCD. Windows color (decimal): -2045266 or 11455200. OLE color: 11455200.

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

Color convert

RGB224202174-
CMYK00.100.220.12
HSL33.6º44.64%78.04%-
HSV(B)33.6º22.32%87.84%-
XYZ59.561.1448.71-
YUV205.39110.29141.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 174 (68.36% from 255) = 29%
R=37.33%
G=33.67%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420217400.100.220.1233.644.6478.04
HexE0CAAE0A16C222d4e
Octal34031225601226144255116
Binary111000001100101010101110010101011011001000101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAAE; }

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

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

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

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

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

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

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

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