Shades of Tahiti Gold #E86525
Tints of Tahiti Gold #E86525
RGB
CMYK
RGB Variations
Color information
#E86525 (or 0xE86525) is known color: Tahiti Gold. HEX triplet: E8, 65 and 25. RGB value is (232,101,37). Sum of RGB (Red+Green+Blue) = 232+101+37=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E86525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86525 is #179ADA. Grayscale: #858585. Windows color (decimal): -1546971 or 2450920. OLE color: 2450920.
HSL color Cylindrical-coordinate representation of color #E86525: hue angle of 19.69º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E86525 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 37 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.09 |
| HSL | 19.69º | 0.81% | 0.53% | - |
| HSV(B) | 19.69º | 0.84% | 0.91% | - |
| XYZ | 38.27 | 26.6 | 4.87 | - |
| YUV | 132.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 37 | 0 | 0.56 | 0.84 | 0.09 | 19.69 | 0.81 | 0.53 |
| Hex | E8 | 65 | 25 | 0 | 38 | 54 | 9 | 14 | 51 | 35 |
| Octal | 350 | 145 | 45 | 0 | 70 | 124 | 11 | 24 | 121 | 65 |
| Binary | 11101000 | 1100101 | 100101 | 0 | 111000 | 1010100 | 1001 | 10100 | 1010001 | 110101 |
Color Harmonies of #E86525
Complementary color
Monochromatic Colors of #E86525
Black with #E86525
Text Example
Text Example
White with #E86525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86525; }
p { color: rgb(232,101,37); }
H1.HeaderClassName
{
color: #E86525;
}
.AnyTagClassName
{
color: #E86525;
}
</style>
background-color css
<style>
a { background-color: #E86525; }
a { background-color: rgb(232,101,37); }
div.DivClassName
{
background-color: #E86525;
}
.BgClassName
{
background-color: #E86525;
}
</style>
border-color css
<style>
span { border-color: #E86525; }
span { border-color: rgb(232,101,37); }
td.TdClassName
{
border-color: #E86525;
}
.TagClassName
{
border-color: #E86525;
}
</style>