Shades of Tahiti Gold #E07A1F
Tints of Tahiti Gold #E07A1F
RGB
CMYK
RGB Variations
Color information
#E07A1F (or 0xE07A1F) is known color: Tahiti Gold. HEX triplet: E0, 7A and 1F. RGB value is (224,122,31). Sum of RGB (Red+Green+Blue) = 224+122+31=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A1F is #1F85E0. Grayscale: #8E8E8E. Windows color (decimal): -2065889 or 2063072. OLE color: 2063072.
HSL color Cylindrical-coordinate representation of color #E07A1F: hue angle of 28.29º 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 #E07A1F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.12 |
| HSL | 28.29º | 0.76% | 0.5% | - |
| HSV(B) | 28.29º | 0.86% | 0.88% | - |
| XYZ | 37.95 | 29.87 | 5.06 | - |
| YUV | 142.12 | 65.29 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 31 | 0 | 0.46 | 0.86 | 0.12 | 28.29 | 0.76 | 0.5 |
| Hex | E0 | 7A | 1F | 0 | 2E | 56 | C | 1C | 4C | 32 |
| Octal | 340 | 172 | 37 | 0 | 56 | 126 | 14 | 34 | 114 | 62 |
| Binary | 11100000 | 1111010 | 11111 | 0 | 101110 | 1010110 | 1100 | 11100 | 1001100 | 110010 |
Color Harmonies of #E07A1F
Complementary color
Monochromatic Colors of #E07A1F
Black with #E07A1F
Text Example
Text Example
White with #E07A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A1F; }
p { color: rgb(224,122,31); }
H1.HeaderClassName
{
color: #E07A1F;
}
.AnyTagClassName
{
color: #E07A1F;
}
</style>
background-color css
<style>
a { background-color: #E07A1F; }
a { background-color: rgb(224,122,31); }
div.DivClassName
{
background-color: #E07A1F;
}
.BgClassName
{
background-color: #E07A1F;
}
</style>
border-color css
<style>
span { border-color: #E07A1F; }
span { border-color: rgb(224,122,31); }
td.TdClassName
{
border-color: #E07A1F;
}
.TagClassName
{
border-color: #E07A1F;
}
</style>