Shades of Tahiti Gold #E26E2E
Tints of Tahiti Gold #E26E2E
RGB
CMYK
RGB Variations
Color information
#E26E2E (or 0xE26E2E) is known color: Tahiti Gold. HEX triplet: E2, 6E and 2E. RGB value is (226,110,46). Sum of RGB (Red+Green+Blue) = 226+110+46=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26E2E is #1D91D1. Grayscale: #898989. Windows color (decimal): -1937874 or 3043042. OLE color: 3043042.
HSL color Cylindrical-coordinate representation of color #E26E2E: hue angle of 21.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E26E2E is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 46 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.11 |
| HSL | 21.33º | 0.76% | 0.53% | - |
| HSV(B) | 21.33º | 0.8% | 0.89% | - |
| XYZ | 37.43 | 27.52 | 5.92 | - |
| YUV | 137.39 | 76.43 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 46 | 0 | 0.51 | 0.80 | 0.11 | 21.33 | 0.76 | 0.53 |
| Hex | E2 | 6E | 2E | 0 | 33 | 50 | B | 15 | 4C | 35 |
| Octal | 342 | 156 | 56 | 0 | 63 | 120 | 13 | 25 | 114 | 65 |
| Binary | 11100010 | 1101110 | 101110 | 0 | 110011 | 1010000 | 1011 | 10101 | 1001100 | 110101 |
Color Harmonies of #E26E2E
Complementary color
Monochromatic Colors of #E26E2E
Black with #E26E2E
Text Example
Text Example
White with #E26E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E2E; }
p { color: rgb(226,110,46); }
H1.HeaderClassName
{
color: #E26E2E;
}
.AnyTagClassName
{
color: #E26E2E;
}
</style>
background-color css
<style>
a { background-color: #E26E2E; }
a { background-color: rgb(226,110,46); }
div.DivClassName
{
background-color: #E26E2E;
}
.BgClassName
{
background-color: #E26E2E;
}
</style>
border-color css
<style>
span { border-color: #E26E2E; }
span { border-color: rgb(226,110,46); }
td.TdClassName
{
border-color: #E26E2E;
}
.TagClassName
{
border-color: #E26E2E;
}
</style>