Shades of Tahiti Gold #E1791F
Tints of Tahiti Gold #E1791F
RGB
CMYK
RGB Variations
Color information
#E1791F (or 0xE1791F) is known color: Tahiti Gold. HEX triplet: E1, 79 and 1F. RGB value is (225,121,31). Sum of RGB (Red+Green+Blue) = 225+121+31=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E1791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1791F is #1E86E0. Grayscale: #8E8E8E. Windows color (decimal): -2000609 or 2062817. OLE color: 2062817.
HSL color Cylindrical-coordinate representation of color #E1791F: hue angle of 27.84º 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 #E1791F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.12 |
| HSL | 27.84º | 0.76% | 0.5% | - |
| HSV(B) | 27.84º | 0.86% | 0.88% | - |
| XYZ | 38.14 | 29.78 | 5.03 | - |
| YUV | 141.84 | 65.46 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 31 | 0 | 0.46 | 0.86 | 0.12 | 27.84 | 0.76 | 0.5 |
| Hex | E1 | 79 | 1F | 0 | 2E | 56 | C | 1C | 4C | 32 |
| Octal | 341 | 171 | 37 | 0 | 56 | 126 | 14 | 34 | 114 | 62 |
| Binary | 11100001 | 1111001 | 11111 | 0 | 101110 | 1010110 | 1100 | 11100 | 1001100 | 110010 |
Color Harmonies of #E1791F
Complementary color
Monochromatic Colors of #E1791F
Black with #E1791F
Text Example
Text Example
White with #E1791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1791F; }
p { color: rgb(225,121,31); }
H1.HeaderClassName
{
color: #E1791F;
}
.AnyTagClassName
{
color: #E1791F;
}
</style>
background-color css
<style>
a { background-color: #E1791F; }
a { background-color: rgb(225,121,31); }
div.DivClassName
{
background-color: #E1791F;
}
.BgClassName
{
background-color: #E1791F;
}
</style>
border-color css
<style>
span { border-color: #E1791F; }
span { border-color: rgb(225,121,31); }
td.TdClassName
{
border-color: #E1791F;
}
.TagClassName
{
border-color: #E1791F;
}
</style>