Shades of Tahiti Gold #E97A1E
Tints of Tahiti Gold #E97A1E
RGB
CMYK
RGB Variations
Color information
#E97A1E (or 0xE97A1E) is known color: Tahiti Gold. HEX triplet: E9, 7A and 1E. RGB value is (233,122,30). Sum of RGB (Red+Green+Blue) = 233+122+30=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97A1E is #1685E1. Grayscale: #919191. Windows color (decimal): -1476066 or 1997545. OLE color: 1997545.
HSL color Cylindrical-coordinate representation of color #E97A1E: hue angle of 27.19º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E97A1E is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 30 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.09 |
| HSL | 27.19º | 0.82% | 0.52% | - |
| HSV(B) | 27.19º | 0.87% | 0.91% | - |
| XYZ | 40.8 | 31.34 | 5.13 | - |
| YUV | 144.7 | 63.27 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 30 | 0 | 0.48 | 0.87 | 0.09 | 27.19 | 0.82 | 0.52 |
| Hex | E9 | 7A | 1E | 0 | 30 | 57 | 9 | 1B | 52 | 34 |
| Octal | 351 | 172 | 36 | 0 | 60 | 127 | 11 | 33 | 122 | 64 |
| Binary | 11101001 | 1111010 | 11110 | 0 | 110000 | 1010111 | 1001 | 11011 | 1010010 | 110100 |
Color Harmonies of #E97A1E
Complementary color
Monochromatic Colors of #E97A1E
Black with #E97A1E
Text Example
Text Example
White with #E97A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A1E; }
p { color: rgb(233,122,30); }
H1.HeaderClassName
{
color: #E97A1E;
}
.AnyTagClassName
{
color: #E97A1E;
}
</style>
background-color css
<style>
a { background-color: #E97A1E; }
a { background-color: rgb(233,122,30); }
div.DivClassName
{
background-color: #E97A1E;
}
.BgClassName
{
background-color: #E97A1E;
}
</style>
border-color css
<style>
span { border-color: #E97A1E; }
span { border-color: rgb(233,122,30); }
td.TdClassName
{
border-color: #E97A1E;
}
.TagClassName
{
border-color: #E97A1E;
}
</style>