Shades of Tahiti Gold #E37A1E
Tints of Tahiti Gold #E37A1E
RGB
CMYK
RGB Variations
Color information
#E37A1E (or 0xE37A1E) is known color: Tahiti Gold. HEX triplet: E3, 7A and 1E. RGB value is (227,122,30). Sum of RGB (Red+Green+Blue) = 227+122+30=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E37A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37A1E is #1C85E1. Grayscale: #8F8F8F. Windows color (decimal): -1869282 or 1997539. OLE color: 1997539.
HSL color Cylindrical-coordinate representation of color #E37A1E: hue angle of 28.02º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E37A1E is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 30 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.11 |
| HSL | 28.02º | 0.78% | 0.5% | - |
| HSV(B) | 28.02º | 0.87% | 0.89% | - |
| XYZ | 38.87 | 30.34 | 5.04 | - |
| YUV | 142.91 | 64.29 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 30 | 0 | 0.46 | 0.87 | 0.11 | 28.02 | 0.78 | 0.5 |
| Hex | E3 | 7A | 1E | 0 | 2E | 57 | B | 1C | 4E | 32 |
| Octal | 343 | 172 | 36 | 0 | 56 | 127 | 13 | 34 | 116 | 62 |
| Binary | 11100011 | 1111010 | 11110 | 0 | 101110 | 1010111 | 1011 | 11100 | 1001110 | 110010 |
Color Harmonies of #E37A1E
Complementary color
Monochromatic Colors of #E37A1E
Black with #E37A1E
Text Example
Text Example
White with #E37A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37A1E; }
p { color: rgb(227,122,30); }
H1.HeaderClassName
{
color: #E37A1E;
}
.AnyTagClassName
{
color: #E37A1E;
}
</style>
background-color css
<style>
a { background-color: #E37A1E; }
a { background-color: rgb(227,122,30); }
div.DivClassName
{
background-color: #E37A1E;
}
.BgClassName
{
background-color: #E37A1E;
}
</style>
border-color css
<style>
span { border-color: #E37A1E; }
span { border-color: rgb(227,122,30); }
td.TdClassName
{
border-color: #E37A1E;
}
.TagClassName
{
border-color: #E37A1E;
}
</style>