Shades of Tahiti Gold #E76C20
Tints of Tahiti Gold #E76C20
RGB
CMYK
RGB Variations
Color information
#E76C20 (or 0xE76C20) is known color: Tahiti Gold. HEX triplet: E7, 6C and 20. RGB value is (231,108,32). Sum of RGB (Red+Green+Blue) = 231+108+32=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76C20 is #1893DF. Grayscale: #888888. Windows color (decimal): -1610720 or 2125031. OLE color: 2125031.
HSL color Cylindrical-coordinate representation of color #E76C20: hue angle of 22.91º degrees, saturation: 0.81, 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 #E76C20 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 32 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.09 |
| HSL | 22.91º | 0.81% | 0.52% | - |
| HSV(B) | 22.91º | 0.86% | 0.91% | - |
| XYZ | 38.58 | 27.82 | 4.7 | - |
| YUV | 136.11 | 69.25 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 32 | 0 | 0.53 | 0.86 | 0.09 | 22.91 | 0.81 | 0.52 |
| Hex | E7 | 6C | 20 | 0 | 35 | 56 | 9 | 17 | 51 | 34 |
| Octal | 347 | 154 | 40 | 0 | 65 | 126 | 11 | 27 | 121 | 64 |
| Binary | 11100111 | 1101100 | 100000 | 0 | 110101 | 1010110 | 1001 | 10111 | 1010001 | 110100 |
Color Harmonies of #E76C20
Complementary color
Monochromatic Colors of #E76C20
Black with #E76C20
Text Example
Text Example
White with #E76C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C20; }
p { color: rgb(231,108,32); }
H1.HeaderClassName
{
color: #E76C20;
}
.AnyTagClassName
{
color: #E76C20;
}
</style>
background-color css
<style>
a { background-color: #E76C20; }
a { background-color: rgb(231,108,32); }
div.DivClassName
{
background-color: #E76C20;
}
.BgClassName
{
background-color: #E76C20;
}
</style>
border-color css
<style>
span { border-color: #E76C20; }
span { border-color: rgb(231,108,32); }
td.TdClassName
{
border-color: #E76C20;
}
.TagClassName
{
border-color: #E76C20;
}
</style>