Shades of Tahiti Gold #E2781E
Tints of Tahiti Gold #E2781E
RGB
CMYK
RGB Variations
Color information
#E2781E (or 0xE2781E) is known color: Tahiti Gold. HEX triplet: E2, 78 and 1E. RGB value is (226,120,30). Sum of RGB (Red+Green+Blue) = 226+120+30=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E2781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2781E is #1D87E1. Grayscale: #8D8D8D. Windows color (decimal): -1935330 or 1997026. OLE color: 1997026.
HSL color Cylindrical-coordinate representation of color #E2781E: hue angle of 27.55º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2781E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 30 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.11 |
| HSL | 27.55º | 0.77% | 0.5% | - |
| HSV(B) | 27.55º | 0.87% | 0.89% | - |
| XYZ | 38.31 | 29.7 | 4.94 | - |
| YUV | 141.43 | 65.12 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 30 | 0 | 0.47 | 0.87 | 0.11 | 27.55 | 0.77 | 0.5 |
| Hex | E2 | 78 | 1E | 0 | 2F | 57 | B | 1C | 4D | 32 |
| Octal | 342 | 170 | 36 | 0 | 57 | 127 | 13 | 34 | 115 | 62 |
| Binary | 11100010 | 1111000 | 11110 | 0 | 101111 | 1010111 | 1011 | 11100 | 1001101 | 110010 |
Color Harmonies of #E2781E
Complementary color
Monochromatic Colors of #E2781E
Black with #E2781E
Text Example
Text Example
White with #E2781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2781E; }
p { color: rgb(226,120,30); }
H1.HeaderClassName
{
color: #E2781E;
}
.AnyTagClassName
{
color: #E2781E;
}
</style>
background-color css
<style>
a { background-color: #E2781E; }
a { background-color: rgb(226,120,30); }
div.DivClassName
{
background-color: #E2781E;
}
.BgClassName
{
background-color: #E2781E;
}
</style>
border-color css
<style>
span { border-color: #E2781E; }
span { border-color: rgb(226,120,30); }
td.TdClassName
{
border-color: #E2781E;
}
.TagClassName
{
border-color: #E2781E;
}
</style>