Shades of Tahiti Gold #E97122
Tints of Tahiti Gold #E97122
RGB
CMYK
RGB Variations
Color information
#E97122 (or 0xE97122) is known color: Tahiti Gold. HEX triplet: E9, 71 and 22. RGB value is (233,113,34). Sum of RGB (Red+Green+Blue) = 233+113+34=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E97122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97122 is #168EDD. Grayscale: #8C8C8C. Windows color (decimal): -1478366 or 2257385. OLE color: 2257385.
HSL color Cylindrical-coordinate representation of color #E97122: hue angle of 23.82º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E97122 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 34 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.09 |
| HSL | 23.82º | 0.82% | 0.52% | - |
| HSV(B) | 23.82º | 0.85% | 0.91% | - |
| XYZ | 39.8 | 29.25 | 5.06 | - |
| YUV | 139.87 | 68.26 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 34 | 0 | 0.52 | 0.85 | 0.09 | 23.82 | 0.82 | 0.52 |
| Hex | E9 | 71 | 22 | 0 | 34 | 55 | 9 | 18 | 52 | 34 |
| Octal | 351 | 161 | 42 | 0 | 64 | 125 | 11 | 30 | 122 | 64 |
| Binary | 11101001 | 1110001 | 100010 | 0 | 110100 | 1010101 | 1001 | 11000 | 1010010 | 110100 |
Color Harmonies of #E97122
Complementary color
Monochromatic Colors of #E97122
Black with #E97122
Text Example
Text Example
White with #E97122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97122; }
p { color: rgb(233,113,34); }
H1.HeaderClassName
{
color: #E97122;
}
.AnyTagClassName
{
color: #E97122;
}
</style>
background-color css
<style>
a { background-color: #E97122; }
a { background-color: rgb(233,113,34); }
div.DivClassName
{
background-color: #E97122;
}
.BgClassName
{
background-color: #E97122;
}
</style>
border-color css
<style>
span { border-color: #E97122; }
span { border-color: rgb(233,113,34); }
td.TdClassName
{
border-color: #E97122;
}
.TagClassName
{
border-color: #E97122;
}
</style>