Shades of Tahiti Gold #E37A1A
Tints of Tahiti Gold #E37A1A
RGB
CMYK
RGB Variations
Color information
#E37A1A (or 0xE37A1A) is known color: Tahiti Gold. HEX triplet: E3, 7A and 1A. RGB value is (227,122,26). Sum of RGB (Red+Green+Blue) = 227+122+26=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E37A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37A1A is #1C85E5. Grayscale: #8E8E8E. Windows color (decimal): -1869286 or 1735395. OLE color: 1735395.
HSL color Cylindrical-coordinate representation of color #E37A1A: hue angle of 28.66º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E37A1A is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 26 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.11 |
| HSL | 28.66º | 0.79% | 0.5% | - |
| HSV(B) | 28.66º | 0.89% | 0.89% | - |
| XYZ | 38.82 | 30.32 | 4.78 | - |
| YUV | 142.45 | 62.29 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 26 | 0 | 0.46 | 0.89 | 0.11 | 28.66 | 0.79 | 0.5 |
| Hex | E3 | 7A | 1A | 0 | 2E | 59 | B | 1D | 4F | 32 |
| Octal | 343 | 172 | 32 | 0 | 56 | 131 | 13 | 35 | 117 | 62 |
| Binary | 11100011 | 1111010 | 11010 | 0 | 101110 | 1011001 | 1011 | 11101 | 1001111 | 110010 |
Color Harmonies of #E37A1A
Complementary color
Monochromatic Colors of #E37A1A
Black with #E37A1A
Text Example
Text Example
White with #E37A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37A1A; }
p { color: rgb(227,122,26); }
H1.HeaderClassName
{
color: #E37A1A;
}
.AnyTagClassName
{
color: #E37A1A;
}
</style>
background-color css
<style>
a { background-color: #E37A1A; }
a { background-color: rgb(227,122,26); }
div.DivClassName
{
background-color: #E37A1A;
}
.BgClassName
{
background-color: #E37A1A;
}
</style>
border-color css
<style>
span { border-color: #E37A1A; }
span { border-color: rgb(227,122,26); }
td.TdClassName
{
border-color: #E37A1A;
}
.TagClassName
{
border-color: #E37A1A;
}
</style>