Shades of Tahiti Gold #E76A1A
Tints of Tahiti Gold #E76A1A
RGB
CMYK
RGB Variations
Color information
#E76A1A (or 0xE76A1A) is known color: Tahiti Gold. HEX triplet: E7, 6A and 1A. RGB value is (231,106,26). Sum of RGB (Red+Green+Blue) = 231+106+26=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76A1A is #1895E5. Grayscale: #868686. Windows color (decimal): -1611238 or 1731303. OLE color: 1731303.
HSL color Cylindrical-coordinate representation of color #E76A1A: hue angle of 23.41º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E76A1A is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 26 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.09 |
| HSL | 23.41º | 0.81% | 0.5% | - |
| HSV(B) | 23.41º | 0.89% | 0.91% | - |
| XYZ | 38.3 | 27.37 | 4.24 | - |
| YUV | 134.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 26 | 0 | 0.54 | 0.89 | 0.09 | 23.41 | 0.81 | 0.5 |
| Hex | E7 | 6A | 1A | 0 | 36 | 59 | 9 | 17 | 51 | 32 |
| Octal | 347 | 152 | 32 | 0 | 66 | 131 | 11 | 27 | 121 | 62 |
| Binary | 11100111 | 1101010 | 11010 | 0 | 110110 | 1011001 | 1001 | 10111 | 1010001 | 110010 |
Color Harmonies of #E76A1A
Complementary color
Monochromatic Colors of #E76A1A
Black with #E76A1A
Text Example
Text Example
White with #E76A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A1A; }
p { color: rgb(231,106,26); }
H1.HeaderClassName
{
color: #E76A1A;
}
.AnyTagClassName
{
color: #E76A1A;
}
</style>
background-color css
<style>
a { background-color: #E76A1A; }
a { background-color: rgb(231,106,26); }
div.DivClassName
{
background-color: #E76A1A;
}
.BgClassName
{
background-color: #E76A1A;
}
</style>
border-color css
<style>
span { border-color: #E76A1A; }
span { border-color: rgb(231,106,26); }
td.TdClassName
{
border-color: #E76A1A;
}
.TagClassName
{
border-color: #E76A1A;
}
</style>