Shades of Shilo #EFB5AA
Tints of Shilo #EFB5AA
RGB
CMYK
RGB Variations
Color information
#EFB5AA (or 0xEFB5AA) is known color: Shilo. HEX triplet: EF, B5 and AA. RGB value is (239,181,170). Sum of RGB (Red+Green+Blue) = 239+181+170=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5AA is #104A55. Grayscale: #C5C5C5. Windows color (decimal): -1067606 or 11187695. OLE color: 11187695.
HSL color Cylindrical-coordinate representation of color #EFB5AA: hue angle of 9.57º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB5AA is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 170 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.06 |
| HSL | 9.57º | 0.68% | 0.8% | - |
| HSV(B) | 9.57º | 0.29% | 0.94% | - |
| XYZ | 59.38 | 54.3 | 45.38 | - |
| YUV | 197.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 170 | 0 | 0.24 | 0.29 | 0.06 | 9.57 | 0.68 | 0.8 |
| Hex | EF | B5 | AA | 0 | 18 | 1D | 6 | A | 44 | 50 |
| Octal | 357 | 265 | 252 | 0 | 30 | 35 | 6 | 12 | 104 | 120 |
| Binary | 11101111 | 10110101 | 10101010 | 0 | 11000 | 11101 | 110 | 1010 | 1000100 | 1010000 |
Color Harmonies of #EFB5AA
Complementary color
Monochromatic Colors of #EFB5AA
Black with #EFB5AA
Text Example
Text Example
White with #EFB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5AA; }
p { color: rgb(239,181,170); }
H1.HeaderClassName
{
color: #EFB5AA;
}
.AnyTagClassName
{
color: #EFB5AA;
}
</style>
background-color css
<style>
a { background-color: #EFB5AA; }
a { background-color: rgb(239,181,170); }
div.DivClassName
{
background-color: #EFB5AA;
}
.BgClassName
{
background-color: #EFB5AA;
}
</style>
border-color css
<style>
span { border-color: #EFB5AA; }
span { border-color: rgb(239,181,170); }
td.TdClassName
{
border-color: #EFB5AA;
}
.TagClassName
{
border-color: #EFB5AA;
}
</style>