Shades of Shilo #EDA69E
Tints of Shilo #EDA69E
RGB
CMYK
RGB Variations
Color information
#EDA69E (or 0xEDA69E) is known color: Shilo. HEX triplet: ED, A6 and 9E. RGB value is (237,166,158). Sum of RGB (Red+Green+Blue) = 237+166+158=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA69E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA69E is #125961. Grayscale: #BABABA. Windows color (decimal): -1202530 or 10397421. OLE color: 10397421.
HSL color Cylindrical-coordinate representation of color #EDA69E: hue angle of 6.08º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA69E is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 158 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.07 |
| HSL | 6.08º | 0.69% | 0.77% | - |
| HSV(B) | 6.08º | 0.33% | 0.93% | - |
| XYZ | 54.73 | 47.75 | 38.68 | - |
| YUV | 186.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 158 | 0 | 0.30 | 0.33 | 0.07 | 6.08 | 0.69 | 0.77 |
| Hex | ED | A6 | 9E | 0 | 1E | 21 | 7 | 6 | 45 | 4D |
| Octal | 355 | 246 | 236 | 0 | 36 | 41 | 7 | 6 | 105 | 115 |
| Binary | 11101101 | 10100110 | 10011110 | 0 | 11110 | 100001 | 111 | 110 | 1000101 | 1001101 |
Color Harmonies of #EDA69E
Complementary color
Monochromatic Colors of #EDA69E
Black with #EDA69E
Text Example
Text Example
White with #EDA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA69E; }
p { color: rgb(237,166,158); }
H1.HeaderClassName
{
color: #EDA69E;
}
.AnyTagClassName
{
color: #EDA69E;
}
</style>
background-color css
<style>
a { background-color: #EDA69E; }
a { background-color: rgb(237,166,158); }
div.DivClassName
{
background-color: #EDA69E;
}
.BgClassName
{
background-color: #EDA69E;
}
</style>
border-color css
<style>
span { border-color: #EDA69E; }
span { border-color: rgb(237,166,158); }
td.TdClassName
{
border-color: #EDA69E;
}
.TagClassName
{
border-color: #EDA69E;
}
</style>