Shades of Tahiti Gold #E0791A
Tints of Tahiti Gold #E0791A
RGB
CMYK
RGB Variations
Color information
#E0791A (or 0xE0791A) is known color: Tahiti Gold. HEX triplet: E0, 79 and 1A. RGB value is (224,121,26). Sum of RGB (Red+Green+Blue) = 224+121+26=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0791A is #1F86E5. Grayscale: #8D8D8D. Windows color (decimal): -2066150 or 1735136. OLE color: 1735136.
HSL color Cylindrical-coordinate representation of color #E0791A: hue angle of 28.79º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0791A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 26 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.12 |
| HSL | 28.79º | 0.79% | 0.49% | - |
| HSV(B) | 28.79º | 0.88% | 0.88% | - |
| XYZ | 37.76 | 29.6 | 4.7 | - |
| YUV | 140.97 | 63.12 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 26 | 0 | 0.46 | 0.88 | 0.12 | 28.79 | 0.79 | 0.49 |
| Hex | E0 | 79 | 1A | 0 | 2E | 58 | C | 1D | 4F | 31 |
| Octal | 340 | 171 | 32 | 0 | 56 | 130 | 14 | 35 | 117 | 61 |
| Binary | 11100000 | 1111001 | 11010 | 0 | 101110 | 1011000 | 1100 | 11101 | 1001111 | 110001 |
Color Harmonies of #E0791A
Complementary color
Monochromatic Colors of #E0791A
Black with #E0791A
Text Example
Text Example
White with #E0791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0791A; }
p { color: rgb(224,121,26); }
H1.HeaderClassName
{
color: #E0791A;
}
.AnyTagClassName
{
color: #E0791A;
}
</style>
background-color css
<style>
a { background-color: #E0791A; }
a { background-color: rgb(224,121,26); }
div.DivClassName
{
background-color: #E0791A;
}
.BgClassName
{
background-color: #E0791A;
}
</style>
border-color css
<style>
span { border-color: #E0791A; }
span { border-color: rgb(224,121,26); }
td.TdClassName
{
border-color: #E0791A;
}
.TagClassName
{
border-color: #E0791A;
}
</style>