Shades of Tahiti Gold #E57C25
Tints of Tahiti Gold #E57C25
RGB
CMYK
RGB Variations
Color information
#E57C25 (or 0xE57C25) is known color: Tahiti Gold. HEX triplet: E5, 7C and 25. RGB value is (229,124,37). Sum of RGB (Red+Green+Blue) = 229+124+37=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57C25 is #1A83DA. Grayscale: #919191. Windows color (decimal): -1737691 or 2456805. OLE color: 2456805.
HSL color Cylindrical-coordinate representation of color #E57C25: hue angle of 27.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E57C25 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 37 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.10 |
| HSL | 27.19º | 0.79% | 0.52% | - |
| HSV(B) | 27.19º | 0.84% | 0.9% | - |
| XYZ | 39.85 | 31.21 | 5.67 | - |
| YUV | 145.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 37 | 0 | 0.46 | 0.84 | 0.10 | 27.19 | 0.79 | 0.52 |
| Hex | E5 | 7C | 25 | 0 | 2E | 54 | A | 1B | 4F | 34 |
| Octal | 345 | 174 | 45 | 0 | 56 | 124 | 12 | 33 | 117 | 64 |
| Binary | 11100101 | 1111100 | 100101 | 0 | 101110 | 1010100 | 1010 | 11011 | 1001111 | 110100 |
Color Harmonies of #E57C25
Complementary color
Monochromatic Colors of #E57C25
Black with #E57C25
Text Example
Text Example
White with #E57C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C25; }
p { color: rgb(229,124,37); }
H1.HeaderClassName
{
color: #E57C25;
}
.AnyTagClassName
{
color: #E57C25;
}
</style>
background-color css
<style>
a { background-color: #E57C25; }
a { background-color: rgb(229,124,37); }
div.DivClassName
{
background-color: #E57C25;
}
.BgClassName
{
background-color: #E57C25;
}
</style>
border-color css
<style>
span { border-color: #E57C25; }
span { border-color: rgb(229,124,37); }
td.TdClassName
{
border-color: #E57C25;
}
.TagClassName
{
border-color: #E57C25;
}
</style>