Shades of Tahiti Gold #E07431
Tints of Tahiti Gold #E07431
RGB
CMYK
RGB Variations
Color information
#E07431 (or 0xE07431) is known color: Tahiti Gold. HEX triplet: E0, 74 and 31. RGB value is (224,116,49). Sum of RGB (Red+Green+Blue) = 224+116+49=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E07431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07431 is #1F8BCE. Grayscale: #8D8D8D. Windows color (decimal): -2067407 or 3241184. OLE color: 3241184.
HSL color Cylindrical-coordinate representation of color #E07431: hue angle of 22.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E07431 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 49 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.12 |
| HSL | 22.97º | 0.74% | 0.54% | - |
| HSV(B) | 22.97º | 0.78% | 0.88% | - |
| XYZ | 37.54 | 28.56 | 6.44 | - |
| YUV | 140.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 49 | 0 | 0.48 | 0.78 | 0.12 | 22.97 | 0.74 | 0.54 |
| Hex | E0 | 74 | 31 | 0 | 30 | 4E | C | 17 | 4A | 36 |
| Octal | 340 | 164 | 61 | 0 | 60 | 116 | 14 | 27 | 112 | 66 |
| Binary | 11100000 | 1110100 | 110001 | 0 | 110000 | 1001110 | 1100 | 10111 | 1001010 | 110110 |
Color Harmonies of #E07431
Complementary color
Monochromatic Colors of #E07431
Black with #E07431
Text Example
Text Example
White with #E07431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07431; }
p { color: rgb(224,116,49); }
H1.HeaderClassName
{
color: #E07431;
}
.AnyTagClassName
{
color: #E07431;
}
</style>
background-color css
<style>
a { background-color: #E07431; }
a { background-color: rgb(224,116,49); }
div.DivClassName
{
background-color: #E07431;
}
.BgClassName
{
background-color: #E07431;
}
</style>
border-color css
<style>
span { border-color: #E07431; }
span { border-color: rgb(224,116,49); }
td.TdClassName
{
border-color: #E07431;
}
.TagClassName
{
border-color: #E07431;
}
</style>