Shades of Shilo #EDADA3
Tints of Shilo #EDADA3
RGB
CMYK
RGB Variations
Color information
#EDADA3 (or 0xEDADA3) is known color: Shilo. HEX triplet: ED, AD and A3. RGB value is (237,173,163). Sum of RGB (Red+Green+Blue) = 237+173+163=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA3 is #12525C. Grayscale: #BFBFBF. Windows color (decimal): -1200733 or 10726893. OLE color: 10726893.
HSL color Cylindrical-coordinate representation of color #EDADA3: hue angle of 8.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDADA3 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 163 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.07 |
| HSL | 8.11º | 0.67% | 0.78% | - |
| HSV(B) | 8.11º | 0.31% | 0.93% | - |
| XYZ | 56.48 | 50.54 | 41.43 | - |
| YUV | 191 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 163 | 0 | 0.27 | 0.31 | 0.07 | 8.11 | 0.67 | 0.78 |
| Hex | ED | AD | A3 | 0 | 1B | 1F | 7 | 8 | 43 | 4E |
| Octal | 355 | 255 | 243 | 0 | 33 | 37 | 7 | 10 | 103 | 116 |
| Binary | 11101101 | 10101101 | 10100011 | 0 | 11011 | 11111 | 111 | 1000 | 1000011 | 1001110 |
Color Harmonies of #EDADA3
Complementary color
Monochromatic Colors of #EDADA3
Black with #EDADA3
Text Example
Text Example
White with #EDADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADA3; }
p { color: rgb(237,173,163); }
H1.HeaderClassName
{
color: #EDADA3;
}
.AnyTagClassName
{
color: #EDADA3;
}
</style>
background-color css
<style>
a { background-color: #EDADA3; }
a { background-color: rgb(237,173,163); }
div.DivClassName
{
background-color: #EDADA3;
}
.BgClassName
{
background-color: #EDADA3;
}
</style>
border-color css
<style>
span { border-color: #EDADA3; }
span { border-color: rgb(237,173,163); }
td.TdClassName
{
border-color: #EDADA3;
}
.TagClassName
{
border-color: #EDADA3;
}
</style>