#E2C8AF

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

Shades of Bone #E2C8AF

Tints of Bone #E2C8AF

Color information

#E2C8AF (or 0xE2C8AF) is unknown color: approx Bone. HEX triplet: E2, C8 and AF. RGB value is (226,200,175). Sum of RGB (Red+Green+Blue) = 226+200+175=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C8AF is #1D3750. Grayscale: #CDCDCD. Windows color (decimal): -1914705 or 11520226. OLE color: 11520226.

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

Color convert

RGB226200175-
CMYK00.120.230.11
HSL29.41º46.79%78.63%-
HSV(B)29.41º22.57%88.63%-
XYZ59.7660.5749.1-
YUV204.92111.11143.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=37.60%
G=33.28%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620017500.120.230.1129.4146.7978.63
HexE2C8AF0C17B1d2f4f
Octal34231025701427133557117
Binary11100010110010001010111101100101111011111011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C8AF; }

 p { color: rgb(226,200,175); }

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

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

 a { background-color: rgb(226,200,175); }

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

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

 span { border-color: rgb(226,200,175); }

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