Shades of Tahiti Gold #E8741B
Tints of Tahiti Gold #E8741B
RGB
CMYK
RGB Variations
Color information
#E8741B (or 0xE8741B) is known color: Tahiti Gold. HEX triplet: E8, 74 and 1B. RGB value is (232,116,27). Sum of RGB (Red+Green+Blue) = 232+116+27=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8741B is #178BE4. Grayscale: #8D8D8D. Windows color (decimal): -1543141 or 1799400. OLE color: 1799400.
HSL color Cylindrical-coordinate representation of color #E8741B: hue angle of 26.05º 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 #E8741B is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 27 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.09 |
| HSL | 26.05º | 0.82% | 0.51% | - |
| HSV(B) | 26.05º | 0.88% | 0.91% | - |
| XYZ | 39.72 | 29.73 | 4.68 | - |
| YUV | 140.54 | 63.93 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 27 | 0 | 0.50 | 0.88 | 0.09 | 26.05 | 0.82 | 0.51 |
| Hex | E8 | 74 | 1B | 0 | 32 | 58 | 9 | 1A | 52 | 33 |
| Octal | 350 | 164 | 33 | 0 | 62 | 130 | 11 | 32 | 122 | 63 |
| Binary | 11101000 | 1110100 | 11011 | 0 | 110010 | 1011000 | 1001 | 11010 | 1010010 | 110011 |
Color Harmonies of #E8741B
Complementary color
Monochromatic Colors of #E8741B
Black with #E8741B
Text Example
Text Example
White with #E8741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8741B; }
p { color: rgb(232,116,27); }
H1.HeaderClassName
{
color: #E8741B;
}
.AnyTagClassName
{
color: #E8741B;
}
</style>
background-color css
<style>
a { background-color: #E8741B; }
a { background-color: rgb(232,116,27); }
div.DivClassName
{
background-color: #E8741B;
}
.BgClassName
{
background-color: #E8741B;
}
</style>
border-color css
<style>
span { border-color: #E8741B; }
span { border-color: rgb(232,116,27); }
td.TdClassName
{
border-color: #E8741B;
}
.TagClassName
{
border-color: #E8741B;
}
</style>