Shades of Tahiti Gold #E77C2A
Tints of Tahiti Gold #E77C2A
RGB
CMYK
RGB Variations
Color information
#E77C2A (or 0xE77C2A) is known color: Tahiti Gold. HEX triplet: E7, 7C and 2A. RGB value is (231,124,42). Sum of RGB (Red+Green+Blue) = 231+124+42=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77C2A is #1883D5. Grayscale: #939393. Windows color (decimal): -1606614 or 2784487. OLE color: 2784487.
HSL color Cylindrical-coordinate representation of color #E77C2A: hue angle of 26.03º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E77C2A is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 42 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.09 |
| HSL | 26.03º | 0.8% | 0.54% | - |
| HSV(B) | 26.03º | 0.82% | 0.91% | - |
| XYZ | 40.58 | 31.57 | 6.15 | - |
| YUV | 146.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 42 | 0 | 0.46 | 0.82 | 0.09 | 26.03 | 0.8 | 0.54 |
| Hex | E7 | 7C | 2A | 0 | 2E | 52 | 9 | 1A | 50 | 36 |
| Octal | 347 | 174 | 52 | 0 | 56 | 122 | 11 | 32 | 120 | 66 |
| Binary | 11100111 | 1111100 | 101010 | 0 | 101110 | 1010010 | 1001 | 11010 | 1010000 | 110110 |
Color Harmonies of #E77C2A
Complementary color
Monochromatic Colors of #E77C2A
Black with #E77C2A
Text Example
Text Example
White with #E77C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C2A; }
p { color: rgb(231,124,42); }
H1.HeaderClassName
{
color: #E77C2A;
}
.AnyTagClassName
{
color: #E77C2A;
}
</style>
background-color css
<style>
a { background-color: #E77C2A; }
a { background-color: rgb(231,124,42); }
div.DivClassName
{
background-color: #E77C2A;
}
.BgClassName
{
background-color: #E77C2A;
}
</style>
border-color css
<style>
span { border-color: #E77C2A; }
span { border-color: rgb(231,124,42); }
td.TdClassName
{
border-color: #E77C2A;
}
.TagClassName
{
border-color: #E77C2A;
}
</style>