#EDADA6

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

Shades of Shilo #EDADA6

Tints of Shilo #EDADA6

Color information

#EDADA6 (or 0xEDADA6) is unknown color: approx Shilo. HEX triplet: ED, AD and A6. RGB value is (237,173,166). Sum of RGB (Red+Green+Blue) = 237+173+166=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA6 is #125259. Grayscale: #BFBFBF. Windows color (decimal): -1200730 or 10923501. OLE color: 10923501.

HSL color Cylindrical-coordinate representation of color #EDADA6: hue angle of 5.92º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDADA6 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237173166-
CMYK00.270.300.07
HSL5.92º66.36%79.02%-
HSV(B)5.92º29.96%92.94%-
XYZ56.7550.6442.86-
YUV191.34113.7160.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 166 (65.23% from 255) = 28.82%
R=41.15%
G=30.03%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717316600.270.300.075.9266.3679.02
HexEDADA601B1E76424f
Octal3552552460333676102117
Binary1110110110101101101001100110111111011111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADA6; }

 p { color: rgb(237,173,166); }

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

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

 a { background-color: rgb(237,173,166); }

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

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

 span { border-color: rgb(237,173,166); }

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