Shades of Tahiti Gold #E97A1F
Tints of Tahiti Gold #E97A1F
RGB
CMYK
RGB Variations
Color information
#E97A1F (or 0xE97A1F) is known color: Tahiti Gold. HEX triplet: E9, 7A and 1F. RGB value is (233,122,31). Sum of RGB (Red+Green+Blue) = 233+122+31=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97A1F is #1685E0. Grayscale: #919191. Windows color (decimal): -1476065 or 2063081. OLE color: 2063081.
HSL color Cylindrical-coordinate representation of color #E97A1F: hue angle of 27.03º 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 #E97A1F is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 31 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.09 |
| HSL | 27.03º | 0.82% | 0.52% | - |
| HSV(B) | 27.03º | 0.87% | 0.91% | - |
| XYZ | 40.81 | 31.34 | 5.19 | - |
| YUV | 144.82 | 63.77 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 31 | 0 | 0.48 | 0.87 | 0.09 | 27.03 | 0.82 | 0.52 |
| Hex | E9 | 7A | 1F | 0 | 30 | 57 | 9 | 1B | 52 | 34 |
| Octal | 351 | 172 | 37 | 0 | 60 | 127 | 11 | 33 | 122 | 64 |
| Binary | 11101001 | 1111010 | 11111 | 0 | 110000 | 1010111 | 1001 | 11011 | 1010010 | 110100 |
Color Harmonies of #E97A1F
Complementary color
Monochromatic Colors of #E97A1F
Black with #E97A1F
Text Example
Text Example
White with #E97A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A1F; }
p { color: rgb(233,122,31); }
H1.HeaderClassName
{
color: #E97A1F;
}
.AnyTagClassName
{
color: #E97A1F;
}
</style>
background-color css
<style>
a { background-color: #E97A1F; }
a { background-color: rgb(233,122,31); }
div.DivClassName
{
background-color: #E97A1F;
}
.BgClassName
{
background-color: #E97A1F;
}
</style>
border-color css
<style>
span { border-color: #E97A1F; }
span { border-color: rgb(233,122,31); }
td.TdClassName
{
border-color: #E97A1F;
}
.TagClassName
{
border-color: #E97A1F;
}
</style>