Shades of Tahiti Gold #E86522
Tints of Tahiti Gold #E86522
RGB
CMYK
RGB Variations
Color information
#E86522 (or 0xE86522) is known color: Tahiti Gold. HEX triplet: E8, 65 and 22. RGB value is (232,101,34). Sum of RGB (Red+Green+Blue) = 232+101+34=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E86522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86522 is #179ADD. Grayscale: #848484. Windows color (decimal): -1546974 or 2254312. OLE color: 2254312.
HSL color Cylindrical-coordinate representation of color #E86522: hue angle of 20.3º 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 #E86522 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.09 |
| HSL | 20.3º | 0.81% | 0.52% | - |
| HSV(B) | 20.3º | 0.85% | 0.91% | - |
| XYZ | 38.22 | 26.58 | 4.63 | - |
| YUV | 132.53 | 72.4 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 34 | 0 | 0.56 | 0.85 | 0.09 | 20.3 | 0.81 | 0.52 |
| Hex | E8 | 65 | 22 | 0 | 38 | 55 | 9 | 14 | 51 | 34 |
| Octal | 350 | 145 | 42 | 0 | 70 | 125 | 11 | 24 | 121 | 64 |
| Binary | 11101000 | 1100101 | 100010 | 0 | 111000 | 1010101 | 1001 | 10100 | 1010001 | 110100 |
Color Harmonies of #E86522
Complementary color
Monochromatic Colors of #E86522
Black with #E86522
Text Example
Text Example
White with #E86522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86522; }
p { color: rgb(232,101,34); }
H1.HeaderClassName
{
color: #E86522;
}
.AnyTagClassName
{
color: #E86522;
}
</style>
background-color css
<style>
a { background-color: #E86522; }
a { background-color: rgb(232,101,34); }
div.DivClassName
{
background-color: #E86522;
}
.BgClassName
{
background-color: #E86522;
}
</style>
border-color css
<style>
span { border-color: #E86522; }
span { border-color: rgb(232,101,34); }
td.TdClassName
{
border-color: #E86522;
}
.TagClassName
{
border-color: #E86522;
}
</style>