Shades of Tahiti Gold #E07A16
Tints of Tahiti Gold #E07A16
RGB
CMYK
RGB Variations
Color information
#E07A16 (or 0xE07A16) is known color: Tahiti Gold. HEX triplet: E0, 7A and 16. RGB value is (224,122,22). Sum of RGB (Red+Green+Blue) = 224+122+22=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A16 is #1F85E9. Grayscale: #8D8D8D. Windows color (decimal): -2065898 or 1473248. OLE color: 1473248.
HSL color Cylindrical-coordinate representation of color #E07A16: hue angle of 29.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E07A16 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.12 |
| HSL | 29.7º | 0.82% | 0.48% | - |
| HSV(B) | 29.7º | 0.9% | 0.88% | - |
| XYZ | 37.84 | 29.82 | 4.52 | - |
| YUV | 141.1 | 60.79 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 22 | 0 | 0.46 | 0.90 | 0.12 | 29.7 | 0.82 | 0.48 |
| Hex | E0 | 7A | 16 | 0 | 2E | 5A | C | 1E | 52 | 30 |
| Octal | 340 | 172 | 26 | 0 | 56 | 132 | 14 | 36 | 122 | 60 |
| Binary | 11100000 | 1111010 | 10110 | 0 | 101110 | 1011010 | 1100 | 11110 | 1010010 | 110000 |
Color Harmonies of #E07A16
Complementary color
Monochromatic Colors of #E07A16
Black with #E07A16
Text Example
Text Example
White with #E07A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A16; }
p { color: rgb(224,122,22); }
H1.HeaderClassName
{
color: #E07A16;
}
.AnyTagClassName
{
color: #E07A16;
}
</style>
background-color css
<style>
a { background-color: #E07A16; }
a { background-color: rgb(224,122,22); }
div.DivClassName
{
background-color: #E07A16;
}
.BgClassName
{
background-color: #E07A16;
}
</style>
border-color css
<style>
span { border-color: #E07A16; }
span { border-color: rgb(224,122,22); }
td.TdClassName
{
border-color: #E07A16;
}
.TagClassName
{
border-color: #E07A16;
}
</style>