Shades of Tahiti Gold #E86A22
Tints of Tahiti Gold #E86A22
RGB
CMYK
RGB Variations
Color information
#E86A22 (or 0xE86A22) is known color: Tahiti Gold. HEX triplet: E8, 6A and 22. RGB value is (232,106,34). Sum of RGB (Red+Green+Blue) = 232+106+34=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86A22 is #1795DD. Grayscale: #878787. Windows color (decimal): -1545694 or 2255592. OLE color: 2255592.
HSL color Cylindrical-coordinate representation of color #E86A22: hue angle of 21.82º 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 #E86A22 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 34 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.09 |
| HSL | 21.82º | 0.81% | 0.52% | - |
| HSV(B) | 21.82º | 0.85% | 0.91% | - |
| XYZ | 38.72 | 27.58 | 4.8 | - |
| YUV | 135.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 34 | 0 | 0.54 | 0.85 | 0.09 | 21.82 | 0.81 | 0.52 |
| Hex | E8 | 6A | 22 | 0 | 36 | 55 | 9 | 16 | 51 | 34 |
| Octal | 350 | 152 | 42 | 0 | 66 | 125 | 11 | 26 | 121 | 64 |
| Binary | 11101000 | 1101010 | 100010 | 0 | 110110 | 1010101 | 1001 | 10110 | 1010001 | 110100 |
Color Harmonies of #E86A22
Complementary color
Monochromatic Colors of #E86A22
Black with #E86A22
Text Example
Text Example
White with #E86A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86A22; }
p { color: rgb(232,106,34); }
H1.HeaderClassName
{
color: #E86A22;
}
.AnyTagClassName
{
color: #E86A22;
}
</style>
background-color css
<style>
a { background-color: #E86A22; }
a { background-color: rgb(232,106,34); }
div.DivClassName
{
background-color: #E86A22;
}
.BgClassName
{
background-color: #E86A22;
}
</style>
border-color css
<style>
span { border-color: #E86A22; }
span { border-color: rgb(232,106,34); }
td.TdClassName
{
border-color: #E86A22;
}
.TagClassName
{
border-color: #E86A22;
}
</style>