#E3B5AA

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

Shades of Shilo #E3B5AA

Tints of Shilo #E3B5AA

Color information

#E3B5AA (or 0xE3B5AA) is unknown color: approx Shilo. HEX triplet: E3, B5 and AA. RGB value is (227,181,170). Sum of RGB (Red+Green+Blue) = 227+181+170=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B5AA is #1C4A55. Grayscale: #C1C1C1. Windows color (decimal): -1854038 or 11187683. OLE color: 11187683.

HSL color Cylindrical-coordinate representation of color #E3B5AA: hue angle of 11.58º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3B5AA is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB227181170-
CMYK00.200.250.11
HSL11.58º50.44%77.84%-
HSV(B)11.58º25.11%89.02%-
XYZ55.4652.2845.2-
YUV193.5114.74151.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.27%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=39.27%
G=31.31%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718117000.200.250.1111.5850.4477.84
HexE3B5AA01419Bc324e
Octal34326525202431131462116
Binary11100011101101011010101001010011001101111001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B5AA; }

 p { color: rgb(227,181,170); }

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

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

 a { background-color: rgb(227,181,170); }

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

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

 span { border-color: rgb(227,181,170); }

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