Shades of Tahiti Gold #E8761D
Tints of Tahiti Gold #E8761D
RGB
CMYK
RGB Variations
Color information
#E8761D (or 0xE8761D) is known color: Tahiti Gold. HEX triplet: E8, 76 and 1D. RGB value is (232,118,29). Sum of RGB (Red+Green+Blue) = 232+118+29=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E8761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8761D is #1789E2. Grayscale: #8E8E8E. Windows color (decimal): -1542627 or 1930984. OLE color: 1930984.
HSL color Cylindrical-coordinate representation of color #E8761D: hue angle of 26.31º 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 #E8761D is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 29 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.09 |
| HSL | 26.31º | 0.82% | 0.51% | - |
| HSV(B) | 26.31º | 0.88% | 0.91% | - |
| XYZ | 39.98 | 30.2 | 4.88 | - |
| YUV | 141.94 | 64.27 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 29 | 0 | 0.49 | 0.88 | 0.09 | 26.31 | 0.82 | 0.51 |
| Hex | E8 | 76 | 1D | 0 | 31 | 58 | 9 | 1A | 52 | 33 |
| Octal | 350 | 166 | 35 | 0 | 61 | 130 | 11 | 32 | 122 | 63 |
| Binary | 11101000 | 1110110 | 11101 | 0 | 110001 | 1011000 | 1001 | 11010 | 1010010 | 110011 |
Color Harmonies of #E8761D
Complementary color
Monochromatic Colors of #E8761D
Black with #E8761D
Text Example
Text Example
White with #E8761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8761D; }
p { color: rgb(232,118,29); }
H1.HeaderClassName
{
color: #E8761D;
}
.AnyTagClassName
{
color: #E8761D;
}
</style>
background-color css
<style>
a { background-color: #E8761D; }
a { background-color: rgb(232,118,29); }
div.DivClassName
{
background-color: #E8761D;
}
.BgClassName
{
background-color: #E8761D;
}
</style>
border-color css
<style>
span { border-color: #E8761D; }
span { border-color: rgb(232,118,29); }
td.TdClassName
{
border-color: #E8761D;
}
.TagClassName
{
border-color: #E8761D;
}
</style>