Shades of Tahiti Gold #EF6E25
Tints of Tahiti Gold #EF6E25
RGB
CMYK
RGB Variations
Color information
#EF6E25 (or 0xEF6E25) is known color: Tahiti Gold. HEX triplet: EF, 6E and 25. RGB value is (239,110,37). Sum of RGB (Red+Green+Blue) = 239+110+37=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6E25 is #1091DA. Grayscale: #8C8C8C. Windows color (decimal): -1085915 or 2453231. OLE color: 2453231.
HSL color Cylindrical-coordinate representation of color #EF6E25: hue angle of 21.68º 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 #EF6E25 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 37 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.06 |
| HSL | 21.68º | 0.86% | 0.54% | - |
| HSV(B) | 21.68º | 0.85% | 0.94% | - |
| XYZ | 41.51 | 29.64 | 5.28 | - |
| YUV | 140.25 | 69.74 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 37 | 0 | 0.54 | 0.85 | 0.06 | 21.68 | 0.86 | 0.54 |
| Hex | EF | 6E | 25 | 0 | 36 | 55 | 6 | 16 | 56 | 36 |
| Octal | 357 | 156 | 45 | 0 | 66 | 125 | 6 | 26 | 126 | 66 |
| Binary | 11101111 | 1101110 | 100101 | 0 | 110110 | 1010101 | 110 | 10110 | 1010110 | 110110 |
Color Harmonies of #EF6E25
Complementary color
Monochromatic Colors of #EF6E25
Black with #EF6E25
Text Example
Text Example
White with #EF6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E25; }
p { color: rgb(239,110,37); }
H1.HeaderClassName
{
color: #EF6E25;
}
.AnyTagClassName
{
color: #EF6E25;
}
</style>
background-color css
<style>
a { background-color: #EF6E25; }
a { background-color: rgb(239,110,37); }
div.DivClassName
{
background-color: #EF6E25;
}
.BgClassName
{
background-color: #EF6E25;
}
</style>
border-color css
<style>
span { border-color: #EF6E25; }
span { border-color: rgb(239,110,37); }
td.TdClassName
{
border-color: #EF6E25;
}
.TagClassName
{
border-color: #EF6E25;
}
</style>