Shades of Tahiti Gold #EF712A
Tints of Tahiti Gold #EF712A
RGB
CMYK
RGB Variations
Color information
#EF712A (or 0xEF712A) is known color: Tahiti Gold. HEX triplet: EF, 71 and 2A. RGB value is (239,113,42). Sum of RGB (Red+Green+Blue) = 239+113+42=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF712A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF712A is #108ED5. Grayscale: #8E8E8E. Windows color (decimal): -1085142 or 2781679. OLE color: 2781679.
HSL color Cylindrical-coordinate representation of color #EF712A: hue angle of 21.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF712A is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 42 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.06 |
| HSL | 21.62º | 0.86% | 0.55% | - |
| HSV(B) | 21.62º | 0.82% | 0.94% | - |
| XYZ | 41.92 | 30.33 | 5.83 | - |
| YUV | 142.58 | 71.24 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 42 | 0 | 0.53 | 0.82 | 0.06 | 21.62 | 0.86 | 0.55 |
| Hex | EF | 71 | 2A | 0 | 35 | 52 | 6 | 16 | 56 | 37 |
| Octal | 357 | 161 | 52 | 0 | 65 | 122 | 6 | 26 | 126 | 67 |
| Binary | 11101111 | 1110001 | 101010 | 0 | 110101 | 1010010 | 110 | 10110 | 1010110 | 110111 |
Color Harmonies of #EF712A
Complementary color
Monochromatic Colors of #EF712A
Black with #EF712A
Text Example
Text Example
White with #EF712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF712A; }
p { color: rgb(239,113,42); }
H1.HeaderClassName
{
color: #EF712A;
}
.AnyTagClassName
{
color: #EF712A;
}
</style>
background-color css
<style>
a { background-color: #EF712A; }
a { background-color: rgb(239,113,42); }
div.DivClassName
{
background-color: #EF712A;
}
.BgClassName
{
background-color: #EF712A;
}
</style>
border-color css
<style>
span { border-color: #EF712A; }
span { border-color: rgb(239,113,42); }
td.TdClassName
{
border-color: #EF712A;
}
.TagClassName
{
border-color: #EF712A;
}
</style>