Shades of Tahiti Gold #E77126
Tints of Tahiti Gold #E77126
RGB
CMYK
RGB Variations
Color information
#E77126 (or 0xE77126) is known color: Tahiti Gold. HEX triplet: E7, 71 and 26. RGB value is (231,113,38). Sum of RGB (Red+Green+Blue) = 231+113+38=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E77126 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77126 is #188ED9. Grayscale: #8C8C8C. Windows color (decimal): -1609434 or 2519527. OLE color: 2519527.
HSL color Cylindrical-coordinate representation of color #E77126: hue angle of 23.32º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E77126 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 38 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.09 |
| HSL | 23.32º | 0.8% | 0.53% | - |
| HSV(B) | 23.32º | 0.84% | 0.91% | - |
| XYZ | 39.21 | 28.94 | 5.35 | - |
| YUV | 139.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 38 | 0 | 0.51 | 0.84 | 0.09 | 23.32 | 0.8 | 0.53 |
| Hex | E7 | 71 | 26 | 0 | 33 | 54 | 9 | 17 | 50 | 35 |
| Octal | 347 | 161 | 46 | 0 | 63 | 124 | 11 | 27 | 120 | 65 |
| Binary | 11100111 | 1110001 | 100110 | 0 | 110011 | 1010100 | 1001 | 10111 | 1010000 | 110101 |
Color Harmonies of #E77126
Complementary color
Monochromatic Colors of #E77126
Black with #E77126
Text Example
Text Example
White with #E77126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77126; }
p { color: rgb(231,113,38); }
H1.HeaderClassName
{
color: #E77126;
}
.AnyTagClassName
{
color: #E77126;
}
</style>
background-color css
<style>
a { background-color: #E77126; }
a { background-color: rgb(231,113,38); }
div.DivClassName
{
background-color: #E77126;
}
.BgClassName
{
background-color: #E77126;
}
</style>
border-color css
<style>
span { border-color: #E77126; }
span { border-color: rgb(231,113,38); }
td.TdClassName
{
border-color: #E77126;
}
.TagClassName
{
border-color: #E77126;
}
</style>