Shades of Tahiti Gold #E46A1E
Tints of Tahiti Gold #E46A1E
RGB
CMYK
RGB Variations
Color information
#E46A1E (or 0xE46A1E) is known color: Tahiti Gold. HEX triplet: E4, 6A and 1E. RGB value is (228,106,30). Sum of RGB (Red+Green+Blue) = 228+106+30=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46A1E is #1B95E1. Grayscale: #868686. Windows color (decimal): -1807842 or 1993444. OLE color: 1993444.
HSL color Cylindrical-coordinate representation of color #E46A1E: hue angle of 23.03º 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 #E46A1E is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 30 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.11 |
| HSL | 23.03º | 0.79% | 0.51% | - |
| HSV(B) | 23.03º | 0.87% | 0.89% | - |
| XYZ | 37.38 | 26.9 | 4.45 | - |
| YUV | 133.81 | 69.42 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 30 | 0 | 0.54 | 0.87 | 0.11 | 23.03 | 0.79 | 0.51 |
| Hex | E4 | 6A | 1E | 0 | 36 | 57 | B | 17 | 4F | 33 |
| Octal | 344 | 152 | 36 | 0 | 66 | 127 | 13 | 27 | 117 | 63 |
| Binary | 11100100 | 1101010 | 11110 | 0 | 110110 | 1010111 | 1011 | 10111 | 1001111 | 110011 |
Color Harmonies of #E46A1E
Complementary color
Monochromatic Colors of #E46A1E
Black with #E46A1E
Text Example
Text Example
White with #E46A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46A1E; }
p { color: rgb(228,106,30); }
H1.HeaderClassName
{
color: #E46A1E;
}
.AnyTagClassName
{
color: #E46A1E;
}
</style>
background-color css
<style>
a { background-color: #E46A1E; }
a { background-color: rgb(228,106,30); }
div.DivClassName
{
background-color: #E46A1E;
}
.BgClassName
{
background-color: #E46A1E;
}
</style>
border-color css
<style>
span { border-color: #E46A1E; }
span { border-color: rgb(228,106,30); }
td.TdClassName
{
border-color: #E46A1E;
}
.TagClassName
{
border-color: #E46A1E;
}
</style>