Shades of Tahiti Gold #E57F29
Tints of Tahiti Gold #E57F29
RGB
CMYK
RGB Variations
Color information
#E57F29 (or 0xE57F29) is known color: Tahiti Gold. HEX triplet: E5, 7F and 29. RGB value is (229,127,41). Sum of RGB (Red+Green+Blue) = 229+127+41=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57F29 is #1A80D6. Grayscale: #949494. Windows color (decimal): -1736919 or 2719717. OLE color: 2719717.
HSL color Cylindrical-coordinate representation of color #E57F29: hue angle of 27.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E57F29 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 41 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.10 |
| HSL | 27.45º | 0.78% | 0.53% | - |
| HSV(B) | 27.45º | 0.82% | 0.9% | - |
| XYZ | 40.3 | 32 | 6.15 | - |
| YUV | 147.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 41 | 0 | 0.45 | 0.82 | 0.10 | 27.45 | 0.78 | 0.53 |
| Hex | E5 | 7F | 29 | 0 | 2D | 52 | A | 1B | 4E | 35 |
| Octal | 345 | 177 | 51 | 0 | 55 | 122 | 12 | 33 | 116 | 65 |
| Binary | 11100101 | 1111111 | 101001 | 0 | 101101 | 1010010 | 1010 | 11011 | 1001110 | 110101 |
Color Harmonies of #E57F29
Complementary color
Monochromatic Colors of #E57F29
Black with #E57F29
Text Example
Text Example
White with #E57F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F29; }
p { color: rgb(229,127,41); }
H1.HeaderClassName
{
color: #E57F29;
}
.AnyTagClassName
{
color: #E57F29;
}
</style>
background-color css
<style>
a { background-color: #E57F29; }
a { background-color: rgb(229,127,41); }
div.DivClassName
{
background-color: #E57F29;
}
.BgClassName
{
background-color: #E57F29;
}
</style>
border-color css
<style>
span { border-color: #E57F29; }
span { border-color: rgb(229,127,41); }
td.TdClassName
{
border-color: #E57F29;
}
.TagClassName
{
border-color: #E57F29;
}
</style>