Shades of Tahiti Gold #E86529
Tints of Tahiti Gold #E86529
RGB
CMYK
RGB Variations
Color information
#E86529 (or 0xE86529) is known color: Tahiti Gold. HEX triplet: E8, 65 and 29. RGB value is (232,101,41). Sum of RGB (Red+Green+Blue) = 232+101+41=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E86529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86529 is #179AD6. Grayscale: #858585. Windows color (decimal): -1546967 or 2713064. OLE color: 2713064.
HSL color Cylindrical-coordinate representation of color #E86529: hue angle of 18.85º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E86529 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 41 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.09 |
| HSL | 18.85º | 0.81% | 0.54% | - |
| HSV(B) | 18.85º | 0.82% | 0.91% | - |
| XYZ | 38.33 | 26.62 | 5.22 | - |
| YUV | 133.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 41 | 0 | 0.56 | 0.82 | 0.09 | 18.85 | 0.81 | 0.54 |
| Hex | E8 | 65 | 29 | 0 | 38 | 52 | 9 | 13 | 51 | 36 |
| Octal | 350 | 145 | 51 | 0 | 70 | 122 | 11 | 23 | 121 | 66 |
| Binary | 11101000 | 1100101 | 101001 | 0 | 111000 | 1010010 | 1001 | 10011 | 1010001 | 110110 |
Color Harmonies of #E86529
Complementary color
Monochromatic Colors of #E86529
Black with #E86529
Text Example
Text Example
White with #E86529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86529; }
p { color: rgb(232,101,41); }
H1.HeaderClassName
{
color: #E86529;
}
.AnyTagClassName
{
color: #E86529;
}
</style>
background-color css
<style>
a { background-color: #E86529; }
a { background-color: rgb(232,101,41); }
div.DivClassName
{
background-color: #E86529;
}
.BgClassName
{
background-color: #E86529;
}
</style>
border-color css
<style>
span { border-color: #E86529; }
span { border-color: rgb(232,101,41); }
td.TdClassName
{
border-color: #E86529;
}
.TagClassName
{
border-color: #E86529;
}
</style>