Shades of Tahiti Gold #E86F2F
Tints of Tahiti Gold #E86F2F
RGB
CMYK
RGB Variations
Color information
#E86F2F (or 0xE86F2F) is known color: Tahiti Gold. HEX triplet: E8, 6F and 2F. RGB value is (232,111,47). Sum of RGB (Red+Green+Blue) = 232+111+47=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86F2F is #1790D0. Grayscale: #8C8C8C. Windows color (decimal): -1544401 or 3108840. OLE color: 3108840.
HSL color Cylindrical-coordinate representation of color #E86F2F: hue angle of 20.76º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E86F2F is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 47 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.09 |
| HSL | 20.76º | 0.8% | 0.55% | - |
| HSV(B) | 20.76º | 0.8% | 0.91% | - |
| XYZ | 39.48 | 28.73 | 6.15 | - |
| YUV | 139.88 | 75.59 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 47 | 0 | 0.52 | 0.80 | 0.09 | 20.76 | 0.8 | 0.55 |
| Hex | E8 | 6F | 2F | 0 | 34 | 50 | 9 | 15 | 50 | 37 |
| Octal | 350 | 157 | 57 | 0 | 64 | 120 | 11 | 25 | 120 | 67 |
| Binary | 11101000 | 1101111 | 101111 | 0 | 110100 | 1010000 | 1001 | 10101 | 1010000 | 110111 |
Color Harmonies of #E86F2F
Complementary color
Monochromatic Colors of #E86F2F
Black with #E86F2F
Text Example
Text Example
White with #E86F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F2F; }
p { color: rgb(232,111,47); }
H1.HeaderClassName
{
color: #E86F2F;
}
.AnyTagClassName
{
color: #E86F2F;
}
</style>
background-color css
<style>
a { background-color: #E86F2F; }
a { background-color: rgb(232,111,47); }
div.DivClassName
{
background-color: #E86F2F;
}
.BgClassName
{
background-color: #E86F2F;
}
</style>
border-color css
<style>
span { border-color: #E86F2F; }
span { border-color: rgb(232,111,47); }
td.TdClassName
{
border-color: #E86F2F;
}
.TagClassName
{
border-color: #E86F2F;
}
</style>