#E8AFA5

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

Shades of Shilo #E8AFA5

Tints of Shilo #E8AFA5

Color information

#E8AFA5 (or 0xE8AFA5) is unknown color: approx Shilo. HEX triplet: E8, AF and A5. RGB value is (232,175,165). Sum of RGB (Red+Green+Blue) = 232+175+165=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AFA5 is #17505A. Grayscale: #BFBFBF. Windows color (decimal): -1527899 or 10858472. OLE color: 10858472.

HSL color Cylindrical-coordinate representation of color #E8AFA5: hue angle of 8.96º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8AFA5 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB232175165-
CMYK00.250.290.09
HSL8.96º59.29%77.84%-
HSV(B)8.96º28.88%90.98%-
XYZ55.450.5342.43-
YUV190.9113.38157.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.56%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 165 (64.84% from 255) = 28.85%
R=40.56%
G=30.59%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217516500.250.290.098.9659.2977.84
HexE8AFA50191D993b4e
Octal35025724503135111173116
Binary11101000101011111010010101100111101100110011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFA5; }

 p { color: rgb(232,175,165); }

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

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

 a { background-color: rgb(232,175,165); }

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

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

 span { border-color: rgb(232,175,165); }

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