#E1CBB4

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

Shades of Bone #E1CBB4

Tints of Bone #E1CBB4

Color information

#E1CBB4 (or 0xE1CBB4) is unknown color: approx Bone. HEX triplet: E1, CB and B4. RGB value is (225,203,180). Sum of RGB (Red+Green+Blue) = 225+203+180=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBB4 is #1E344B. Grayscale: #CFCFCF. Windows color (decimal): -1979468 or 11848673. OLE color: 11848673.

HSL color Cylindrical-coordinate representation of color #E1CBB4: hue angle of 30.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1CBB4 is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB225203180-
CMYK00.100.20.12
HSL30.67º42.86%79.41%-
HSV(B)30.67º20%88.24%-
XYZ60.6562.0151.95-
YUV206.96112.79140.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=37.01%
G=33.39%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520318000.100.20.1230.6742.8679.41
HexE1CBB40A14C1f2b4f
Octal34131326401224143753117
Binary11100001110010111011010001010101001100111111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBB4; }

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

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

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

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

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

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

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

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