Shades of Tahiti Gold #E4711E
Tints of Tahiti Gold #E4711E
RGB
CMYK
RGB Variations
Color information
#E4711E (or 0xE4711E) is known color: Tahiti Gold. HEX triplet: E4, 71 and 1E. RGB value is (228,113,30). Sum of RGB (Red+Green+Blue) = 228+113+30=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4711E is #1B8EE1. Grayscale: #8A8A8A. Windows color (decimal): -1806050 or 1995236. OLE color: 1995236.
HSL color Cylindrical-coordinate representation of color #E4711E: hue angle of 25.15º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E4711E is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 30 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.11 |
| HSL | 25.15º | 0.79% | 0.51% | - |
| HSV(B) | 25.15º | 0.87% | 0.89% | - |
| XYZ | 38.13 | 28.4 | 4.7 | - |
| YUV | 137.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 30 | 0 | 0.50 | 0.87 | 0.11 | 25.15 | 0.79 | 0.51 |
| Hex | E4 | 71 | 1E | 0 | 32 | 57 | B | 19 | 4F | 33 |
| Octal | 344 | 161 | 36 | 0 | 62 | 127 | 13 | 31 | 117 | 63 |
| Binary | 11100100 | 1110001 | 11110 | 0 | 110010 | 1010111 | 1011 | 11001 | 1001111 | 110011 |
Color Harmonies of #E4711E
Complementary color
Monochromatic Colors of #E4711E
Black with #E4711E
Text Example
Text Example
White with #E4711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4711E; }
p { color: rgb(228,113,30); }
H1.HeaderClassName
{
color: #E4711E;
}
.AnyTagClassName
{
color: #E4711E;
}
</style>
background-color css
<style>
a { background-color: #E4711E; }
a { background-color: rgb(228,113,30); }
div.DivClassName
{
background-color: #E4711E;
}
.BgClassName
{
background-color: #E4711E;
}
</style>
border-color css
<style>
span { border-color: #E4711E; }
span { border-color: rgb(228,113,30); }
td.TdClassName
{
border-color: #E4711E;
}
.TagClassName
{
border-color: #E4711E;
}
</style>