Shades of Tahiti Gold #E17A1E
Tints of Tahiti Gold #E17A1E
RGB
CMYK
RGB Variations
Color information
#E17A1E (or 0xE17A1E) is known color: Tahiti Gold. HEX triplet: E1, 7A and 1E. RGB value is (225,122,30). Sum of RGB (Red+Green+Blue) = 225+122+30=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A1E is #1E85E1. Grayscale: #8E8E8E. Windows color (decimal): -2000354 or 1997537. OLE color: 1997537.
HSL color Cylindrical-coordinate representation of color #E17A1E: hue angle of 28.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E17A1E is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 30 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.12 |
| HSL | 28.31º | 0.76% | 0.5% | - |
| HSV(B) | 28.31º | 0.87% | 0.88% | - |
| XYZ | 38.25 | 30.02 | 5.01 | - |
| YUV | 142.31 | 64.62 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 30 | 0 | 0.46 | 0.87 | 0.12 | 28.31 | 0.76 | 0.5 |
| Hex | E1 | 7A | 1E | 0 | 2E | 57 | C | 1C | 4C | 32 |
| Octal | 341 | 172 | 36 | 0 | 56 | 127 | 14 | 34 | 114 | 62 |
| Binary | 11100001 | 1111010 | 11110 | 0 | 101110 | 1010111 | 1100 | 11100 | 1001100 | 110010 |
Color Harmonies of #E17A1E
Complementary color
Monochromatic Colors of #E17A1E
Black with #E17A1E
Text Example
Text Example
White with #E17A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A1E; }
p { color: rgb(225,122,30); }
H1.HeaderClassName
{
color: #E17A1E;
}
.AnyTagClassName
{
color: #E17A1E;
}
</style>
background-color css
<style>
a { background-color: #E17A1E; }
a { background-color: rgb(225,122,30); }
div.DivClassName
{
background-color: #E17A1E;
}
.BgClassName
{
background-color: #E17A1E;
}
</style>
border-color css
<style>
span { border-color: #E17A1E; }
span { border-color: rgb(225,122,30); }
td.TdClassName
{
border-color: #E17A1E;
}
.TagClassName
{
border-color: #E17A1E;
}
</style>