#E1BDA0

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

Shades of Bone #E1BDA0

Tints of Bone #E1BDA0

Color information

#E1BDA0 (or 0xE1BDA0) is unknown color: approx Bone. HEX triplet: E1, BD and A0. RGB value is (225,189,160). Sum of RGB (Red+Green+Blue) = 225+189+160=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDA0 is #1E425F. Grayscale: #C4C4C4. Windows color (decimal): -1983072 or 10534369. OLE color: 10534369.

HSL color Cylindrical-coordinate representation of color #E1BDA0: hue angle of 26.77º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1BDA0 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225189160-
CMYK00.160.290.12
HSL26.77º52%75.49%-
HSV(B)26.77º28.89%88.24%-
XYZ55.5954.9440.93-
YUV196.46107.43148.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 160 (62.89% from 255) = 27.87%
R=39.20%
G=32.93%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518916000.160.290.1226.775275.49
HexE1BDA00101DC1b344b
Octal34127524002035143364113
Binary111000011011110110100000010000111011100110111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDA0; }

 p { color: rgb(225,189,160); }

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

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

 a { background-color: rgb(225,189,160); }

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

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

 span { border-color: rgb(225,189,160); }

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