Shades of Tahiti Gold #E76822
Tints of Tahiti Gold #E76822
RGB
CMYK
RGB Variations
Color information
#E76822 (or 0xE76822) is known color: Tahiti Gold. HEX triplet: E7, 68 and 22. RGB value is (231,104,34). Sum of RGB (Red+Green+Blue) = 231+104+34=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E76822 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76822 is #1897DD. Grayscale: #868686. Windows color (decimal): -1611742 or 2255079. OLE color: 2255079.
HSL color Cylindrical-coordinate representation of color #E76822: hue angle of 21.32º 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 #E76822 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 34 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.09 |
| HSL | 21.32º | 0.8% | 0.52% | - |
| HSV(B) | 21.32º | 0.85% | 0.91% | - |
| XYZ | 38.19 | 27.01 | 4.71 | - |
| YUV | 133.99 | 71.58 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 34 | 0 | 0.55 | 0.85 | 0.09 | 21.32 | 0.8 | 0.52 |
| Hex | E7 | 68 | 22 | 0 | 37 | 55 | 9 | 15 | 50 | 34 |
| Octal | 347 | 150 | 42 | 0 | 67 | 125 | 11 | 25 | 120 | 64 |
| Binary | 11100111 | 1101000 | 100010 | 0 | 110111 | 1010101 | 1001 | 10101 | 1010000 | 110100 |
Color Harmonies of #E76822
Complementary color
Monochromatic Colors of #E76822
Black with #E76822
Text Example
Text Example
White with #E76822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76822; }
p { color: rgb(231,104,34); }
H1.HeaderClassName
{
color: #E76822;
}
.AnyTagClassName
{
color: #E76822;
}
</style>
background-color css
<style>
a { background-color: #E76822; }
a { background-color: rgb(231,104,34); }
div.DivClassName
{
background-color: #E76822;
}
.BgClassName
{
background-color: #E76822;
}
</style>
border-color css
<style>
span { border-color: #E76822; }
span { border-color: rgb(231,104,34); }
td.TdClassName
{
border-color: #E76822;
}
.TagClassName
{
border-color: #E76822;
}
</style>