#EDAA9F

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

Shades of Shilo #EDAA9F

Tints of Shilo #EDAA9F

Color information

#EDAA9F (or 0xEDAA9F) is unknown color: approx Shilo. HEX triplet: ED, AA and 9F. RGB value is (237,170,159). Sum of RGB (Red+Green+Blue) = 237+170+159=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA9F is #125560. Grayscale: #BCBCBC. Windows color (decimal): -1201505 or 10463981. OLE color: 10463981.

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

Color convert

RGB237170159-
CMYK00.280.330.07
HSL8.46º68.42%77.65%-
HSV(B)8.46º32.91%92.94%-
XYZ55.5649.2639.38-
YUV188.78111.2162.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 159 (62.5% from 255) = 28.09%
R=41.87%
G=30.04%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717015900.280.330.078.4668.4277.65
HexEDAA9F01C2178444e
Octal35525223703441710104116
Binary111011011010101010011111011100100001111100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA9F; }

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

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

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

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

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

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

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

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