#EEA9A0

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

Shades of Shilo #EEA9A0

Tints of Shilo #EEA9A0

Color information

#EEA9A0 (or 0xEEA9A0) is unknown color: approx Shilo. HEX triplet: EE, A9 and A0. RGB value is (238,169,160). Sum of RGB (Red+Green+Blue) = 238+169+160=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA9A0 is #11565F. Grayscale: #BCBCBC. Windows color (decimal): -1136224 or 10529262. OLE color: 10529262.

HSL color Cylindrical-coordinate representation of color #EEA9A0: hue angle of 6.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA9A0 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238169160-
CMYK00.290.330.07
HSL6.92º69.64%78.04%-
HSV(B)6.92º32.77%93.33%-
XYZ55.7949.0939.79-
YUV188.6111.86163.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=41.98%
G=29.81%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816916000.290.330.076.9269.6478.04
HexEEA9A001D2177464e
Octal3562512400354177106116
Binary11101110101010011010000001110110000111111110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9A0; }

 p { color: rgb(238,169,160); }

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

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

 a { background-color: rgb(238,169,160); }

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

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

 span { border-color: rgb(238,169,160); }

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