Shades of Tahiti Gold #E77421
Tints of Tahiti Gold #E77421
RGB
CMYK
RGB Variations
Color information
#E77421 (or 0xE77421) is known color: Tahiti Gold. HEX triplet: E7, 74 and 21. RGB value is (231,116,33). Sum of RGB (Red+Green+Blue) = 231+116+33=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E77421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77421 is #188BDE. Grayscale: #8D8D8D. Windows color (decimal): -1608671 or 2192615. OLE color: 2192615.
HSL color Cylindrical-coordinate representation of color #E77421: hue angle of 25.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E77421 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 33 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.09 |
| HSL | 25.15º | 0.8% | 0.52% | - |
| HSV(B) | 25.15º | 0.86% | 0.91% | - |
| XYZ | 39.47 | 29.59 | 5.07 | - |
| YUV | 140.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 33 | 0 | 0.50 | 0.86 | 0.09 | 25.15 | 0.8 | 0.52 |
| Hex | E7 | 74 | 21 | 0 | 32 | 56 | 9 | 19 | 50 | 34 |
| Octal | 347 | 164 | 41 | 0 | 62 | 126 | 11 | 31 | 120 | 64 |
| Binary | 11100111 | 1110100 | 100001 | 0 | 110010 | 1010110 | 1001 | 11001 | 1010000 | 110100 |
Color Harmonies of #E77421
Complementary color
Monochromatic Colors of #E77421
Black with #E77421
Text Example
Text Example
White with #E77421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77421; }
p { color: rgb(231,116,33); }
H1.HeaderClassName
{
color: #E77421;
}
.AnyTagClassName
{
color: #E77421;
}
</style>
background-color css
<style>
a { background-color: #E77421; }
a { background-color: rgb(231,116,33); }
div.DivClassName
{
background-color: #E77421;
}
.BgClassName
{
background-color: #E77421;
}
</style>
border-color css
<style>
span { border-color: #E77421; }
span { border-color: rgb(231,116,33); }
td.TdClassName
{
border-color: #E77421;
}
.TagClassName
{
border-color: #E77421;
}
</style>