Shades of Tahiti Gold #E77127
Tints of Tahiti Gold #E77127
RGB
CMYK
RGB Variations
Color information
#E77127 (or 0xE77127) is known color: Tahiti Gold. HEX triplet: E7, 71 and 27. RGB value is (231,113,39). Sum of RGB (Red+Green+Blue) = 231+113+39=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E77127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77127 is #188ED8. Grayscale: #8C8C8C. Windows color (decimal): -1609433 or 2585063. OLE color: 2585063.
HSL color Cylindrical-coordinate representation of color #E77127: hue angle of 23.12º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E77127 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 39 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.09 |
| HSL | 23.13º | 0.8% | 0.53% | - |
| HSV(B) | 23.13º | 0.83% | 0.91% | - |
| XYZ | 39.23 | 28.95 | 5.44 | - |
| YUV | 139.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 39 | 0 | 0.51 | 0.83 | 0.09 | 23.13 | 0.8 | 0.53 |
| Hex | E7 | 71 | 27 | 0 | 33 | 53 | 9 | 17 | 50 | 35 |
| Octal | 347 | 161 | 47 | 0 | 63 | 123 | 11 | 27 | 120 | 65 |
| Binary | 11100111 | 1110001 | 100111 | 0 | 110011 | 1010011 | 1001 | 10111 | 1010000 | 110101 |
Color Harmonies of #E77127
Complementary color
Monochromatic Colors of #E77127
Black with #E77127
Text Example
Text Example
White with #E77127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77127; }
p { color: rgb(231,113,39); }
H1.HeaderClassName
{
color: #E77127;
}
.AnyTagClassName
{
color: #E77127;
}
</style>
background-color css
<style>
a { background-color: #E77127; }
a { background-color: rgb(231,113,39); }
div.DivClassName
{
background-color: #E77127;
}
.BgClassName
{
background-color: #E77127;
}
</style>
border-color css
<style>
span { border-color: #E77127; }
span { border-color: rgb(231,113,39); }
td.TdClassName
{
border-color: #E77127;
}
.TagClassName
{
border-color: #E77127;
}
</style>