Shades of Tahiti Gold #E37A1C
Tints of Tahiti Gold #E37A1C
RGB
CMYK
RGB Variations
Color information
#E37A1C (or 0xE37A1C) is known color: Tahiti Gold. HEX triplet: E3, 7A and 1C. RGB value is (227,122,28). Sum of RGB (Red+Green+Blue) = 227+122+28=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E37A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37A1C is #1C85E3. Grayscale: #8F8F8F. Windows color (decimal): -1869284 or 1866467. OLE color: 1866467.
HSL color Cylindrical-coordinate representation of color #E37A1C: hue angle of 28.34º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E37A1C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 28 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.11 |
| HSL | 28.34º | 0.78% | 0.5% | - |
| HSV(B) | 28.34º | 0.88% | 0.89% | - |
| XYZ | 38.85 | 30.33 | 4.91 | - |
| YUV | 142.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 28 | 0 | 0.46 | 0.88 | 0.11 | 28.34 | 0.78 | 0.5 |
| Hex | E3 | 7A | 1C | 0 | 2E | 58 | B | 1C | 4E | 32 |
| Octal | 343 | 172 | 34 | 0 | 56 | 130 | 13 | 34 | 116 | 62 |
| Binary | 11100011 | 1111010 | 11100 | 0 | 101110 | 1011000 | 1011 | 11100 | 1001110 | 110010 |
Color Harmonies of #E37A1C
Complementary color
Monochromatic Colors of #E37A1C
Black with #E37A1C
Text Example
Text Example
White with #E37A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37A1C; }
p { color: rgb(227,122,28); }
H1.HeaderClassName
{
color: #E37A1C;
}
.AnyTagClassName
{
color: #E37A1C;
}
</style>
background-color css
<style>
a { background-color: #E37A1C; }
a { background-color: rgb(227,122,28); }
div.DivClassName
{
background-color: #E37A1C;
}
.BgClassName
{
background-color: #E37A1C;
}
</style>
border-color css
<style>
span { border-color: #E37A1C; }
span { border-color: rgb(227,122,28); }
td.TdClassName
{
border-color: #E37A1C;
}
.TagClassName
{
border-color: #E37A1C;
}
</style>