Shades of Hit Pink #EFA16F
Tints of Hit Pink #EFA16F
RGB
CMYK
RGB Variations
Color information
#EFA16F (or 0xEFA16F) is known color: Hit Pink. HEX triplet: EF, A1 and 6F. RGB value is (239,161,111). Sum of RGB (Red+Green+Blue) = 239+161+111=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA16F is #105E90. Grayscale: #B2B2B2. Windows color (decimal): -1072785 or 7315951. OLE color: 7315951.
HSL color Cylindrical-coordinate representation of color #EFA16F: hue angle of 23.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA16F is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 111 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.06 |
| HSL | 23.44º | 0.8% | 0.69% | - |
| HSV(B) | 23.44º | 0.54% | 0.94% | - |
| XYZ | 51.21 | 44.99 | 21.02 | - |
| YUV | 178.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 111 | 0 | 0.33 | 0.54 | 0.06 | 23.44 | 0.8 | 0.69 |
| Hex | EF | A1 | 6F | 0 | 21 | 36 | 6 | 17 | 50 | 45 |
| Octal | 357 | 241 | 157 | 0 | 41 | 66 | 6 | 27 | 120 | 105 |
| Binary | 11101111 | 10100001 | 1101111 | 0 | 100001 | 110110 | 110 | 10111 | 1010000 | 1000101 |
Color Harmonies of #EFA16F
Complementary color
Monochromatic Colors of #EFA16F
Black with #EFA16F
Text Example
Text Example
White with #EFA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA16F; }
p { color: rgb(239,161,111); }
H1.HeaderClassName
{
color: #EFA16F;
}
.AnyTagClassName
{
color: #EFA16F;
}
</style>
background-color css
<style>
a { background-color: #EFA16F; }
a { background-color: rgb(239,161,111); }
div.DivClassName
{
background-color: #EFA16F;
}
.BgClassName
{
background-color: #EFA16F;
}
</style>
border-color css
<style>
span { border-color: #EFA16F; }
span { border-color: rgb(239,161,111); }
td.TdClassName
{
border-color: #EFA16F;
}
.TagClassName
{
border-color: #EFA16F;
}
</style>