Shades of Tahiti Gold #E57A29
Tints of Tahiti Gold #E57A29
RGB
CMYK
RGB Variations
Color information
#E57A29 (or 0xE57A29) is known color: Tahiti Gold. HEX triplet: E5, 7A and 29. RGB value is (229,122,41). Sum of RGB (Red+Green+Blue) = 229+122+41=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57A29 is #1A85D6. Grayscale: #919191. Windows color (decimal): -1738199 or 2718437. OLE color: 2718437.
HSL color Cylindrical-coordinate representation of color #E57A29: hue angle of 25.85º 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 #E57A29 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 41 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.10 |
| HSL | 25.85º | 0.78% | 0.53% | - |
| HSV(B) | 25.85º | 0.82% | 0.9% | - |
| XYZ | 39.67 | 30.74 | 5.94 | - |
| YUV | 144.76 | 69.45 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 41 | 0 | 0.47 | 0.82 | 0.10 | 25.85 | 0.78 | 0.53 |
| Hex | E5 | 7A | 29 | 0 | 2F | 52 | A | 1A | 4E | 35 |
| Octal | 345 | 172 | 51 | 0 | 57 | 122 | 12 | 32 | 116 | 65 |
| Binary | 11100101 | 1111010 | 101001 | 0 | 101111 | 1010010 | 1010 | 11010 | 1001110 | 110101 |
Color Harmonies of #E57A29
Complementary color
Monochromatic Colors of #E57A29
Black with #E57A29
Text Example
Text Example
White with #E57A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A29; }
p { color: rgb(229,122,41); }
H1.HeaderClassName
{
color: #E57A29;
}
.AnyTagClassName
{
color: #E57A29;
}
</style>
background-color css
<style>
a { background-color: #E57A29; }
a { background-color: rgb(229,122,41); }
div.DivClassName
{
background-color: #E57A29;
}
.BgClassName
{
background-color: #E57A29;
}
</style>
border-color css
<style>
span { border-color: #E57A29; }
span { border-color: rgb(229,122,41); }
td.TdClassName
{
border-color: #E57A29;
}
.TagClassName
{
border-color: #E57A29;
}
</style>