Shades of Hit Pink #EFA16D
Tints of Hit Pink #EFA16D
RGB
CMYK
RGB Variations
Color information
#EFA16D (or 0xEFA16D) is known color: Hit Pink. HEX triplet: EF, A1 and 6D. RGB value is (239,161,109). Sum of RGB (Red+Green+Blue) = 239+161+109=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA16D is #105E92. Grayscale: #B2B2B2. Windows color (decimal): -1072787 or 7184879. OLE color: 7184879.
HSL color Cylindrical-coordinate representation of color #EFA16D: hue angle of 24º 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 #EFA16D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 109 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.06 |
| HSL | 24º | 0.8% | 0.68% | - |
| HSV(B) | 24º | 0.54% | 0.94% | - |
| XYZ | 51.1 | 44.94 | 20.45 | - |
| YUV | 178.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 109 | 0 | 0.33 | 0.54 | 0.06 | 24 | 0.8 | 0.68 |
| Hex | EF | A1 | 6D | 0 | 21 | 36 | 6 | 18 | 50 | 44 |
| Octal | 357 | 241 | 155 | 0 | 41 | 66 | 6 | 30 | 120 | 104 |
| Binary | 11101111 | 10100001 | 1101101 | 0 | 100001 | 110110 | 110 | 11000 | 1010000 | 1000100 |
Color Harmonies of #EFA16D
Complementary color
Monochromatic Colors of #EFA16D
Black with #EFA16D
Text Example
Text Example
White with #EFA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA16D; }
p { color: rgb(239,161,109); }
H1.HeaderClassName
{
color: #EFA16D;
}
.AnyTagClassName
{
color: #EFA16D;
}
</style>
background-color css
<style>
a { background-color: #EFA16D; }
a { background-color: rgb(239,161,109); }
div.DivClassName
{
background-color: #EFA16D;
}
.BgClassName
{
background-color: #EFA16D;
}
</style>
border-color css
<style>
span { border-color: #EFA16D; }
span { border-color: rgb(239,161,109); }
td.TdClassName
{
border-color: #EFA16D;
}
.TagClassName
{
border-color: #EFA16D;
}
</style>