#E3C6AC

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

Shades of Bone #E3C6AC

Tints of Bone #E3C6AC

Color information

#E3C6AC (or 0xE3C6AC) is unknown color: approx Bone. HEX triplet: E3, C6 and AC. RGB value is (227,198,172). Sum of RGB (Red+Green+Blue) = 227+198+172=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C6AC is #1C3953. Grayscale: #CBCBCB. Windows color (decimal): -1849684 or 11323107. OLE color: 11323107.

HSL color Cylindrical-coordinate representation of color #E3C6AC: hue angle of 28.36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3C6AC is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227198172-
CMYK00.130.240.11
HSL28.36º49.55%78.24%-
HSV(B)28.36º24.23%89.02%-
XYZ59.3259.747.43-
YUV203.71110.11144.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.02%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=38.02%
G=33.17%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719817200.130.240.1128.3649.5578.24
HexE3C6AC0D18B1c324e
Octal34330625401530133462116
Binary11100011110001101010110001101110001011111001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C6AC; }

 p { color: rgb(227,198,172); }

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

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

 a { background-color: rgb(227,198,172); }

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

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

 span { border-color: rgb(227,198,172); }

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