Shades of Hit Pink #EFA16E
Tints of Hit Pink #EFA16E
RGB
CMYK
RGB Variations
Color information
#EFA16E (or 0xEFA16E) is known color: Hit Pink. HEX triplet: EF, A1 and 6E. RGB value is (239,161,110). Sum of RGB (Red+Green+Blue) = 239+161+110=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA16E is #105E91. Grayscale: #B2B2B2. Windows color (decimal): -1072786 or 7250415. OLE color: 7250415.
HSL color Cylindrical-coordinate representation of color #EFA16E: hue angle of 23.72º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA16E is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 110 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.06 |
| HSL | 23.72º | 0.8% | 0.68% | - |
| HSV(B) | 23.72º | 0.54% | 0.94% | - |
| XYZ | 51.16 | 44.97 | 20.73 | - |
| YUV | 178.51 | 89.34 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 110 | 0 | 0.33 | 0.54 | 0.06 | 23.72 | 0.8 | 0.68 |
| Hex | EF | A1 | 6E | 0 | 21 | 36 | 6 | 18 | 50 | 44 |
| Octal | 357 | 241 | 156 | 0 | 41 | 66 | 6 | 30 | 120 | 104 |
| Binary | 11101111 | 10100001 | 1101110 | 0 | 100001 | 110110 | 110 | 11000 | 1010000 | 1000100 |
Color Harmonies of #EFA16E
Complementary color
Monochromatic Colors of #EFA16E
Black with #EFA16E
Text Example
Text Example
White with #EFA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA16E; }
p { color: rgb(239,161,110); }
H1.HeaderClassName
{
color: #EFA16E;
}
.AnyTagClassName
{
color: #EFA16E;
}
</style>
background-color css
<style>
a { background-color: #EFA16E; }
a { background-color: rgb(239,161,110); }
div.DivClassName
{
background-color: #EFA16E;
}
.BgClassName
{
background-color: #EFA16E;
}
</style>
border-color css
<style>
span { border-color: #EFA16E; }
span { border-color: rgb(239,161,110); }
td.TdClassName
{
border-color: #EFA16E;
}
.TagClassName
{
border-color: #EFA16E;
}
</style>