Shades of Tahiti Gold #E77118
Tints of Tahiti Gold #E77118
RGB
CMYK
RGB Variations
Color information
#E77118 (or 0xE77118) is known color: Tahiti Gold. HEX triplet: E7, 71 and 18. RGB value is (231,113,24). Sum of RGB (Red+Green+Blue) = 231+113+24=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E77118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77118 is #188EE7. Grayscale: #8A8A8A. Windows color (decimal): -1609448 or 1602023. OLE color: 1602023.
HSL color Cylindrical-coordinate representation of color #E77118: hue angle of 25.8º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E77118 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 24 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.09 |
| HSL | 25.8º | 0.81% | 0.5% | - |
| HSV(B) | 25.8º | 0.9% | 0.91% | - |
| XYZ | 39.02 | 28.87 | 4.38 | - |
| YUV | 138.14 | 63.59 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 24 | 0 | 0.51 | 0.90 | 0.09 | 25.8 | 0.81 | 0.5 |
| Hex | E7 | 71 | 18 | 0 | 33 | 5A | 9 | 1A | 51 | 32 |
| Octal | 347 | 161 | 30 | 0 | 63 | 132 | 11 | 32 | 121 | 62 |
| Binary | 11100111 | 1110001 | 11000 | 0 | 110011 | 1011010 | 1001 | 11010 | 1010001 | 110010 |
Color Harmonies of #E77118
Complementary color
Monochromatic Colors of #E77118
Black with #E77118
Text Example
Text Example
White with #E77118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77118; }
p { color: rgb(231,113,24); }
H1.HeaderClassName
{
color: #E77118;
}
.AnyTagClassName
{
color: #E77118;
}
</style>
background-color css
<style>
a { background-color: #E77118; }
a { background-color: rgb(231,113,24); }
div.DivClassName
{
background-color: #E77118;
}
.BgClassName
{
background-color: #E77118;
}
</style>
border-color css
<style>
span { border-color: #E77118; }
span { border-color: rgb(231,113,24); }
td.TdClassName
{
border-color: #E77118;
}
.TagClassName
{
border-color: #E77118;
}
</style>