#E3C9AE

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

Shades of Bone #E3C9AE

Tints of Bone #E3C9AE

Color information

#E3C9AE (or 0xE3C9AE) is unknown color: approx Bone. HEX triplet: E3, C9 and AE. RGB value is (227,201,174). Sum of RGB (Red+Green+Blue) = 227+201+174=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C9AE is #1C3651. Grayscale: #CDCDCD. Windows color (decimal): -1848914 or 11454947. OLE color: 11454947.

HSL color Cylindrical-coordinate representation of color #E3C9AE: hue angle of 30.57º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3C9AE is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227201174-
CMYK00.110.230.11
HSL30.57º48.62%78.63%-
HSV(B)30.57º23.35%89.02%-
XYZ60.2161.1648.68-
YUV205.7110.11143.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.71%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=37.71%
G=33.39%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720117400.110.230.1130.5748.6278.63
HexE3C9AE0B17B1f314f
Octal34331125601327133761117
Binary11100011110010011010111001011101111011111111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C9AE; }

 p { color: rgb(227,201,174); }

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

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

 a { background-color: rgb(227,201,174); }

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

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

 span { border-color: rgb(227,201,174); }

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