Shades of Tahiti Gold #E76825
Tints of Tahiti Gold #E76825
RGB
CMYK
RGB Variations
Color information
#E76825 (or 0xE76825) is known color: Tahiti Gold. HEX triplet: E7, 68 and 25. RGB value is (231,104,37). Sum of RGB (Red+Green+Blue) = 231+104+37=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E76825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76825 is #1897DA. Grayscale: #868686. Windows color (decimal): -1611739 or 2451687. OLE color: 2451687.
HSL color Cylindrical-coordinate representation of color #E76825: hue angle of 20.72º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E76825 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 37 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.09 |
| HSL | 20.72º | 0.8% | 0.53% | - |
| HSV(B) | 20.72º | 0.84% | 0.91% | - |
| XYZ | 38.24 | 27.02 | 4.95 | - |
| YUV | 134.34 | 73.08 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 37 | 0 | 0.55 | 0.84 | 0.09 | 20.72 | 0.8 | 0.53 |
| Hex | E7 | 68 | 25 | 0 | 37 | 54 | 9 | 15 | 50 | 35 |
| Octal | 347 | 150 | 45 | 0 | 67 | 124 | 11 | 25 | 120 | 65 |
| Binary | 11100111 | 1101000 | 100101 | 0 | 110111 | 1010100 | 1001 | 10101 | 1010000 | 110101 |
Color Harmonies of #E76825
Complementary color
Monochromatic Colors of #E76825
Black with #E76825
Text Example
Text Example
White with #E76825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76825; }
p { color: rgb(231,104,37); }
H1.HeaderClassName
{
color: #E76825;
}
.AnyTagClassName
{
color: #E76825;
}
</style>
background-color css
<style>
a { background-color: #E76825; }
a { background-color: rgb(231,104,37); }
div.DivClassName
{
background-color: #E76825;
}
.BgClassName
{
background-color: #E76825;
}
</style>
border-color css
<style>
span { border-color: #E76825; }
span { border-color: rgb(231,104,37); }
td.TdClassName
{
border-color: #E76825;
}
.TagClassName
{
border-color: #E76825;
}
</style>