Shades of Tahiti Gold #E27131
Tints of Tahiti Gold #E27131
RGB
CMYK
RGB Variations
Color information
#E27131 (or 0xE27131) is known color: Tahiti Gold. HEX triplet: E2, 71 and 31. RGB value is (226,113,49). Sum of RGB (Red+Green+Blue) = 226+113+49=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E27131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27131 is #1D8ECE. Grayscale: #8B8B8B. Windows color (decimal): -1937103 or 3240418. OLE color: 3240418.
HSL color Cylindrical-coordinate representation of color #E27131: hue angle of 21.69º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E27131 is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 49 | - |
| CMYK | 0 | 0.5 | 0.78 | 0.11 |
| HSL | 21.69º | 0.75% | 0.54% | - |
| HSV(B) | 21.69º | 0.78% | 0.89% | - |
| XYZ | 37.82 | 28.2 | 6.36 | - |
| YUV | 139.49 | 76.94 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 49 | 0 | 0.5 | 0.78 | 0.11 | 21.69 | 0.75 | 0.54 |
| Hex | E2 | 71 | 31 | 0 | 32 | 4E | B | 16 | 4B | 36 |
| Octal | 342 | 161 | 61 | 0 | 62 | 116 | 13 | 26 | 113 | 66 |
| Binary | 11100010 | 1110001 | 110001 | 0 | 110010 | 1001110 | 1011 | 10110 | 1001011 | 110110 |
Color Harmonies of #E27131
Complementary color
Monochromatic Colors of #E27131
Black with #E27131
Text Example
Text Example
White with #E27131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27131; }
p { color: rgb(226,113,49); }
H1.HeaderClassName
{
color: #E27131;
}
.AnyTagClassName
{
color: #E27131;
}
</style>
background-color css
<style>
a { background-color: #E27131; }
a { background-color: rgb(226,113,49); }
div.DivClassName
{
background-color: #E27131;
}
.BgClassName
{
background-color: #E27131;
}
</style>
border-color css
<style>
span { border-color: #E27131; }
span { border-color: rgb(226,113,49); }
td.TdClassName
{
border-color: #E27131;
}
.TagClassName
{
border-color: #E27131;
}
</style>