Shades of Tahiti Gold #E8771B
Tints of Tahiti Gold #E8771B
RGB
CMYK
RGB Variations
Color information
#E8771B (or 0xE8771B) is known color: Tahiti Gold. HEX triplet: E8, 77 and 1B. RGB value is (232,119,27). Sum of RGB (Red+Green+Blue) = 232+119+27=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8771B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8771B is #1788E4. Grayscale: #8E8E8E. Windows color (decimal): -1542373 or 1800168. OLE color: 1800168.
HSL color Cylindrical-coordinate representation of color #E8771B: hue angle of 26.93º 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 #E8771B is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 27 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.09 |
| HSL | 26.93º | 0.82% | 0.51% | - |
| HSV(B) | 26.93º | 0.88% | 0.91% | - |
| XYZ | 40.07 | 30.43 | 4.8 | - |
| YUV | 142.3 | 62.94 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 27 | 0 | 0.49 | 0.88 | 0.09 | 26.93 | 0.82 | 0.51 |
| Hex | E8 | 77 | 1B | 0 | 31 | 58 | 9 | 1B | 52 | 33 |
| Octal | 350 | 167 | 33 | 0 | 61 | 130 | 11 | 33 | 122 | 63 |
| Binary | 11101000 | 1110111 | 11011 | 0 | 110001 | 1011000 | 1001 | 11011 | 1010010 | 110011 |
Color Harmonies of #E8771B
Complementary color
Monochromatic Colors of #E8771B
Black with #E8771B
Text Example
Text Example
White with #E8771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8771B; }
p { color: rgb(232,119,27); }
H1.HeaderClassName
{
color: #E8771B;
}
.AnyTagClassName
{
color: #E8771B;
}
</style>
background-color css
<style>
a { background-color: #E8771B; }
a { background-color: rgb(232,119,27); }
div.DivClassName
{
background-color: #E8771B;
}
.BgClassName
{
background-color: #E8771B;
}
</style>
border-color css
<style>
span { border-color: #E8771B; }
span { border-color: rgb(232,119,27); }
td.TdClassName
{
border-color: #E8771B;
}
.TagClassName
{
border-color: #E8771B;
}
</style>