Shades of Tahiti Gold #E46E2F
Tints of Tahiti Gold #E46E2F
RGB
CMYK
RGB Variations
Color information
#E46E2F (or 0xE46E2F) is known color: Tahiti Gold. HEX triplet: E4, 6E and 2F. RGB value is (228,110,47). Sum of RGB (Red+Green+Blue) = 228+110+47=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46E2F is #1B91D0. Grayscale: #8A8A8A. Windows color (decimal): -1806801 or 3108580. OLE color: 3108580.
HSL color Cylindrical-coordinate representation of color #E46E2F: hue angle of 20.88º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E46E2F is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 47 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.11 |
| HSL | 20.88º | 0.77% | 0.54% | - |
| HSV(B) | 20.88º | 0.79% | 0.89% | - |
| XYZ | 38.08 | 27.85 | 6.06 | - |
| YUV | 138.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 47 | 0 | 0.52 | 0.79 | 0.11 | 20.88 | 0.77 | 0.54 |
| Hex | E4 | 6E | 2F | 0 | 34 | 4F | B | 15 | 4D | 36 |
| Octal | 344 | 156 | 57 | 0 | 64 | 117 | 13 | 25 | 115 | 66 |
| Binary | 11100100 | 1101110 | 101111 | 0 | 110100 | 1001111 | 1011 | 10101 | 1001101 | 110110 |
Color Harmonies of #E46E2F
Complementary color
Monochromatic Colors of #E46E2F
Black with #E46E2F
Text Example
Text Example
White with #E46E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46E2F; }
p { color: rgb(228,110,47); }
H1.HeaderClassName
{
color: #E46E2F;
}
.AnyTagClassName
{
color: #E46E2F;
}
</style>
background-color css
<style>
a { background-color: #E46E2F; }
a { background-color: rgb(228,110,47); }
div.DivClassName
{
background-color: #E46E2F;
}
.BgClassName
{
background-color: #E46E2F;
}
</style>
border-color css
<style>
span { border-color: #E46E2F; }
span { border-color: rgb(228,110,47); }
td.TdClassName
{
border-color: #E46E2F;
}
.TagClassName
{
border-color: #E46E2F;
}
</style>