Shades of Tahiti Gold #E17A1F
Tints of Tahiti Gold #E17A1F
RGB
CMYK
RGB Variations
Color information
#E17A1F (or 0xE17A1F) is known color: Tahiti Gold. HEX triplet: E1, 7A and 1F. RGB value is (225,122,31). Sum of RGB (Red+Green+Blue) = 225+122+31=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A1F is #1E85E0. Grayscale: #8E8E8E. Windows color (decimal): -2000353 or 2063073. OLE color: 2063073.
HSL color Cylindrical-coordinate representation of color #E17A1F: hue angle of 28.14º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E17A1F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.12 |
| HSL | 28.14º | 0.76% | 0.5% | - |
| HSV(B) | 28.14º | 0.86% | 0.88% | - |
| XYZ | 38.26 | 30.03 | 5.08 | - |
| YUV | 142.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 31 | 0 | 0.46 | 0.86 | 0.12 | 28.14 | 0.76 | 0.5 |
| Hex | E1 | 7A | 1F | 0 | 2E | 56 | C | 1C | 4C | 32 |
| Octal | 341 | 172 | 37 | 0 | 56 | 126 | 14 | 34 | 114 | 62 |
| Binary | 11100001 | 1111010 | 11111 | 0 | 101110 | 1010110 | 1100 | 11100 | 1001100 | 110010 |
Color Harmonies of #E17A1F
Complementary color
Monochromatic Colors of #E17A1F
Black with #E17A1F
Text Example
Text Example
White with #E17A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A1F; }
p { color: rgb(225,122,31); }
H1.HeaderClassName
{
color: #E17A1F;
}
.AnyTagClassName
{
color: #E17A1F;
}
</style>
background-color css
<style>
a { background-color: #E17A1F; }
a { background-color: rgb(225,122,31); }
div.DivClassName
{
background-color: #E17A1F;
}
.BgClassName
{
background-color: #E17A1F;
}
</style>
border-color css
<style>
span { border-color: #E17A1F; }
span { border-color: rgb(225,122,31); }
td.TdClassName
{
border-color: #E17A1F;
}
.TagClassName
{
border-color: #E17A1F;
}
</style>