Shades of Tahiti Gold #E2702B
Tints of Tahiti Gold #E2702B
RGB
CMYK
RGB Variations
Color information
#E2702B (or 0xE2702B) is known color: Tahiti Gold. HEX triplet: E2, 70 and 2B. RGB value is (226,112,43). Sum of RGB (Red+Green+Blue) = 226+112+43=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E2702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2702B is #1D8FD4. Grayscale: #8A8A8A. Windows color (decimal): -1937365 or 2846946. OLE color: 2846946.
HSL color Cylindrical-coordinate representation of color #E2702B: hue angle of 22.62º 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 #E2702B is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 43 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.11 |
| HSL | 22.62º | 0.76% | 0.53% | - |
| HSV(B) | 22.62º | 0.81% | 0.89% | - |
| XYZ | 37.59 | 27.93 | 5.7 | - |
| YUV | 138.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 43 | 0 | 0.50 | 0.81 | 0.11 | 22.62 | 0.76 | 0.53 |
| Hex | E2 | 70 | 2B | 0 | 32 | 51 | B | 17 | 4C | 35 |
| Octal | 342 | 160 | 53 | 0 | 62 | 121 | 13 | 27 | 114 | 65 |
| Binary | 11100010 | 1110000 | 101011 | 0 | 110010 | 1010001 | 1011 | 10111 | 1001100 | 110101 |
Color Harmonies of #E2702B
Complementary color
Monochromatic Colors of #E2702B
Black with #E2702B
Text Example
Text Example
White with #E2702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2702B; }
p { color: rgb(226,112,43); }
H1.HeaderClassName
{
color: #E2702B;
}
.AnyTagClassName
{
color: #E2702B;
}
</style>
background-color css
<style>
a { background-color: #E2702B; }
a { background-color: rgb(226,112,43); }
div.DivClassName
{
background-color: #E2702B;
}
.BgClassName
{
background-color: #E2702B;
}
</style>
border-color css
<style>
span { border-color: #E2702B; }
span { border-color: rgb(226,112,43); }
td.TdClassName
{
border-color: #E2702B;
}
.TagClassName
{
border-color: #E2702B;
}
</style>