#EDAAA2

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

Shades of Shilo #EDAAA2

Tints of Shilo #EDAAA2

Color information

#EDAAA2 (or 0xEDAAA2) is unknown color: approx Shilo. HEX triplet: ED, AA and A2. RGB value is (237,170,162). Sum of RGB (Red+Green+Blue) = 237+170+162=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAA2 is #12555D. Grayscale: #BDBDBD. Windows color (decimal): -1201502 or 10660589. OLE color: 10660589.

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

Color convert

RGB237170162-
CMYK00.280.320.07
HSL6.4º67.57%78.24%-
HSV(B)6.4º31.65%92.94%-
XYZ55.8249.3640.77-
YUV189.12112.7162.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 162 (63.67% from 255) = 28.47%
R=41.65%
G=29.88%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717016200.280.320.076.467.5778.24
HexEDAAA201C2076444e
Octal3552522420344076104116
Binary11101101101010101010001001110010000011111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAA2; }

 p { color: rgb(237,170,162); }

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

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

 a { background-color: rgb(237,170,162); }

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

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

 span { border-color: rgb(237,170,162); }

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