Shades of Tahiti Gold #E76422
Tints of Tahiti Gold #E76422
RGB
CMYK
RGB Variations
Color information
#E76422 (or 0xE76422) is known color: Tahiti Gold. HEX triplet: E7, 64 and 22. RGB value is (231,100,34). Sum of RGB (Red+Green+Blue) = 231+100+34=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E76422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76422 is #189BDD. Grayscale: #848484. Windows color (decimal): -1612766 or 2254055. OLE color: 2254055.
HSL color Cylindrical-coordinate representation of color #E76422: hue angle of 20.1º 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 #E76422 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 34 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.09 |
| HSL | 20.1º | 0.8% | 0.52% | - |
| HSV(B) | 20.1º | 0.85% | 0.91% | - |
| XYZ | 37.8 | 26.22 | 4.58 | - |
| YUV | 131.65 | 72.9 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 34 | 0 | 0.57 | 0.85 | 0.09 | 20.1 | 0.8 | 0.52 |
| Hex | E7 | 64 | 22 | 0 | 39 | 55 | 9 | 14 | 50 | 34 |
| Octal | 347 | 144 | 42 | 0 | 71 | 125 | 11 | 24 | 120 | 64 |
| Binary | 11100111 | 1100100 | 100010 | 0 | 111001 | 1010101 | 1001 | 10100 | 1010000 | 110100 |
Color Harmonies of #E76422
Complementary color
Monochromatic Colors of #E76422
Black with #E76422
Text Example
Text Example
White with #E76422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76422; }
p { color: rgb(231,100,34); }
H1.HeaderClassName
{
color: #E76422;
}
.AnyTagClassName
{
color: #E76422;
}
</style>
background-color css
<style>
a { background-color: #E76422; }
a { background-color: rgb(231,100,34); }
div.DivClassName
{
background-color: #E76422;
}
.BgClassName
{
background-color: #E76422;
}
</style>
border-color css
<style>
span { border-color: #E76422; }
span { border-color: rgb(231,100,34); }
td.TdClassName
{
border-color: #E76422;
}
.TagClassName
{
border-color: #E76422;
}
</style>