Shades of Tahiti Gold #E77018
Tints of Tahiti Gold #E77018
RGB
CMYK
RGB Variations
Color information
#E77018 (or 0xE77018) is known color: Tahiti Gold. HEX triplet: E7, 70 and 18. RGB value is (231,112,24). Sum of RGB (Red+Green+Blue) = 231+112+24=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E77018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77018 is #188FE7. Grayscale: #8A8A8A. Windows color (decimal): -1609704 or 1601767. OLE color: 1601767.
HSL color Cylindrical-coordinate representation of color #E77018: hue angle of 25.51º 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 #E77018 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 24 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.09 |
| HSL | 25.51º | 0.81% | 0.5% | - |
| HSV(B) | 25.51º | 0.9% | 0.91% | - |
| XYZ | 38.91 | 28.64 | 4.34 | - |
| YUV | 137.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 24 | 0 | 0.52 | 0.90 | 0.09 | 25.51 | 0.81 | 0.5 |
| Hex | E7 | 70 | 18 | 0 | 34 | 5A | 9 | 1A | 51 | 32 |
| Octal | 347 | 160 | 30 | 0 | 64 | 132 | 11 | 32 | 121 | 62 |
| Binary | 11100111 | 1110000 | 11000 | 0 | 110100 | 1011010 | 1001 | 11010 | 1010001 | 110010 |
Color Harmonies of #E77018
Complementary color
Monochromatic Colors of #E77018
Black with #E77018
Text Example
Text Example
White with #E77018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77018; }
p { color: rgb(231,112,24); }
H1.HeaderClassName
{
color: #E77018;
}
.AnyTagClassName
{
color: #E77018;
}
</style>
background-color css
<style>
a { background-color: #E77018; }
a { background-color: rgb(231,112,24); }
div.DivClassName
{
background-color: #E77018;
}
.BgClassName
{
background-color: #E77018;
}
</style>
border-color css
<style>
span { border-color: #E77018; }
span { border-color: rgb(231,112,24); }
td.TdClassName
{
border-color: #E77018;
}
.TagClassName
{
border-color: #E77018;
}
</style>