Shades of Tahiti Gold #E07A19
Tints of Tahiti Gold #E07A19
RGB
CMYK
RGB Variations
Color information
#E07A19 (or 0xE07A19) is known color: Tahiti Gold. HEX triplet: E0, 7A and 19. RGB value is (224,122,25). Sum of RGB (Red+Green+Blue) = 224+122+25=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A19 is #1F85E6. Grayscale: #8D8D8D. Windows color (decimal): -2065895 or 1669856. OLE color: 1669856.
HSL color Cylindrical-coordinate representation of color #E07A19: hue angle of 29.25º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E07A19 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 25 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.12 |
| HSL | 29.25º | 0.8% | 0.49% | - |
| HSV(B) | 29.25º | 0.89% | 0.88% | - |
| XYZ | 37.88 | 29.84 | 4.68 | - |
| YUV | 141.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 25 | 0 | 0.46 | 0.89 | 0.12 | 29.25 | 0.8 | 0.49 |
| Hex | E0 | 7A | 19 | 0 | 2E | 59 | C | 1D | 50 | 31 |
| Octal | 340 | 172 | 31 | 0 | 56 | 131 | 14 | 35 | 120 | 61 |
| Binary | 11100000 | 1111010 | 11001 | 0 | 101110 | 1011001 | 1100 | 11101 | 1010000 | 110001 |
Color Harmonies of #E07A19
Complementary color
Monochromatic Colors of #E07A19
Black with #E07A19
Text Example
Text Example
White with #E07A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A19; }
p { color: rgb(224,122,25); }
H1.HeaderClassName
{
color: #E07A19;
}
.AnyTagClassName
{
color: #E07A19;
}
</style>
background-color css
<style>
a { background-color: #E07A19; }
a { background-color: rgb(224,122,25); }
div.DivClassName
{
background-color: #E07A19;
}
.BgClassName
{
background-color: #E07A19;
}
</style>
border-color css
<style>
span { border-color: #E07A19; }
span { border-color: rgb(224,122,25); }
td.TdClassName
{
border-color: #E07A19;
}
.TagClassName
{
border-color: #E07A19;
}
</style>