Shades of Tahiti Gold #E86222
Tints of Tahiti Gold #E86222
RGB
CMYK
RGB Variations
Color information
#E86222 (or 0xE86222) is known color: Tahiti Gold. HEX triplet: E8, 62 and 22. RGB value is (232,98,34). Sum of RGB (Red+Green+Blue) = 232+98+34=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E86222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86222 is #179DDD. Grayscale: #838383. Windows color (decimal): -1547742 or 2253544. OLE color: 2253544.
HSL color Cylindrical-coordinate representation of color #E86222: hue angle of 19.39º degrees, saturation: 0.81, 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 #E86222 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 34 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.09 |
| HSL | 19.39º | 0.81% | 0.52% | - |
| HSV(B) | 19.39º | 0.85% | 0.91% | - |
| XYZ | 37.94 | 26.01 | 4.53 | - |
| YUV | 130.77 | 73.39 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 34 | 0 | 0.58 | 0.85 | 0.09 | 19.39 | 0.81 | 0.52 |
| Hex | E8 | 62 | 22 | 0 | 3A | 55 | 9 | 13 | 51 | 34 |
| Octal | 350 | 142 | 42 | 0 | 72 | 125 | 11 | 23 | 121 | 64 |
| Binary | 11101000 | 1100010 | 100010 | 0 | 111010 | 1010101 | 1001 | 10011 | 1010001 | 110100 |
Color Harmonies of #E86222
Complementary color
Monochromatic Colors of #E86222
Black with #E86222
Text Example
Text Example
White with #E86222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86222; }
p { color: rgb(232,98,34); }
H1.HeaderClassName
{
color: #E86222;
}
.AnyTagClassName
{
color: #E86222;
}
</style>
background-color css
<style>
a { background-color: #E86222; }
a { background-color: rgb(232,98,34); }
div.DivClassName
{
background-color: #E86222;
}
.BgClassName
{
background-color: #E86222;
}
</style>
border-color css
<style>
span { border-color: #E86222; }
span { border-color: rgb(232,98,34); }
td.TdClassName
{
border-color: #E86222;
}
.TagClassName
{
border-color: #E86222;
}
</style>