Shades of Tahiti Gold #E17F1F
Tints of Tahiti Gold #E17F1F
RGB
CMYK
RGB Variations
Color information
#E17F1F (or 0xE17F1F) is known color: Tahiti Gold. HEX triplet: E1, 7F and 1F. RGB value is (225,127,31). Sum of RGB (Red+Green+Blue) = 225+127+31=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17F1F is #1E80E0. Grayscale: #919191. Windows color (decimal): -1999073 or 2064353. OLE color: 2064353.
HSL color Cylindrical-coordinate representation of color #E17F1F: hue angle of 29.69º 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 #E17F1F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 31 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.12 |
| HSL | 29.69º | 0.76% | 0.5% | - |
| HSV(B) | 29.69º | 0.86% | 0.88% | - |
| XYZ | 38.89 | 31.29 | 5.29 | - |
| YUV | 145.36 | 63.47 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 31 | 0 | 0.44 | 0.86 | 0.12 | 29.69 | 0.76 | 0.5 |
| Hex | E1 | 7F | 1F | 0 | 2C | 56 | C | 1E | 4C | 32 |
| Octal | 341 | 177 | 37 | 0 | 54 | 126 | 14 | 36 | 114 | 62 |
| Binary | 11100001 | 1111111 | 11111 | 0 | 101100 | 1010110 | 1100 | 11110 | 1001100 | 110010 |
Color Harmonies of #E17F1F
Complementary color
Monochromatic Colors of #E17F1F
Black with #E17F1F
Text Example
Text Example
White with #E17F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F1F; }
p { color: rgb(225,127,31); }
H1.HeaderClassName
{
color: #E17F1F;
}
.AnyTagClassName
{
color: #E17F1F;
}
</style>
background-color css
<style>
a { background-color: #E17F1F; }
a { background-color: rgb(225,127,31); }
div.DivClassName
{
background-color: #E17F1F;
}
.BgClassName
{
background-color: #E17F1F;
}
</style>
border-color css
<style>
span { border-color: #E17F1F; }
span { border-color: rgb(225,127,31); }
td.TdClassName
{
border-color: #E17F1F;
}
.TagClassName
{
border-color: #E17F1F;
}
</style>