Shades of Tahiti Gold #E8701C
Tints of Tahiti Gold #E8701C
RGB
CMYK
RGB Variations
Color information
#E8701C (or 0xE8701C) is known color: Tahiti Gold. HEX triplet: E8, 70 and 1C. RGB value is (232,112,28). Sum of RGB (Red+Green+Blue) = 232+112+28=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E8701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8701C is #178FE3. Grayscale: #8A8A8A. Windows color (decimal): -1544164 or 1863912. OLE color: 1863912.
HSL color Cylindrical-coordinate representation of color #E8701C: hue angle of 24.71º 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 #E8701C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 28 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.09 |
| HSL | 24.71º | 0.82% | 0.51% | - |
| HSV(B) | 24.71º | 0.88% | 0.91% | - |
| XYZ | 39.28 | 28.83 | 4.59 | - |
| YUV | 138.3 | 65.76 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 28 | 0 | 0.52 | 0.88 | 0.09 | 24.71 | 0.82 | 0.51 |
| Hex | E8 | 70 | 1C | 0 | 34 | 58 | 9 | 19 | 52 | 33 |
| Octal | 350 | 160 | 34 | 0 | 64 | 130 | 11 | 31 | 122 | 63 |
| Binary | 11101000 | 1110000 | 11100 | 0 | 110100 | 1011000 | 1001 | 11001 | 1010010 | 110011 |
Color Harmonies of #E8701C
Complementary color
Monochromatic Colors of #E8701C
Black with #E8701C
Text Example
Text Example
White with #E8701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8701C; }
p { color: rgb(232,112,28); }
H1.HeaderClassName
{
color: #E8701C;
}
.AnyTagClassName
{
color: #E8701C;
}
</style>
background-color css
<style>
a { background-color: #E8701C; }
a { background-color: rgb(232,112,28); }
div.DivClassName
{
background-color: #E8701C;
}
.BgClassName
{
background-color: #E8701C;
}
</style>
border-color css
<style>
span { border-color: #E8701C; }
span { border-color: rgb(232,112,28); }
td.TdClassName
{
border-color: #E8701C;
}
.TagClassName
{
border-color: #E8701C;
}
</style>