Shades of Tahiti Gold #E76322
Tints of Tahiti Gold #E76322
RGB
CMYK
RGB Variations
Color information
#E76322 (or 0xE76322) is known color: Tahiti Gold. HEX triplet: E7, 63 and 22. RGB value is (231,99,34). Sum of RGB (Red+Green+Blue) = 231+99+34=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E76322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76322 is #189CDD. Grayscale: #838383. Windows color (decimal): -1613022 or 2253799. OLE color: 2253799.
HSL color Cylindrical-coordinate representation of color #E76322: hue angle of 19.8º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E76322 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 34 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.09 |
| HSL | 19.8º | 0.8% | 0.52% | - |
| HSV(B) | 19.8º | 0.85% | 0.91% | - |
| XYZ | 37.71 | 26.03 | 4.55 | - |
| YUV | 131.06 | 73.23 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 34 | 0 | 0.57 | 0.85 | 0.09 | 19.8 | 0.8 | 0.52 |
| Hex | E7 | 63 | 22 | 0 | 39 | 55 | 9 | 14 | 50 | 34 |
| Octal | 347 | 143 | 42 | 0 | 71 | 125 | 11 | 24 | 120 | 64 |
| Binary | 11100111 | 1100011 | 100010 | 0 | 111001 | 1010101 | 1001 | 10100 | 1010000 | 110100 |
Color Harmonies of #E76322
Complementary color
Monochromatic Colors of #E76322
Black with #E76322
Text Example
Text Example
White with #E76322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76322; }
p { color: rgb(231,99,34); }
H1.HeaderClassName
{
color: #E76322;
}
.AnyTagClassName
{
color: #E76322;
}
</style>
background-color css
<style>
a { background-color: #E76322; }
a { background-color: rgb(231,99,34); }
div.DivClassName
{
background-color: #E76322;
}
.BgClassName
{
background-color: #E76322;
}
</style>
border-color css
<style>
span { border-color: #E76322; }
span { border-color: rgb(231,99,34); }
td.TdClassName
{
border-color: #E76322;
}
.TagClassName
{
border-color: #E76322;
}
</style>