Shades of Shilo #EFAEA3
Tints of Shilo #EFAEA3
RGB
CMYK
RGB Variations
Color information
#EFAEA3 (or 0xEFAEA3) is known color: Shilo. HEX triplet: EF, AE and A3. RGB value is (239,174,163). Sum of RGB (Red+Green+Blue) = 239+174+163=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEA3 is #10515C. Grayscale: #C0C0C0. Windows color (decimal): -1069405 or 10727151. OLE color: 10727151.
HSL color Cylindrical-coordinate representation of color #EFAEA3: hue angle of 8.68º 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 #EFAEA3 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 163 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.06 |
| HSL | 8.68º | 0.7% | 0.79% | - |
| HSV(B) | 8.68º | 0.32% | 0.94% | - |
| XYZ | 57.34 | 51.27 | 41.52 | - |
| YUV | 192.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 163 | 0 | 0.27 | 0.32 | 0.06 | 8.68 | 0.7 | 0.79 |
| Hex | EF | AE | A3 | 0 | 1B | 20 | 6 | 9 | 46 | 4F |
| Octal | 357 | 256 | 243 | 0 | 33 | 40 | 6 | 11 | 106 | 117 |
| Binary | 11101111 | 10101110 | 10100011 | 0 | 11011 | 100000 | 110 | 1001 | 1000110 | 1001111 |
Color Harmonies of #EFAEA3
Complementary color
Monochromatic Colors of #EFAEA3
Black with #EFAEA3
Text Example
Text Example
White with #EFAEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEA3; }
p { color: rgb(239,174,163); }
H1.HeaderClassName
{
color: #EFAEA3;
}
.AnyTagClassName
{
color: #EFAEA3;
}
</style>
background-color css
<style>
a { background-color: #EFAEA3; }
a { background-color: rgb(239,174,163); }
div.DivClassName
{
background-color: #EFAEA3;
}
.BgClassName
{
background-color: #EFAEA3;
}
</style>
border-color css
<style>
span { border-color: #EFAEA3; }
span { border-color: rgb(239,174,163); }
td.TdClassName
{
border-color: #EFAEA3;
}
.TagClassName
{
border-color: #EFAEA3;
}
</style>