Shades of Tahiti Gold #E76A1B
Tints of Tahiti Gold #E76A1B
RGB
CMYK
RGB Variations
Color information
#E76A1B (or 0xE76A1B) is known color: Tahiti Gold. HEX triplet: E7, 6A and 1B. RGB value is (231,106,27). Sum of RGB (Red+Green+Blue) = 231+106+27=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76A1B is #1895E4. Grayscale: #868686. Windows color (decimal): -1611237 or 1796839. OLE color: 1796839.
HSL color Cylindrical-coordinate representation of color #E76A1B: hue angle of 23.24º degrees, saturation: 0.81, 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 #E76A1B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 27 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.09 |
| HSL | 23.24º | 0.81% | 0.51% | - |
| HSV(B) | 23.24º | 0.88% | 0.91% | - |
| XYZ | 38.31 | 27.38 | 4.3 | - |
| YUV | 134.37 | 67.41 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 27 | 0 | 0.54 | 0.88 | 0.09 | 23.24 | 0.81 | 0.51 |
| Hex | E7 | 6A | 1B | 0 | 36 | 58 | 9 | 17 | 51 | 33 |
| Octal | 347 | 152 | 33 | 0 | 66 | 130 | 11 | 27 | 121 | 63 |
| Binary | 11100111 | 1101010 | 11011 | 0 | 110110 | 1011000 | 1001 | 10111 | 1010001 | 110011 |
Color Harmonies of #E76A1B
Complementary color
Monochromatic Colors of #E76A1B
Black with #E76A1B
Text Example
Text Example
White with #E76A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A1B; }
p { color: rgb(231,106,27); }
H1.HeaderClassName
{
color: #E76A1B;
}
.AnyTagClassName
{
color: #E76A1B;
}
</style>
background-color css
<style>
a { background-color: #E76A1B; }
a { background-color: rgb(231,106,27); }
div.DivClassName
{
background-color: #E76A1B;
}
.BgClassName
{
background-color: #E76A1B;
}
</style>
border-color css
<style>
span { border-color: #E76A1B; }
span { border-color: rgb(231,106,27); }
td.TdClassName
{
border-color: #E76A1B;
}
.TagClassName
{
border-color: #E76A1B;
}
</style>