#E0B4AA

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

Shades of Shilo #E0B4AA

Tints of Shilo #E0B4AA

Color information

#E0B4AA (or 0xE0B4AA) is unknown color: approx Shilo. HEX triplet: E0, B4 and AA. RGB value is (224,180,170). Sum of RGB (Red+Green+Blue) = 224+180+170=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B4AA is #1F4B55. Grayscale: #C0C0C0. Windows color (decimal): -2050902 or 11187424. OLE color: 11187424.

HSL color Cylindrical-coordinate representation of color #E0B4AA: hue angle of 11.11º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B4AA is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224180170-
CMYK00.200.240.12
HSL11.11º46.55%77.25%-
HSV(B)11.11º24.11%87.84%-
XYZ54.3251.3945.09-
YUV192.02115.58150.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=39.02%
G=31.36%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418017000.200.240.1211.1146.5577.25
HexE0B4AA01418Cb2f4d
Octal34026425202430141357115
Binary11100000101101001010101001010011000110010111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4AA; }

 p { color: rgb(224,180,170); }

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

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

 a { background-color: rgb(224,180,170); }

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

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

 span { border-color: rgb(224,180,170); }

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