Shades of Shilo #EFAFA3
Tints of Shilo #EFAFA3
RGB
CMYK
RGB Variations
Color information
#EFAFA3 (or 0xEFAFA3) is known color: Shilo. HEX triplet: EF, AF and A3. RGB value is (239,175,163). Sum of RGB (Red+Green+Blue) = 239+175+163=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFA3 is #10505C. Grayscale: #C0C0C0. Windows color (decimal): -1069149 or 10727407. OLE color: 10727407.
HSL color Cylindrical-coordinate representation of color #EFAFA3: hue angle of 9.47º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFAFA3 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 163 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.06 |
| HSL | 9.47º | 0.7% | 0.79% | - |
| HSV(B) | 9.47º | 0.32% | 0.94% | - |
| XYZ | 57.54 | 51.66 | 41.59 | - |
| YUV | 192.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 163 | 0 | 0.27 | 0.32 | 0.06 | 9.47 | 0.7 | 0.79 |
| Hex | EF | AF | A3 | 0 | 1B | 20 | 6 | 9 | 46 | 4F |
| Octal | 357 | 257 | 243 | 0 | 33 | 40 | 6 | 11 | 106 | 117 |
| Binary | 11101111 | 10101111 | 10100011 | 0 | 11011 | 100000 | 110 | 1001 | 1000110 | 1001111 |
Color Harmonies of #EFAFA3
Complementary color
Monochromatic Colors of #EFAFA3
Black with #EFAFA3
Text Example
Text Example
White with #EFAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFA3; }
p { color: rgb(239,175,163); }
H1.HeaderClassName
{
color: #EFAFA3;
}
.AnyTagClassName
{
color: #EFAFA3;
}
</style>
background-color css
<style>
a { background-color: #EFAFA3; }
a { background-color: rgb(239,175,163); }
div.DivClassName
{
background-color: #EFAFA3;
}
.BgClassName
{
background-color: #EFAFA3;
}
</style>
border-color css
<style>
span { border-color: #EFAFA3; }
span { border-color: rgb(239,175,163); }
td.TdClassName
{
border-color: #EFAFA3;
}
.TagClassName
{
border-color: #EFAFA3;
}
</style>