#EEAFA3

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

Shades of Shilo #EEAFA3

Tints of Shilo #EEAFA3

Color information

#EEAFA3 (or 0xEEAFA3) is unknown color: approx Shilo. HEX triplet: EE, AF and A3. RGB value is (238,175,163). Sum of RGB (Red+Green+Blue) = 238+175+163=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFA3 is #11505C. Grayscale: #C0C0C0. Windows color (decimal): -1134685 or 10727406. OLE color: 10727406.

HSL color Cylindrical-coordinate representation of color #EEAFA3: hue angle of 9.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEAFA3 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238175163-
CMYK00.260.320.07
HSL9.6º68.81%78.63%-
HSV(B)9.6º31.51%93.33%-
XYZ57.251.4841.57-
YUV192.47111.37160.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.32%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 163 (64.06% from 255) = 28.30%
R=41.32%
G=30.38%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817516300.260.320.079.668.8178.63
HexEEAFA301A207a454f
Octal35625724303240712105117
Binary111011101010111110100011011010100000111101010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFA3; }

 p { color: rgb(238,175,163); }

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

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

 a { background-color: rgb(238,175,163); }

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

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

 span { border-color: rgb(238,175,163); }

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