Shades of Tahiti Gold #EF7124
Tints of Tahiti Gold #EF7124
RGB
CMYK
RGB Variations
Color information
#EF7124 (or 0xEF7124) is known color: Tahiti Gold. HEX triplet: EF, 71 and 24. RGB value is (239,113,36). Sum of RGB (Red+Green+Blue) = 239+113+36=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7124 is #108EDB. Grayscale: #8E8E8E. Windows color (decimal): -1085148 or 2388463. OLE color: 2388463.
HSL color Cylindrical-coordinate representation of color #EF7124: hue angle of 22.76º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF7124 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 36 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.06 |
| HSL | 22.76º | 0.86% | 0.54% | - |
| HSV(B) | 22.76º | 0.85% | 0.94% | - |
| XYZ | 41.82 | 30.29 | 5.31 | - |
| YUV | 141.9 | 68.24 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 36 | 0 | 0.53 | 0.85 | 0.06 | 22.76 | 0.86 | 0.54 |
| Hex | EF | 71 | 24 | 0 | 35 | 55 | 6 | 17 | 56 | 36 |
| Octal | 357 | 161 | 44 | 0 | 65 | 125 | 6 | 27 | 126 | 66 |
| Binary | 11101111 | 1110001 | 100100 | 0 | 110101 | 1010101 | 110 | 10111 | 1010110 | 110110 |
Color Harmonies of #EF7124
Complementary color
Monochromatic Colors of #EF7124
Black with #EF7124
Text Example
Text Example
White with #EF7124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7124; }
p { color: rgb(239,113,36); }
H1.HeaderClassName
{
color: #EF7124;
}
.AnyTagClassName
{
color: #EF7124;
}
</style>
background-color css
<style>
a { background-color: #EF7124; }
a { background-color: rgb(239,113,36); }
div.DivClassName
{
background-color: #EF7124;
}
.BgClassName
{
background-color: #EF7124;
}
</style>
border-color css
<style>
span { border-color: #EF7124; }
span { border-color: rgb(239,113,36); }
td.TdClassName
{
border-color: #EF7124;
}
.TagClassName
{
border-color: #EF7124;
}
</style>