Shades of Tahiti Gold #E2791F
Tints of Tahiti Gold #E2791F
RGB
CMYK
RGB Variations
Color information
#E2791F (or 0xE2791F) is known color: Tahiti Gold. HEX triplet: E2, 79 and 1F. RGB value is (226,121,31). Sum of RGB (Red+Green+Blue) = 226+121+31=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E2791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2791F is #1D86E0. Grayscale: #8E8E8E. Windows color (decimal): -1935073 or 2062818. OLE color: 2062818.
HSL color Cylindrical-coordinate representation of color #E2791F: hue angle of 27.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2791F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.11 |
| HSL | 27.69º | 0.77% | 0.5% | - |
| HSV(B) | 27.69º | 0.86% | 0.89% | - |
| XYZ | 38.45 | 29.94 | 5.05 | - |
| YUV | 142.14 | 65.29 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 31 | 0 | 0.46 | 0.86 | 0.11 | 27.69 | 0.77 | 0.5 |
| Hex | E2 | 79 | 1F | 0 | 2E | 56 | B | 1C | 4D | 32 |
| Octal | 342 | 171 | 37 | 0 | 56 | 126 | 13 | 34 | 115 | 62 |
| Binary | 11100010 | 1111001 | 11111 | 0 | 101110 | 1010110 | 1011 | 11100 | 1001101 | 110010 |
Color Harmonies of #E2791F
Complementary color
Monochromatic Colors of #E2791F
Black with #E2791F
Text Example
Text Example
White with #E2791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2791F; }
p { color: rgb(226,121,31); }
H1.HeaderClassName
{
color: #E2791F;
}
.AnyTagClassName
{
color: #E2791F;
}
</style>
background-color css
<style>
a { background-color: #E2791F; }
a { background-color: rgb(226,121,31); }
div.DivClassName
{
background-color: #E2791F;
}
.BgClassName
{
background-color: #E2791F;
}
</style>
border-color css
<style>
span { border-color: #E2791F; }
span { border-color: rgb(226,121,31); }
td.TdClassName
{
border-color: #E2791F;
}
.TagClassName
{
border-color: #E2791F;
}
</style>