Shades of Shilo #EFACA2
Tints of Shilo #EFACA2
RGB
CMYK
RGB Variations
Color information
#EFACA2 (or 0xEFACA2) is known color: Shilo. HEX triplet: EF, AC and A2. RGB value is (239,172,162). Sum of RGB (Red+Green+Blue) = 239+172+162=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACA2 is #10535D. Grayscale: #BFBFBF. Windows color (decimal): -1069918 or 10661103. OLE color: 10661103.
HSL color Cylindrical-coordinate representation of color #EFACA2: hue angle of 7.79º degrees, saturation: 0.71, 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 #EFACA2 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 162 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.06 |
| HSL | 7.79º | 0.71% | 0.79% | - |
| HSV(B) | 7.79º | 0.32% | 0.94% | - |
| XYZ | 56.87 | 50.46 | 40.93 | - |
| YUV | 190.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 162 | 0 | 0.28 | 0.32 | 0.06 | 7.79 | 0.71 | 0.79 |
| Hex | EF | AC | A2 | 0 | 1C | 20 | 6 | 8 | 47 | 4F |
| Octal | 357 | 254 | 242 | 0 | 34 | 40 | 6 | 10 | 107 | 117 |
| Binary | 11101111 | 10101100 | 10100010 | 0 | 11100 | 100000 | 110 | 1000 | 1000111 | 1001111 |
Color Harmonies of #EFACA2
Complementary color
Monochromatic Colors of #EFACA2
Black with #EFACA2
Text Example
Text Example
White with #EFACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACA2; }
p { color: rgb(239,172,162); }
H1.HeaderClassName
{
color: #EFACA2;
}
.AnyTagClassName
{
color: #EFACA2;
}
</style>
background-color css
<style>
a { background-color: #EFACA2; }
a { background-color: rgb(239,172,162); }
div.DivClassName
{
background-color: #EFACA2;
}
.BgClassName
{
background-color: #EFACA2;
}
</style>
border-color css
<style>
span { border-color: #EFACA2; }
span { border-color: rgb(239,172,162); }
td.TdClassName
{
border-color: #EFACA2;
}
.TagClassName
{
border-color: #EFACA2;
}
</style>