#E0C8B6

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

Shades of Bone #E0C8B6

Tints of Bone #E0C8B6

Color information

#E0C8B6 (or 0xE0C8B6) is unknown color: approx Bone. HEX triplet: E0, C8 and B6. RGB value is (224,200,182). Sum of RGB (Red+Green+Blue) = 224+200+182=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C8B6 is #1F3749. Grayscale: #CDCDCD. Windows color (decimal): -2045770 or 11978976. OLE color: 11978976.

HSL color Cylindrical-coordinate representation of color #E0C8B6: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0C8B6 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB224200182-
CMYK00.110.190.12
HSL25.71º40.38%79.61%-
HSV(B)25.71º18.75%87.84%-
XYZ59.8460.5352.79-
YUV205.12114.95141.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.96%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=36.96%
G=33.00%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420018200.110.190.1225.7140.3879.61
HexE0C8B60B13C1a2850
Octal34031026601323143250120
Binary11100000110010001011011001011100111100110101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C8B6; }

 p { color: rgb(224,200,182); }

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

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

 a { background-color: rgb(224,200,182); }

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

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

 span { border-color: rgb(224,200,182); }

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