Shades of Tahiti Gold #E26D2F
Tints of Tahiti Gold #E26D2F
RGB
CMYK
RGB Variations
Color information
#E26D2F (or 0xE26D2F) is known color: Tahiti Gold. HEX triplet: E2, 6D and 2F. RGB value is (226,109,47). Sum of RGB (Red+Green+Blue) = 226+109+47=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26D2F is #1D92D0. Grayscale: #898989. Windows color (decimal): -1938129 or 3108322. OLE color: 3108322.
HSL color Cylindrical-coordinate representation of color #E26D2F: hue angle of 20.78º 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 #E26D2F is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 47 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.11 |
| HSL | 20.78º | 0.76% | 0.54% | - |
| HSV(B) | 20.78º | 0.79% | 0.89% | - |
| XYZ | 37.35 | 27.31 | 5.99 | - |
| YUV | 136.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 47 | 0 | 0.52 | 0.79 | 0.11 | 20.78 | 0.76 | 0.54 |
| Hex | E2 | 6D | 2F | 0 | 34 | 4F | B | 15 | 4C | 36 |
| Octal | 342 | 155 | 57 | 0 | 64 | 117 | 13 | 25 | 114 | 66 |
| Binary | 11100010 | 1101101 | 101111 | 0 | 110100 | 1001111 | 1011 | 10101 | 1001100 | 110110 |
Color Harmonies of #E26D2F
Complementary color
Monochromatic Colors of #E26D2F
Black with #E26D2F
Text Example
Text Example
White with #E26D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D2F; }
p { color: rgb(226,109,47); }
H1.HeaderClassName
{
color: #E26D2F;
}
.AnyTagClassName
{
color: #E26D2F;
}
</style>
background-color css
<style>
a { background-color: #E26D2F; }
a { background-color: rgb(226,109,47); }
div.DivClassName
{
background-color: #E26D2F;
}
.BgClassName
{
background-color: #E26D2F;
}
</style>
border-color css
<style>
span { border-color: #E26D2F; }
span { border-color: rgb(226,109,47); }
td.TdClassName
{
border-color: #E26D2F;
}
.TagClassName
{
border-color: #E26D2F;
}
</style>