Shades of Tahiti Gold #EF6E28
Tints of Tahiti Gold #EF6E28
RGB
CMYK
RGB Variations
Color information
#EF6E28 (or 0xEF6E28) is known color: Tahiti Gold. HEX triplet: EF, 6E and 28. RGB value is (239,110,40). Sum of RGB (Red+Green+Blue) = 239+110+40=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6E28 is #1091D7. Grayscale: #8D8D8D. Windows color (decimal): -1085912 or 2649839. OLE color: 2649839.
HSL color Cylindrical-coordinate representation of color #EF6E28: hue angle of 21.11º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF6E28 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 40 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.06 |
| HSL | 21.11º | 0.86% | 0.55% | - |
| HSV(B) | 21.11º | 0.83% | 0.94% | - |
| XYZ | 41.56 | 29.66 | 5.54 | - |
| YUV | 140.59 | 71.24 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 40 | 0 | 0.54 | 0.83 | 0.06 | 21.11 | 0.86 | 0.55 |
| Hex | EF | 6E | 28 | 0 | 36 | 53 | 6 | 15 | 56 | 37 |
| Octal | 357 | 156 | 50 | 0 | 66 | 123 | 6 | 25 | 126 | 67 |
| Binary | 11101111 | 1101110 | 101000 | 0 | 110110 | 1010011 | 110 | 10101 | 1010110 | 110111 |
Color Harmonies of #EF6E28
Complementary color
Monochromatic Colors of #EF6E28
Black with #EF6E28
Text Example
Text Example
White with #EF6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E28; }
p { color: rgb(239,110,40); }
H1.HeaderClassName
{
color: #EF6E28;
}
.AnyTagClassName
{
color: #EF6E28;
}
</style>
background-color css
<style>
a { background-color: #EF6E28; }
a { background-color: rgb(239,110,40); }
div.DivClassName
{
background-color: #EF6E28;
}
.BgClassName
{
background-color: #EF6E28;
}
</style>
border-color css
<style>
span { border-color: #EF6E28; }
span { border-color: rgb(239,110,40); }
td.TdClassName
{
border-color: #EF6E28;
}
.TagClassName
{
border-color: #EF6E28;
}
</style>