Shades of Tahiti Gold #E3742E
Tints of Tahiti Gold #E3742E
RGB
CMYK
RGB Variations
Color information
#E3742E (or 0xE3742E) is known color: Tahiti Gold. HEX triplet: E3, 74 and 2E. RGB value is (227,116,46). Sum of RGB (Red+Green+Blue) = 227+116+46=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E3742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3742E is #1C8BD1. Grayscale: #8D8D8D. Windows color (decimal): -1870802 or 3044579. OLE color: 3044579.
HSL color Cylindrical-coordinate representation of color #E3742E: hue angle of 23.2º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3742E is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 46 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.11 |
| HSL | 23.2º | 0.76% | 0.54% | - |
| HSV(B) | 23.2º | 0.8% | 0.89% | - |
| XYZ | 38.42 | 29.02 | 6.16 | - |
| YUV | 141.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 46 | 0 | 0.49 | 0.80 | 0.11 | 23.2 | 0.76 | 0.54 |
| Hex | E3 | 74 | 2E | 0 | 31 | 50 | B | 17 | 4C | 36 |
| Octal | 343 | 164 | 56 | 0 | 61 | 120 | 13 | 27 | 114 | 66 |
| Binary | 11100011 | 1110100 | 101110 | 0 | 110001 | 1010000 | 1011 | 10111 | 1001100 | 110110 |
Color Harmonies of #E3742E
Complementary color
Monochromatic Colors of #E3742E
Black with #E3742E
Text Example
Text Example
White with #E3742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3742E; }
p { color: rgb(227,116,46); }
H1.HeaderClassName
{
color: #E3742E;
}
.AnyTagClassName
{
color: #E3742E;
}
</style>
background-color css
<style>
a { background-color: #E3742E; }
a { background-color: rgb(227,116,46); }
div.DivClassName
{
background-color: #E3742E;
}
.BgClassName
{
background-color: #E3742E;
}
</style>
border-color css
<style>
span { border-color: #E3742E; }
span { border-color: rgb(227,116,46); }
td.TdClassName
{
border-color: #E3742E;
}
.TagClassName
{
border-color: #E3742E;
}
</style>