#E4C2A7

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

Shades of Bone #E4C2A7

Tints of Bone #E4C2A7

Color information

#E4C2A7 (or 0xE4C2A7) is unknown color: approx Bone. HEX triplet: E4, C2 and A7. RGB value is (228,194,167). Sum of RGB (Red+Green+Blue) = 228+194+167=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4C2A7 is #1B3D58. Grayscale: #C9C9C9. Windows color (decimal): -1785177 or 10994404. OLE color: 10994404.

HSL color Cylindrical-coordinate representation of color #E4C2A7: hue angle of 26.56º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4C2A7 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB228194167-
CMYK00.150.270.11
HSL26.56º53.04%77.45%-
HSV(B)26.56º26.75%89.41%-
XYZ58.2657.8744.66-
YUV201.09108.76147.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.71%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 167 (65.62% from 255) = 28.35%
R=38.71%
G=32.94%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819416700.150.270.1126.5653.0477.45
HexE4C2A70F1BB1b354d
Octal34430224701733133365115
Binary11100100110000101010011101111110111011110111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C2A7; }

 p { color: rgb(228,194,167); }

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

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

 a { background-color: rgb(228,194,167); }

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

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

 span { border-color: rgb(228,194,167); }

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