Shades of Tahiti Gold #E37E1E
Tints of Tahiti Gold #E37E1E
RGB
CMYK
RGB Variations
Color information
#E37E1E (or 0xE37E1E) is known color: Tahiti Gold. HEX triplet: E3, 7E and 1E. RGB value is (227,126,30). Sum of RGB (Red+Green+Blue) = 227+126+30=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E37E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37E1E is #1C81E1. Grayscale: #919191. Windows color (decimal): -1868258 or 1998563. OLE color: 1998563.
HSL color Cylindrical-coordinate representation of color #E37E1E: hue angle of 29.24º 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 #E37E1E is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 30 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.11 |
| HSL | 29.24º | 0.78% | 0.5% | - |
| HSV(B) | 29.24º | 0.87% | 0.89% | - |
| XYZ | 39.37 | 31.35 | 5.2 | - |
| YUV | 145.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 30 | 0 | 0.44 | 0.87 | 0.11 | 29.24 | 0.78 | 0.5 |
| Hex | E3 | 7E | 1E | 0 | 2C | 57 | B | 1D | 4E | 32 |
| Octal | 343 | 176 | 36 | 0 | 54 | 127 | 13 | 35 | 116 | 62 |
| Binary | 11100011 | 1111110 | 11110 | 0 | 101100 | 1010111 | 1011 | 11101 | 1001110 | 110010 |
Color Harmonies of #E37E1E
Complementary color
Monochromatic Colors of #E37E1E
Black with #E37E1E
Text Example
Text Example
White with #E37E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37E1E; }
p { color: rgb(227,126,30); }
H1.HeaderClassName
{
color: #E37E1E;
}
.AnyTagClassName
{
color: #E37E1E;
}
</style>
background-color css
<style>
a { background-color: #E37E1E; }
a { background-color: rgb(227,126,30); }
div.DivClassName
{
background-color: #E37E1E;
}
.BgClassName
{
background-color: #E37E1E;
}
</style>
border-color css
<style>
span { border-color: #E37E1E; }
span { border-color: rgb(227,126,30); }
td.TdClassName
{
border-color: #E37E1E;
}
.TagClassName
{
border-color: #E37E1E;
}
</style>