Shades of Tahiti Gold #E17C16
Tints of Tahiti Gold #E17C16
RGB
CMYK
RGB Variations
Color information
#E17C16 (or 0xE17C16) is known color: Tahiti Gold. HEX triplet: E1, 7C and 16. RGB value is (225,124,22). Sum of RGB (Red+Green+Blue) = 225+124+22=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17C16 is #1E83E9. Grayscale: #8F8F8F. Windows color (decimal): -1999850 or 1473761. OLE color: 1473761.
HSL color Cylindrical-coordinate representation of color #E17C16: hue angle of 30.15º 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 #E17C16 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.12 |
| HSL | 30.15º | 0.82% | 0.48% | - |
| HSV(B) | 30.15º | 0.9% | 0.88% | - |
| XYZ | 38.4 | 30.48 | 4.62 | - |
| YUV | 142.57 | 59.96 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 22 | 0 | 0.45 | 0.90 | 0.12 | 30.15 | 0.82 | 0.48 |
| Hex | E1 | 7C | 16 | 0 | 2D | 5A | C | 1E | 52 | 30 |
| Octal | 341 | 174 | 26 | 0 | 55 | 132 | 14 | 36 | 122 | 60 |
| Binary | 11100001 | 1111100 | 10110 | 0 | 101101 | 1011010 | 1100 | 11110 | 1010010 | 110000 |
Color Harmonies of #E17C16
Complementary color
Monochromatic Colors of #E17C16
Black with #E17C16
Text Example
Text Example
White with #E17C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C16; }
p { color: rgb(225,124,22); }
H1.HeaderClassName
{
color: #E17C16;
}
.AnyTagClassName
{
color: #E17C16;
}
</style>
background-color css
<style>
a { background-color: #E17C16; }
a { background-color: rgb(225,124,22); }
div.DivClassName
{
background-color: #E17C16;
}
.BgClassName
{
background-color: #E17C16;
}
</style>
border-color css
<style>
span { border-color: #E17C16; }
span { border-color: rgb(225,124,22); }
td.TdClassName
{
border-color: #E17C16;
}
.TagClassName
{
border-color: #E17C16;
}
</style>