Shades of Tahiti Gold #E77C21
Tints of Tahiti Gold #E77C21
RGB
CMYK
RGB Variations
Color information
#E77C21 (or 0xE77C21) is known color: Tahiti Gold. HEX triplet: E7, 7C and 21. RGB value is (231,124,33). Sum of RGB (Red+Green+Blue) = 231+124+33=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77C21 is #1883DE. Grayscale: #929292. Windows color (decimal): -1606623 or 2194663. OLE color: 2194663.
HSL color Cylindrical-coordinate representation of color #E77C21: hue angle of 27.58º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E77C21 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 33 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.09 |
| HSL | 27.58º | 0.8% | 0.52% | - |
| HSV(B) | 27.58º | 0.86% | 0.91% | - |
| XYZ | 40.44 | 31.51 | 5.39 | - |
| YUV | 145.62 | 64.45 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 33 | 0 | 0.46 | 0.86 | 0.09 | 27.58 | 0.8 | 0.52 |
| Hex | E7 | 7C | 21 | 0 | 2E | 56 | 9 | 1C | 50 | 34 |
| Octal | 347 | 174 | 41 | 0 | 56 | 126 | 11 | 34 | 120 | 64 |
| Binary | 11100111 | 1111100 | 100001 | 0 | 101110 | 1010110 | 1001 | 11100 | 1010000 | 110100 |
Color Harmonies of #E77C21
Complementary color
Monochromatic Colors of #E77C21
Black with #E77C21
Text Example
Text Example
White with #E77C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C21; }
p { color: rgb(231,124,33); }
H1.HeaderClassName
{
color: #E77C21;
}
.AnyTagClassName
{
color: #E77C21;
}
</style>
background-color css
<style>
a { background-color: #E77C21; }
a { background-color: rgb(231,124,33); }
div.DivClassName
{
background-color: #E77C21;
}
.BgClassName
{
background-color: #E77C21;
}
</style>
border-color css
<style>
span { border-color: #E77C21; }
span { border-color: rgb(231,124,33); }
td.TdClassName
{
border-color: #E77C21;
}
.TagClassName
{
border-color: #E77C21;
}
</style>