#E8AFA4

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

Shades of Shilo #E8AFA4

Tints of Shilo #E8AFA4

Color information

#E8AFA4 (or 0xE8AFA4) is unknown color: approx Shilo. HEX triplet: E8, AF and A4. RGB value is (232,175,164). Sum of RGB (Red+Green+Blue) = 232+175+164=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AFA4 is #17505B. Grayscale: #BEBEBE. Windows color (decimal): -1527900 or 10792936. OLE color: 10792936.

HSL color Cylindrical-coordinate representation of color #E8AFA4: hue angle of 9.71º degrees, saturation: 0.6, 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 #E8AFA4 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB232175164-
CMYK00.250.290.09
HSL9.71º59.65%77.65%-
HSV(B)9.71º29.31%90.98%-
XYZ55.3150.541.95-
YUV190.79112.88157.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.63%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=40.63%
G=30.65%
B=28.72%

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
Decimal23217516400.250.290.099.7159.6577.65
HexE8AFA40191D9a3c4e
Octal35025724403135111274116
Binary11101000101011111010010001100111101100110101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFA4; }

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

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

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

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

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

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

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

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