Shades of Tahiti Gold #E77518
Tints of Tahiti Gold #E77518
RGB
CMYK
RGB Variations
Color information
#E77518 (or 0xE77518) is known color: Tahiti Gold. HEX triplet: E7, 75 and 18. RGB value is (231,117,24). Sum of RGB (Red+Green+Blue) = 231+117+24=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E77518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77518 is #188AE7. Grayscale: #8C8C8C. Windows color (decimal): -1608424 or 1603047. OLE color: 1603047.
HSL color Cylindrical-coordinate representation of color #E77518: hue angle of 26.96º 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 #E77518 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 24 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.09 |
| HSL | 26.96º | 0.81% | 0.5% | - |
| HSV(B) | 26.96º | 0.9% | 0.91% | - |
| XYZ | 39.48 | 29.78 | 4.53 | - |
| YUV | 140.48 | 62.27 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 24 | 0 | 0.49 | 0.90 | 0.09 | 26.96 | 0.81 | 0.5 |
| Hex | E7 | 75 | 18 | 0 | 31 | 5A | 9 | 1B | 51 | 32 |
| Octal | 347 | 165 | 30 | 0 | 61 | 132 | 11 | 33 | 121 | 62 |
| Binary | 11100111 | 1110101 | 11000 | 0 | 110001 | 1011010 | 1001 | 11011 | 1010001 | 110010 |
Color Harmonies of #E77518
Complementary color
Monochromatic Colors of #E77518
Black with #E77518
Text Example
Text Example
White with #E77518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77518; }
p { color: rgb(231,117,24); }
H1.HeaderClassName
{
color: #E77518;
}
.AnyTagClassName
{
color: #E77518;
}
</style>
background-color css
<style>
a { background-color: #E77518; }
a { background-color: rgb(231,117,24); }
div.DivClassName
{
background-color: #E77518;
}
.BgClassName
{
background-color: #E77518;
}
</style>
border-color css
<style>
span { border-color: #E77518; }
span { border-color: rgb(231,117,24); }
td.TdClassName
{
border-color: #E77518;
}
.TagClassName
{
border-color: #E77518;
}
</style>