#E2ADAA

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

Shades of Shilo #E2ADAA

Tints of Shilo #E2ADAA

Color information

#E2ADAA (or 0xE2ADAA) is unknown color: approx Shilo. HEX triplet: E2, AD and AA. RGB value is (226,173,170). Sum of RGB (Red+Green+Blue) = 226+173+170=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ADAA is #1D5255. Grayscale: #BCBCBC. Windows color (decimal): -1921622 or 11185634. OLE color: 11185634.

HSL color Cylindrical-coordinate representation of color #E2ADAA: hue angle of 3.21º degrees, saturation: 0.49, 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 #E2ADAA is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226173170-
CMYK00.230.250.11
HSL3.21º49.12%77.65%-
HSV(B)3.21º24.78%88.63%-
XYZ53.5648.9644.66-
YUV188.5117.56154.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=39.72%
G=30.40%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617317000.230.250.113.2149.1277.65
HexE2ADAA01719B3314e
Octal3422552520273113361116
Binary111000101010110110101010010111110011011111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADAA; }

 p { color: rgb(226,173,170); }

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

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

 a { background-color: rgb(226,173,170); }

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

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

 span { border-color: rgb(226,173,170); }

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