Shades of Tahiti Gold #E2731E
Tints of Tahiti Gold #E2731E
RGB
CMYK
RGB Variations
Color information
#E2731E (or 0xE2731E) is known color: Tahiti Gold. HEX triplet: E2, 73 and 1E. RGB value is (226,115,30). Sum of RGB (Red+Green+Blue) = 226+115+30=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2731E is #1D8CE1. Grayscale: #8A8A8A. Windows color (decimal): -1936610 or 1995746. OLE color: 1995746.
HSL color Cylindrical-coordinate representation of color #E2731E: hue angle of 26.02º 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 #E2731E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 30 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.11 |
| HSL | 26.02º | 0.77% | 0.5% | - |
| HSV(B) | 26.02º | 0.87% | 0.89% | - |
| XYZ | 37.73 | 28.52 | 4.75 | - |
| YUV | 138.5 | 66.77 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 30 | 0 | 0.49 | 0.87 | 0.11 | 26.02 | 0.77 | 0.5 |
| Hex | E2 | 73 | 1E | 0 | 31 | 57 | B | 1A | 4D | 32 |
| Octal | 342 | 163 | 36 | 0 | 61 | 127 | 13 | 32 | 115 | 62 |
| Binary | 11100010 | 1110011 | 11110 | 0 | 110001 | 1010111 | 1011 | 11010 | 1001101 | 110010 |
Color Harmonies of #E2731E
Complementary color
Monochromatic Colors of #E2731E
Black with #E2731E
Text Example
Text Example
White with #E2731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2731E; }
p { color: rgb(226,115,30); }
H1.HeaderClassName
{
color: #E2731E;
}
.AnyTagClassName
{
color: #E2731E;
}
</style>
background-color css
<style>
a { background-color: #E2731E; }
a { background-color: rgb(226,115,30); }
div.DivClassName
{
background-color: #E2731E;
}
.BgClassName
{
background-color: #E2731E;
}
</style>
border-color css
<style>
span { border-color: #E2731E; }
span { border-color: rgb(226,115,30); }
td.TdClassName
{
border-color: #E2731E;
}
.TagClassName
{
border-color: #E2731E;
}
</style>