Shades of Tahiti Gold #E47516
Tints of Tahiti Gold #E47516
RGB
CMYK
RGB Variations
Color information
#E47516 (or 0xE47516) is known color: Tahiti Gold. HEX triplet: E4, 75 and 16. RGB value is (228,117,22). Sum of RGB (Red+Green+Blue) = 228+117+22=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E47516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47516 is #1B8AE9. Grayscale: #8B8B8B. Windows color (decimal): -1805034 or 1471972. OLE color: 1471972.
HSL color Cylindrical-coordinate representation of color #E47516: hue angle of 27.67º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E47516 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.11 |
| HSL | 27.67º | 0.82% | 0.49% | - |
| HSV(B) | 27.67º | 0.9% | 0.89% | - |
| XYZ | 38.5 | 29.27 | 4.38 | - |
| YUV | 139.36 | 61.77 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 22 | 0 | 0.49 | 0.90 | 0.11 | 27.67 | 0.82 | 0.49 |
| Hex | E4 | 75 | 16 | 0 | 31 | 5A | B | 1C | 52 | 31 |
| Octal | 344 | 165 | 26 | 0 | 61 | 132 | 13 | 34 | 122 | 61 |
| Binary | 11100100 | 1110101 | 10110 | 0 | 110001 | 1011010 | 1011 | 11100 | 1010010 | 110001 |
Color Harmonies of #E47516
Complementary color
Monochromatic Colors of #E47516
Black with #E47516
Text Example
Text Example
White with #E47516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47516; }
p { color: rgb(228,117,22); }
H1.HeaderClassName
{
color: #E47516;
}
.AnyTagClassName
{
color: #E47516;
}
</style>
background-color css
<style>
a { background-color: #E47516; }
a { background-color: rgb(228,117,22); }
div.DivClassName
{
background-color: #E47516;
}
.BgClassName
{
background-color: #E47516;
}
</style>
border-color css
<style>
span { border-color: #E47516; }
span { border-color: rgb(228,117,22); }
td.TdClassName
{
border-color: #E47516;
}
.TagClassName
{
border-color: #E47516;
}
</style>