Shades of Tahiti Gold #E26E2F
Tints of Tahiti Gold #E26E2F
RGB
CMYK
RGB Variations
Color information
#E26E2F (or 0xE26E2F) is known color: Tahiti Gold. HEX triplet: E2, 6E and 2F. RGB value is (226,110,47). Sum of RGB (Red+Green+Blue) = 226+110+47=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26E2F is #1D91D0. Grayscale: #898989. Windows color (decimal): -1937873 or 3108578. OLE color: 3108578.
HSL color Cylindrical-coordinate representation of color #E26E2F: hue angle of 21.12º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E26E2F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 47 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.11 |
| HSL | 21.12º | 0.76% | 0.54% | - |
| HSV(B) | 21.12º | 0.79% | 0.89% | - |
| XYZ | 37.45 | 27.53 | 6.03 | - |
| YUV | 137.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 47 | 0 | 0.51 | 0.79 | 0.11 | 21.12 | 0.76 | 0.54 |
| Hex | E2 | 6E | 2F | 0 | 33 | 4F | B | 15 | 4C | 36 |
| Octal | 342 | 156 | 57 | 0 | 63 | 117 | 13 | 25 | 114 | 66 |
| Binary | 11100010 | 1101110 | 101111 | 0 | 110011 | 1001111 | 1011 | 10101 | 1001100 | 110110 |
Color Harmonies of #E26E2F
Complementary color
Monochromatic Colors of #E26E2F
Black with #E26E2F
Text Example
Text Example
White with #E26E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E2F; }
p { color: rgb(226,110,47); }
H1.HeaderClassName
{
color: #E26E2F;
}
.AnyTagClassName
{
color: #E26E2F;
}
</style>
background-color css
<style>
a { background-color: #E26E2F; }
a { background-color: rgb(226,110,47); }
div.DivClassName
{
background-color: #E26E2F;
}
.BgClassName
{
background-color: #E26E2F;
}
</style>
border-color css
<style>
span { border-color: #E26E2F; }
span { border-color: rgb(226,110,47); }
td.TdClassName
{
border-color: #E26E2F;
}
.TagClassName
{
border-color: #E26E2F;
}
</style>