Shades of Tahiti Gold #E26D25
Tints of Tahiti Gold #E26D25
RGB
CMYK
RGB Variations
Color information
#E26D25 (or 0xE26D25) is known color: Tahiti Gold. HEX triplet: E2, 6D and 25. RGB value is (226,109,37). Sum of RGB (Red+Green+Blue) = 226+109+37=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26D25 is #1D92DA. Grayscale: #888888. Windows color (decimal): -1938139 or 2452962. OLE color: 2452962.
HSL color Cylindrical-coordinate representation of color #E26D25: hue angle of 22.86º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E26D25 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 37 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.11 |
| HSL | 22.86º | 0.77% | 0.52% | - |
| HSV(B) | 22.86º | 0.84% | 0.89% | - |
| XYZ | 37.17 | 27.24 | 5.05 | - |
| YUV | 135.78 | 72.26 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 37 | 0 | 0.52 | 0.84 | 0.11 | 22.86 | 0.77 | 0.52 |
| Hex | E2 | 6D | 25 | 0 | 34 | 54 | B | 17 | 4D | 34 |
| Octal | 342 | 155 | 45 | 0 | 64 | 124 | 13 | 27 | 115 | 64 |
| Binary | 11100010 | 1101101 | 100101 | 0 | 110100 | 1010100 | 1011 | 10111 | 1001101 | 110100 |
Color Harmonies of #E26D25
Complementary color
Monochromatic Colors of #E26D25
Black with #E26D25
Text Example
Text Example
White with #E26D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D25; }
p { color: rgb(226,109,37); }
H1.HeaderClassName
{
color: #E26D25;
}
.AnyTagClassName
{
color: #E26D25;
}
</style>
background-color css
<style>
a { background-color: #E26D25; }
a { background-color: rgb(226,109,37); }
div.DivClassName
{
background-color: #E26D25;
}
.BgClassName
{
background-color: #E26D25;
}
</style>
border-color css
<style>
span { border-color: #E26D25; }
span { border-color: rgb(226,109,37); }
td.TdClassName
{
border-color: #E26D25;
}
.TagClassName
{
border-color: #E26D25;
}
</style>