Shades of Shilo #EFAFA5
Tints of Shilo #EFAFA5
RGB
CMYK
RGB Variations
Color information
#EFAFA5 (or 0xEFAFA5) is known color: Shilo. HEX triplet: EF, AF and A5. RGB value is (239,175,165). Sum of RGB (Red+Green+Blue) = 239+175+165=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFA5 is #10505A. Grayscale: #C1C1C1. Windows color (decimal): -1069147 or 10858479. OLE color: 10858479.
HSL color Cylindrical-coordinate representation of color #EFAFA5: hue angle of 8.11º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFAFA5 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 165 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.06 |
| HSL | 8.11º | 0.7% | 0.79% | - |
| HSV(B) | 8.11º | 0.31% | 0.94% | - |
| XYZ | 57.72 | 51.73 | 42.54 | - |
| YUV | 193 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 165 | 0 | 0.27 | 0.31 | 0.06 | 8.11 | 0.7 | 0.79 |
| Hex | EF | AF | A5 | 0 | 1B | 1F | 6 | 8 | 46 | 4F |
| Octal | 357 | 257 | 245 | 0 | 33 | 37 | 6 | 10 | 106 | 117 |
| Binary | 11101111 | 10101111 | 10100101 | 0 | 11011 | 11111 | 110 | 1000 | 1000110 | 1001111 |
Color Harmonies of #EFAFA5
Complementary color
Monochromatic Colors of #EFAFA5
Black with #EFAFA5
Text Example
Text Example
White with #EFAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFA5; }
p { color: rgb(239,175,165); }
H1.HeaderClassName
{
color: #EFAFA5;
}
.AnyTagClassName
{
color: #EFAFA5;
}
</style>
background-color css
<style>
a { background-color: #EFAFA5; }
a { background-color: rgb(239,175,165); }
div.DivClassName
{
background-color: #EFAFA5;
}
.BgClassName
{
background-color: #EFAFA5;
}
</style>
border-color css
<style>
span { border-color: #EFAFA5; }
span { border-color: rgb(239,175,165); }
td.TdClassName
{
border-color: #EFAFA5;
}
.TagClassName
{
border-color: #EFAFA5;
}
</style>