#E1CBAD

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

Shades of Bone #E1CBAD

Tints of Bone #E1CBAD

Color information

#E1CBAD (or 0xE1CBAD) is unknown color: approx Bone. HEX triplet: E1, CB and AD. RGB value is (225,203,173). Sum of RGB (Red+Green+Blue) = 225+203+173=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBAD is #1E3452. Grayscale: #CECECE. Windows color (decimal): -1979475 or 11389921. OLE color: 11389921.

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

Color convert

RGB225203173-
CMYK00.100.230.12
HSL34.62º46.43%78.04%-
HSV(B)34.62º23.11%88.24%-
XYZ59.9561.7448.29-
YUV206.16109.29141.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=37.44%
G=33.78%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520317300.100.230.1234.6246.4378.04
HexE1CBAD0A17C232e4e
Octal34131325501227144356116
Binary111000011100101110101101010101011111001000111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBAD; }

 p { color: rgb(225,203,173); }

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

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

 a { background-color: rgb(225,203,173); }

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

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

 span { border-color: rgb(225,203,173); }

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