Shades of Tahiti Gold #E2712B
Tints of Tahiti Gold #E2712B
RGB
CMYK
RGB Variations
Color information
#E2712B (or 0xE2712B) is known color: Tahiti Gold. HEX triplet: E2, 71 and 2B. RGB value is (226,113,43). Sum of RGB (Red+Green+Blue) = 226+113+43=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2712B is #1D8ED4. Grayscale: #8B8B8B. Windows color (decimal): -1937109 or 2847202. OLE color: 2847202.
HSL color Cylindrical-coordinate representation of color #E2712B: hue angle of 22.95º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2712B is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 43 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.11 |
| HSL | 22.95º | 0.76% | 0.53% | - |
| HSV(B) | 22.95º | 0.81% | 0.89% | - |
| XYZ | 37.71 | 28.15 | 5.73 | - |
| YUV | 138.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 43 | 0 | 0.5 | 0.81 | 0.11 | 22.95 | 0.76 | 0.53 |
| Hex | E2 | 71 | 2B | 0 | 32 | 51 | B | 17 | 4C | 35 |
| Octal | 342 | 161 | 53 | 0 | 62 | 121 | 13 | 27 | 114 | 65 |
| Binary | 11100010 | 1110001 | 101011 | 0 | 110010 | 1010001 | 1011 | 10111 | 1001100 | 110101 |
Color Harmonies of #E2712B
Complementary color
Monochromatic Colors of #E2712B
Black with #E2712B
Text Example
Text Example
White with #E2712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2712B; }
p { color: rgb(226,113,43); }
H1.HeaderClassName
{
color: #E2712B;
}
.AnyTagClassName
{
color: #E2712B;
}
</style>
background-color css
<style>
a { background-color: #E2712B; }
a { background-color: rgb(226,113,43); }
div.DivClassName
{
background-color: #E2712B;
}
.BgClassName
{
background-color: #E2712B;
}
</style>
border-color css
<style>
span { border-color: #E2712B; }
span { border-color: rgb(226,113,43); }
td.TdClassName
{
border-color: #E2712B;
}
.TagClassName
{
border-color: #E2712B;
}
</style>