#E7AFA1

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

Shades of Shilo #E7AFA1

Tints of Shilo #E7AFA1

Color information

#E7AFA1 (or 0xE7AFA1) is unknown color: approx Shilo. HEX triplet: E7, AF and A1. RGB value is (231,175,161). Sum of RGB (Red+Green+Blue) = 231+175+161=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AFA1 is #18505E. Grayscale: #BEBEBE. Windows color (decimal): -1593439 or 10596327. OLE color: 10596327.

HSL color Cylindrical-coordinate representation of color #E7AFA1: hue angle of 12º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7AFA1 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB231175161-
CMYK00.240.300.09
HSL12º59.32%76.86%-
HSV(B)12º30.3%90.59%-
XYZ54.7250.2240.53-
YUV190.15111.55157.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 161 (63.28% from 255) = 28.40%
R=40.74%
G=30.86%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117516100.240.300.091259.3276.86
HexE7AFA10181E9c3b4d
Octal34725724103036111473115
Binary11100111101011111010000101100011110100111001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFA1; }

 p { color: rgb(231,175,161); }

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

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

 a { background-color: rgb(231,175,161); }

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

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

 span { border-color: rgb(231,175,161); }

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