Shades of Tahiti Gold #E57131
Tints of Tahiti Gold #E57131
RGB
CMYK
RGB Variations
Color information
#E57131 (or 0xE57131) is known color: Tahiti Gold. HEX triplet: E5, 71 and 31. RGB value is (229,113,49). Sum of RGB (Red+Green+Blue) = 229+113+49=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E57131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57131 is #1A8ECE. Grayscale: #8C8C8C. Windows color (decimal): -1740495 or 3240421. OLE color: 3240421.
HSL color Cylindrical-coordinate representation of color #E57131: hue angle of 21.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E57131 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 49 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.10 |
| HSL | 21.33º | 0.78% | 0.55% | - |
| HSV(B) | 21.33º | 0.79% | 0.9% | - |
| XYZ | 38.77 | 28.69 | 6.4 | - |
| YUV | 140.39 | 76.43 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 49 | 0 | 0.51 | 0.79 | 0.10 | 21.33 | 0.78 | 0.55 |
| Hex | E5 | 71 | 31 | 0 | 33 | 4F | A | 15 | 4E | 37 |
| Octal | 345 | 161 | 61 | 0 | 63 | 117 | 12 | 25 | 116 | 67 |
| Binary | 11100101 | 1110001 | 110001 | 0 | 110011 | 1001111 | 1010 | 10101 | 1001110 | 110111 |
Color Harmonies of #E57131
Complementary color
Monochromatic Colors of #E57131
Black with #E57131
Text Example
Text Example
White with #E57131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57131; }
p { color: rgb(229,113,49); }
H1.HeaderClassName
{
color: #E57131;
}
.AnyTagClassName
{
color: #E57131;
}
</style>
background-color css
<style>
a { background-color: #E57131; }
a { background-color: rgb(229,113,49); }
div.DivClassName
{
background-color: #E57131;
}
.BgClassName
{
background-color: #E57131;
}
</style>
border-color css
<style>
span { border-color: #E57131; }
span { border-color: rgb(229,113,49); }
td.TdClassName
{
border-color: #E57131;
}
.TagClassName
{
border-color: #E57131;
}
</style>