Shades of Tahiti Gold #E17816
Tints of Tahiti Gold #E17816
RGB
CMYK
RGB Variations
Color information
#E17816 (or 0xE17816) is known color: Tahiti Gold. HEX triplet: E1, 78 and 16. RGB value is (225,120,22). Sum of RGB (Red+Green+Blue) = 225+120+22=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E17816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17816 is #1E87E9. Grayscale: #8C8C8C. Windows color (decimal): -2000874 or 1472737. OLE color: 1472737.
HSL color Cylindrical-coordinate representation of color #E17816: hue angle of 28.97º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E17816 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.12 |
| HSL | 28.97º | 0.82% | 0.48% | - |
| HSV(B) | 28.97º | 0.9% | 0.88% | - |
| XYZ | 37.91 | 29.5 | 4.45 | - |
| YUV | 140.22 | 61.29 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 22 | 0 | 0.47 | 0.90 | 0.12 | 28.97 | 0.82 | 0.48 |
| Hex | E1 | 78 | 16 | 0 | 2F | 5A | C | 1D | 52 | 30 |
| Octal | 341 | 170 | 26 | 0 | 57 | 132 | 14 | 35 | 122 | 60 |
| Binary | 11100001 | 1111000 | 10110 | 0 | 101111 | 1011010 | 1100 | 11101 | 1010010 | 110000 |
Color Harmonies of #E17816
Complementary color
Monochromatic Colors of #E17816
Black with #E17816
Text Example
Text Example
White with #E17816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17816; }
p { color: rgb(225,120,22); }
H1.HeaderClassName
{
color: #E17816;
}
.AnyTagClassName
{
color: #E17816;
}
</style>
background-color css
<style>
a { background-color: #E17816; }
a { background-color: rgb(225,120,22); }
div.DivClassName
{
background-color: #E17816;
}
.BgClassName
{
background-color: #E17816;
}
</style>
border-color css
<style>
span { border-color: #E17816; }
span { border-color: rgb(225,120,22); }
td.TdClassName
{
border-color: #E17816;
}
.TagClassName
{
border-color: #E17816;
}
</style>