Shades of Shilo #EDA79D
Tints of Shilo #EDA79D
RGB
CMYK
RGB Variations
Color information
#EDA79D (or 0xEDA79D) is known color: Shilo. HEX triplet: ED, A7 and 9D. RGB value is (237,167,157). Sum of RGB (Red+Green+Blue) = 237+167+157=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA79D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA79D is #125862. Grayscale: #BABABA. Windows color (decimal): -1202275 or 10332141. OLE color: 10332141.
HSL color Cylindrical-coordinate representation of color #EDA79D: hue angle of 7.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA79D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 167 | 157 | - |
CMYK | 0 | 0.30 | 0.34 | 0.07 |
HSL | 7.5º | 0.69% | 0.77% | - |
HSV(B) | 7.5º | 0.34% | 0.93% | - |
XYZ | 54.83 | 48.08 | 38.29 | - |
YUV | 186.79 | 111.19 | 163.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 167 | 157 | 0 | 0.30 | 0.34 | 0.07 | 7.5 | 0.69 | 0.77 |
Hex | ED | A7 | 9D | 0 | 1E | 22 | 7 | 8 | 45 | 4D |
Octal | 355 | 247 | 235 | 0 | 36 | 42 | 7 | 10 | 105 | 115 |
Binary | 11101101 | 10100111 | 10011101 | 0 | 11110 | 100010 | 111 | 1000 | 1000101 | 1001101 |
Color Harmonies of #EDA79D
Complementary color
Monochromatic Colors of #EDA79D
Black with #EDA79D
Text Example
Text Example
White with #EDA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA79D; }
p { color: rgb(237,167,157); }
H1.HeaderClassName
{
color: #EDA79D;
}
.AnyTagClassName
{
color: #EDA79D;
}
</style>
background-color css
<style>
a { background-color: #EDA79D; }
a { background-color: rgb(237,167,157); }
div.DivClassName
{
background-color: #EDA79D;
}
.BgClassName
{
background-color: #EDA79D;
}
</style>
border-color css
<style>
span { border-color: #EDA79D; }
span { border-color: rgb(237,167,157); }
td.TdClassName
{
border-color: #EDA79D;
}
.TagClassName
{
border-color: #EDA79D;
}
</style>