Shades of Tahiti Gold #E17A2F
Tints of Tahiti Gold #E17A2F
RGB
CMYK
RGB Variations
Color information
#E17A2F (or 0xE17A2F) is known color: Tahiti Gold. HEX triplet: E1, 7A and 2F. RGB value is (225,122,47). Sum of RGB (Red+Green+Blue) = 225+122+47=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A2F is #1E85D0. Grayscale: #909090. Windows color (decimal): -2000337 or 3111649. OLE color: 3111649.
HSL color Cylindrical-coordinate representation of color #E17A2F: hue angle of 25.28º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E17A2F is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 47 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.12 |
| HSL | 25.28º | 0.75% | 0.53% | - |
| HSV(B) | 25.28º | 0.79% | 0.88% | - |
| XYZ | 38.52 | 30.13 | 6.47 | - |
| YUV | 144.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 47 | 0 | 0.46 | 0.79 | 0.12 | 25.28 | 0.75 | 0.53 |
| Hex | E1 | 7A | 2F | 0 | 2E | 4F | C | 19 | 4B | 35 |
| Octal | 341 | 172 | 57 | 0 | 56 | 117 | 14 | 31 | 113 | 65 |
| Binary | 11100001 | 1111010 | 101111 | 0 | 101110 | 1001111 | 1100 | 11001 | 1001011 | 110101 |
Color Harmonies of #E17A2F
Complementary color
Monochromatic Colors of #E17A2F
Black with #E17A2F
Text Example
Text Example
White with #E17A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A2F; }
p { color: rgb(225,122,47); }
H1.HeaderClassName
{
color: #E17A2F;
}
.AnyTagClassName
{
color: #E17A2F;
}
</style>
background-color css
<style>
a { background-color: #E17A2F; }
a { background-color: rgb(225,122,47); }
div.DivClassName
{
background-color: #E17A2F;
}
.BgClassName
{
background-color: #E17A2F;
}
</style>
border-color css
<style>
span { border-color: #E17A2F; }
span { border-color: rgb(225,122,47); }
td.TdClassName
{
border-color: #E17A2F;
}
.TagClassName
{
border-color: #E17A2F;
}
</style>