Shades of Tahiti Gold #E77618
Tints of Tahiti Gold #E77618
RGB
CMYK
RGB Variations
Color information
#E77618 (or 0xE77618) is known color: Tahiti Gold. HEX triplet: E7, 76 and 18. RGB value is (231,118,24). Sum of RGB (Red+Green+Blue) = 231+118+24=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E77618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77618 is #1889E7. Grayscale: #8D8D8D. Windows color (decimal): -1608168 or 1603303. OLE color: 1603303.
HSL color Cylindrical-coordinate representation of color #E77618: hue angle of 27.25º 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 #E77618 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 24 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.09 |
| HSL | 27.25º | 0.81% | 0.5% | - |
| HSV(B) | 27.25º | 0.9% | 0.91% | - |
| XYZ | 39.6 | 30.01 | 4.57 | - |
| YUV | 141.07 | 61.94 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 24 | 0 | 0.49 | 0.90 | 0.09 | 27.25 | 0.81 | 0.5 |
| Hex | E7 | 76 | 18 | 0 | 31 | 5A | 9 | 1B | 51 | 32 |
| Octal | 347 | 166 | 30 | 0 | 61 | 132 | 11 | 33 | 121 | 62 |
| Binary | 11100111 | 1110110 | 11000 | 0 | 110001 | 1011010 | 1001 | 11011 | 1010001 | 110010 |
Color Harmonies of #E77618
Complementary color
Monochromatic Colors of #E77618
Black with #E77618
Text Example
Text Example
White with #E77618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77618; }
p { color: rgb(231,118,24); }
H1.HeaderClassName
{
color: #E77618;
}
.AnyTagClassName
{
color: #E77618;
}
</style>
background-color css
<style>
a { background-color: #E77618; }
a { background-color: rgb(231,118,24); }
div.DivClassName
{
background-color: #E77618;
}
.BgClassName
{
background-color: #E77618;
}
</style>
border-color css
<style>
span { border-color: #E77618; }
span { border-color: rgb(231,118,24); }
td.TdClassName
{
border-color: #E77618;
}
.TagClassName
{
border-color: #E77618;
}
</style>