Shades of Hit Pink #EFA06D
Tints of Hit Pink #EFA06D
RGB
CMYK
RGB Variations
Color information
#EFA06D (or 0xEFA06D) is known color: Hit Pink. HEX triplet: EF, A0 and 6D. RGB value is (239,160,109). Sum of RGB (Red+Green+Blue) = 239+160+109=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA06D is #105F92. Grayscale: #B2B2B2. Windows color (decimal): -1073043 or 7184623. OLE color: 7184623.
HSL color Cylindrical-coordinate representation of color #EFA06D: hue angle of 23.54º 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 #EFA06D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 109 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.06 |
| HSL | 23.54º | 0.8% | 0.68% | - |
| HSV(B) | 23.54º | 0.54% | 0.94% | - |
| XYZ | 50.93 | 44.6 | 20.39 | - |
| YUV | 177.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 109 | 0 | 0.33 | 0.54 | 0.06 | 23.54 | 0.8 | 0.68 |
| Hex | EF | A0 | 6D | 0 | 21 | 36 | 6 | 18 | 50 | 44 |
| Octal | 357 | 240 | 155 | 0 | 41 | 66 | 6 | 30 | 120 | 104 |
| Binary | 11101111 | 10100000 | 1101101 | 0 | 100001 | 110110 | 110 | 11000 | 1010000 | 1000100 |
Color Harmonies of #EFA06D
Complementary color
Monochromatic Colors of #EFA06D
Black with #EFA06D
Text Example
Text Example
White with #EFA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA06D; }
p { color: rgb(239,160,109); }
H1.HeaderClassName
{
color: #EFA06D;
}
.AnyTagClassName
{
color: #EFA06D;
}
</style>
background-color css
<style>
a { background-color: #EFA06D; }
a { background-color: rgb(239,160,109); }
div.DivClassName
{
background-color: #EFA06D;
}
.BgClassName
{
background-color: #EFA06D;
}
</style>
border-color css
<style>
span { border-color: #EFA06D; }
span { border-color: rgb(239,160,109); }
td.TdClassName
{
border-color: #EFA06D;
}
.TagClassName
{
border-color: #EFA06D;
}
</style>