Shades of Tahiti Gold #E76D20
Tints of Tahiti Gold #E76D20
RGB
CMYK
RGB Variations
Color information
#E76D20 (or 0xE76D20) is known color: Tahiti Gold. HEX triplet: E7, 6D and 20. RGB value is (231,109,32). Sum of RGB (Red+Green+Blue) = 231+109+32=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76D20 is #1892DF. Grayscale: #898989. Windows color (decimal): -1610464 or 2125287. OLE color: 2125287.
HSL color Cylindrical-coordinate representation of color #E76D20: hue angle of 23.22º 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 #E76D20 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 32 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.09 |
| HSL | 23.22º | 0.81% | 0.52% | - |
| HSV(B) | 23.22º | 0.86% | 0.91% | - |
| XYZ | 38.68 | 28.03 | 4.74 | - |
| YUV | 136.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 32 | 0 | 0.53 | 0.86 | 0.09 | 23.22 | 0.81 | 0.52 |
| Hex | E7 | 6D | 20 | 0 | 35 | 56 | 9 | 17 | 51 | 34 |
| Octal | 347 | 155 | 40 | 0 | 65 | 126 | 11 | 27 | 121 | 64 |
| Binary | 11100111 | 1101101 | 100000 | 0 | 110101 | 1010110 | 1001 | 10111 | 1010001 | 110100 |
Color Harmonies of #E76D20
Complementary color
Monochromatic Colors of #E76D20
Black with #E76D20
Text Example
Text Example
White with #E76D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D20; }
p { color: rgb(231,109,32); }
H1.HeaderClassName
{
color: #E76D20;
}
.AnyTagClassName
{
color: #E76D20;
}
</style>
background-color css
<style>
a { background-color: #E76D20; }
a { background-color: rgb(231,109,32); }
div.DivClassName
{
background-color: #E76D20;
}
.BgClassName
{
background-color: #E76D20;
}
</style>
border-color css
<style>
span { border-color: #E76D20; }
span { border-color: rgb(231,109,32); }
td.TdClassName
{
border-color: #E76D20;
}
.TagClassName
{
border-color: #E76D20;
}
</style>