Shades of Tahiti Gold #E97D1F
Tints of Tahiti Gold #E97D1F
RGB
CMYK
RGB Variations
Color information
#E97D1F (or 0xE97D1F) is known color: Tahiti Gold. HEX triplet: E9, 7D and 1F. RGB value is (233,125,31). Sum of RGB (Red+Green+Blue) = 233+125+31=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97D1F is #1682E0. Grayscale: #939393. Windows color (decimal): -1475297 or 2063849. OLE color: 2063849.
HSL color Cylindrical-coordinate representation of color #E97D1F: hue angle of 27.92º 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 #E97D1F is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 31 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.09 |
| HSL | 27.92º | 0.82% | 0.52% | - |
| HSV(B) | 27.92º | 0.87% | 0.91% | - |
| XYZ | 41.19 | 32.09 | 5.32 | - |
| YUV | 146.58 | 62.78 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 31 | 0 | 0.46 | 0.87 | 0.09 | 27.92 | 0.82 | 0.52 |
| Hex | E9 | 7D | 1F | 0 | 2E | 57 | 9 | 1C | 52 | 34 |
| Octal | 351 | 175 | 37 | 0 | 56 | 127 | 11 | 34 | 122 | 64 |
| Binary | 11101001 | 1111101 | 11111 | 0 | 101110 | 1010111 | 1001 | 11100 | 1010010 | 110100 |
Color Harmonies of #E97D1F
Complementary color
Monochromatic Colors of #E97D1F
Black with #E97D1F
Text Example
Text Example
White with #E97D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D1F; }
p { color: rgb(233,125,31); }
H1.HeaderClassName
{
color: #E97D1F;
}
.AnyTagClassName
{
color: #E97D1F;
}
</style>
background-color css
<style>
a { background-color: #E97D1F; }
a { background-color: rgb(233,125,31); }
div.DivClassName
{
background-color: #E97D1F;
}
.BgClassName
{
background-color: #E97D1F;
}
</style>
border-color css
<style>
span { border-color: #E97D1F; }
span { border-color: rgb(233,125,31); }
td.TdClassName
{
border-color: #E97D1F;
}
.TagClassName
{
border-color: #E97D1F;
}
</style>