Shades of Tahiti Gold #E4742E
Tints of Tahiti Gold #E4742E
RGB
CMYK
RGB Variations
Color information
#E4742E (or 0xE4742E) is known color: Tahiti Gold. HEX triplet: E4, 74 and 2E. RGB value is (228,116,46). Sum of RGB (Red+Green+Blue) = 228+116+46=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E4742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4742E is #1B8BD1. Grayscale: #8D8D8D. Windows color (decimal): -1805266 or 3044580. OLE color: 3044580.
HSL color Cylindrical-coordinate representation of color #E4742E: hue angle of 23.08º degrees, saturation: 0.77, 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 #E4742E is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 46 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.11 |
| HSL | 23.08º | 0.77% | 0.54% | - |
| HSV(B) | 23.08º | 0.8% | 0.89% | - |
| XYZ | 38.73 | 29.18 | 6.18 | - |
| YUV | 141.51 | 74.11 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 46 | 0 | 0.49 | 0.80 | 0.11 | 23.08 | 0.77 | 0.54 |
| Hex | E4 | 74 | 2E | 0 | 31 | 50 | B | 17 | 4D | 36 |
| Octal | 344 | 164 | 56 | 0 | 61 | 120 | 13 | 27 | 115 | 66 |
| Binary | 11100100 | 1110100 | 101110 | 0 | 110001 | 1010000 | 1011 | 10111 | 1001101 | 110110 |
Color Harmonies of #E4742E
Complementary color
Monochromatic Colors of #E4742E
Black with #E4742E
Text Example
Text Example
White with #E4742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4742E; }
p { color: rgb(228,116,46); }
H1.HeaderClassName
{
color: #E4742E;
}
.AnyTagClassName
{
color: #E4742E;
}
</style>
background-color css
<style>
a { background-color: #E4742E; }
a { background-color: rgb(228,116,46); }
div.DivClassName
{
background-color: #E4742E;
}
.BgClassName
{
background-color: #E4742E;
}
</style>
border-color css
<style>
span { border-color: #E4742E; }
span { border-color: rgb(228,116,46); }
td.TdClassName
{
border-color: #E4742E;
}
.TagClassName
{
border-color: #E4742E;
}
</style>