Shades of Tahiti Gold #E97319
Tints of Tahiti Gold #E97319
RGB
CMYK
RGB Variations
Color information
#E97319 (or 0xE97319) is known color: Tahiti Gold. HEX triplet: E9, 73 and 19. RGB value is (233,115,25). Sum of RGB (Red+Green+Blue) = 233+115+25=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E97319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E97319 is #168CE6. Grayscale: #8C8C8C. Windows color (decimal): -1477863 or 1668073. OLE color: 1668073.
HSL color Cylindrical-coordinate representation of color #E97319: hue angle of 25.96º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E97319 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 25 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.09 |
| HSL | 25.96º | 0.83% | 0.51% | - |
| HSV(B) | 25.96º | 0.89% | 0.91% | - |
| XYZ | 39.91 | 29.66 | 4.54 | - |
| YUV | 140.02 | 63.09 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 25 | 0 | 0.51 | 0.89 | 0.09 | 25.96 | 0.83 | 0.51 |
| Hex | E9 | 73 | 19 | 0 | 33 | 59 | 9 | 1A | 53 | 33 |
| Octal | 351 | 163 | 31 | 0 | 63 | 131 | 11 | 32 | 123 | 63 |
| Binary | 11101001 | 1110011 | 11001 | 0 | 110011 | 1011001 | 1001 | 11010 | 1010011 | 110011 |
Color Harmonies of #E97319
Complementary color
Monochromatic Colors of #E97319
Black with #E97319
Text Example
Text Example
White with #E97319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97319; }
p { color: rgb(233,115,25); }
H1.HeaderClassName
{
color: #E97319;
}
.AnyTagClassName
{
color: #E97319;
}
</style>
background-color css
<style>
a { background-color: #E97319; }
a { background-color: rgb(233,115,25); }
div.DivClassName
{
background-color: #E97319;
}
.BgClassName
{
background-color: #E97319;
}
</style>
border-color css
<style>
span { border-color: #E97319; }
span { border-color: rgb(233,115,25); }
td.TdClassName
{
border-color: #E97319;
}
.TagClassName
{
border-color: #E97319;
}
</style>