Shades of Shilo #EFB6AA
Tints of Shilo #EFB6AA
RGB
CMYK
RGB Variations
Color information
#EFB6AA (or 0xEFB6AA) is known color: Shilo. HEX triplet: EF, B6 and AA. RGB value is (239,182,170). Sum of RGB (Red+Green+Blue) = 239+182+170=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB6AA is #104955. Grayscale: #C5C5C5. Windows color (decimal): -1067350 or 11187951. OLE color: 11187951.
HSL color Cylindrical-coordinate representation of color #EFB6AA: hue angle of 10.43º 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 #EFB6AA is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 170 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.06 |
| HSL | 10.43º | 0.68% | 0.8% | - |
| HSV(B) | 10.43º | 0.29% | 0.94% | - |
| XYZ | 59.58 | 54.71 | 45.45 | - |
| YUV | 197.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 170 | 0 | 0.24 | 0.29 | 0.06 | 10.43 | 0.68 | 0.8 |
| Hex | EF | B6 | AA | 0 | 18 | 1D | 6 | A | 44 | 50 |
| Octal | 357 | 266 | 252 | 0 | 30 | 35 | 6 | 12 | 104 | 120 |
| Binary | 11101111 | 10110110 | 10101010 | 0 | 11000 | 11101 | 110 | 1010 | 1000100 | 1010000 |
Color Harmonies of #EFB6AA
Complementary color
Monochromatic Colors of #EFB6AA
Black with #EFB6AA
Text Example
Text Example
White with #EFB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6AA; }
p { color: rgb(239,182,170); }
H1.HeaderClassName
{
color: #EFB6AA;
}
.AnyTagClassName
{
color: #EFB6AA;
}
</style>
background-color css
<style>
a { background-color: #EFB6AA; }
a { background-color: rgb(239,182,170); }
div.DivClassName
{
background-color: #EFB6AA;
}
.BgClassName
{
background-color: #EFB6AA;
}
</style>
border-color css
<style>
span { border-color: #EFB6AA; }
span { border-color: rgb(239,182,170); }
td.TdClassName
{
border-color: #EFB6AA;
}
.TagClassName
{
border-color: #EFB6AA;
}
</style>