#E1C7AE

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

Shades of Bone #E1C7AE

Tints of Bone #E1C7AE

Color information

#E1C7AE (or 0xE1C7AE) is unknown color: approx Bone. HEX triplet: E1, C7 and AE. RGB value is (225,199,174). Sum of RGB (Red+Green+Blue) = 225+199+174=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C7AE is #1E3851. Grayscale: #CCCCCC. Windows color (decimal): -1980498 or 11454433. OLE color: 11454433.

HSL color Cylindrical-coordinate representation of color #E1C7AE: hue angle of 29.41º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1C7AE is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225199174-
CMYK00.120.230.12
HSL29.41º45.95%78.24%-
HSV(B)29.41º22.67%88.24%-
XYZ59.1159.9148.49-
YUV203.92111.11143.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=37.63%
G=33.28%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519917400.120.230.1229.4145.9578.24
HexE1C7AE0C17C1d2e4e
Octal34130725601427143556116
Binary11100001110001111010111001100101111100111011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7AE; }

 p { color: rgb(225,199,174); }

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

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

 a { background-color: rgb(225,199,174); }

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

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

 span { border-color: rgb(225,199,174); }

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