Shades of Tahiti Gold #E77A1F
Tints of Tahiti Gold #E77A1F
RGB
CMYK
RGB Variations
Color information
#E77A1F (or 0xE77A1F) is known color: Tahiti Gold. HEX triplet: E7, 7A and 1F. RGB value is (231,122,31). Sum of RGB (Red+Green+Blue) = 231+122+31=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77A1F is #1885E0. Grayscale: #909090. Windows color (decimal): -1607137 or 2063079. OLE color: 2063079.
HSL color Cylindrical-coordinate representation of color #E77A1F: hue angle of 27.3º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E77A1F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 31 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.09 |
| HSL | 27.3º | 0.81% | 0.51% | - |
| HSV(B) | 27.3º | 0.87% | 0.91% | - |
| XYZ | 40.16 | 31.01 | 5.16 | - |
| YUV | 144.22 | 64.11 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 31 | 0 | 0.47 | 0.87 | 0.09 | 27.3 | 0.81 | 0.51 |
| Hex | E7 | 7A | 1F | 0 | 2F | 57 | 9 | 1B | 51 | 33 |
| Octal | 347 | 172 | 37 | 0 | 57 | 127 | 11 | 33 | 121 | 63 |
| Binary | 11100111 | 1111010 | 11111 | 0 | 101111 | 1010111 | 1001 | 11011 | 1010001 | 110011 |
Color Harmonies of #E77A1F
Complementary color
Monochromatic Colors of #E77A1F
Black with #E77A1F
Text Example
Text Example
White with #E77A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A1F; }
p { color: rgb(231,122,31); }
H1.HeaderClassName
{
color: #E77A1F;
}
.AnyTagClassName
{
color: #E77A1F;
}
</style>
background-color css
<style>
a { background-color: #E77A1F; }
a { background-color: rgb(231,122,31); }
div.DivClassName
{
background-color: #E77A1F;
}
.BgClassName
{
background-color: #E77A1F;
}
</style>
border-color css
<style>
span { border-color: #E77A1F; }
span { border-color: rgb(231,122,31); }
td.TdClassName
{
border-color: #E77A1F;
}
.TagClassName
{
border-color: #E77A1F;
}
</style>