#E2C7AF

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

Shades of Bone #E2C7AF

Tints of Bone #E2C7AF

Color information

#E2C7AF (or 0xE2C7AF) is unknown color: approx Bone. HEX triplet: E2, C7 and AF. RGB value is (226,199,175). Sum of RGB (Red+Green+Blue) = 226+199+175=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C7AF is #1D3850. Grayscale: #CCCCCC. Windows color (decimal): -1914961 or 11519970. OLE color: 11519970.

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

Color convert

RGB226199175-
CMYK00.120.230.11
HSL28.24º46.79%78.63%-
HSV(B)28.24º22.57%88.63%-
XYZ59.5360.1149.02-
YUV204.34111.45143.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 199 (78.12% from 255) = 33.17%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=37.67%
G=33.17%
B=29.17%

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
Decimal22619917500.120.230.1128.2446.7978.63
HexE2C7AF0C17B1c2f4f
Octal34230725701427133457117
Binary11100010110001111010111101100101111011111001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C7AF; }

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

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

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

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

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

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

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

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