Shades of Tahiti Gold #E86A1B
Tints of Tahiti Gold #E86A1B
RGB
CMYK
RGB Variations
Color information
#E86A1B (or 0xE86A1B) is known color: Tahiti Gold. HEX triplet: E8, 6A and 1B. RGB value is (232,106,27). Sum of RGB (Red+Green+Blue) = 232+106+27=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86A1B is #1795E4. Grayscale: #878787. Windows color (decimal): -1545701 or 1796840. OLE color: 1796840.
HSL color Cylindrical-coordinate representation of color #E86A1B: hue angle of 23.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E86A1B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 27 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.09 |
| HSL | 23.12º | 0.82% | 0.51% | - |
| HSV(B) | 23.12º | 0.88% | 0.91% | - |
| XYZ | 38.63 | 27.54 | 4.32 | - |
| YUV | 134.67 | 67.24 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 27 | 0 | 0.54 | 0.88 | 0.09 | 23.12 | 0.82 | 0.51 |
| Hex | E8 | 6A | 1B | 0 | 36 | 58 | 9 | 17 | 52 | 33 |
| Octal | 350 | 152 | 33 | 0 | 66 | 130 | 11 | 27 | 122 | 63 |
| Binary | 11101000 | 1101010 | 11011 | 0 | 110110 | 1011000 | 1001 | 10111 | 1010010 | 110011 |
Color Harmonies of #E86A1B
Complementary color
Monochromatic Colors of #E86A1B
Black with #E86A1B
Text Example
Text Example
White with #E86A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86A1B; }
p { color: rgb(232,106,27); }
H1.HeaderClassName
{
color: #E86A1B;
}
.AnyTagClassName
{
color: #E86A1B;
}
</style>
background-color css
<style>
a { background-color: #E86A1B; }
a { background-color: rgb(232,106,27); }
div.DivClassName
{
background-color: #E86A1B;
}
.BgClassName
{
background-color: #E86A1B;
}
</style>
border-color css
<style>
span { border-color: #E86A1B; }
span { border-color: rgb(232,106,27); }
td.TdClassName
{
border-color: #E86A1B;
}
.TagClassName
{
border-color: #E86A1B;
}
</style>