Shades of Tahiti Gold #E57D25
Tints of Tahiti Gold #E57D25
RGB
CMYK
RGB Variations
Color information
#E57D25 (or 0xE57D25) is known color: Tahiti Gold. HEX triplet: E5, 7D and 25. RGB value is (229,125,37). Sum of RGB (Red+Green+Blue) = 229+125+37=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57D25 is #1A82DA. Grayscale: #929292. Windows color (decimal): -1737435 or 2457061. OLE color: 2457061.
HSL color Cylindrical-coordinate representation of color #E57D25: hue angle of 27.5º 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 #E57D25 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 37 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.10 |
| HSL | 27.5º | 0.79% | 0.52% | - |
| HSV(B) | 27.5º | 0.84% | 0.9% | - |
| XYZ | 39.98 | 31.46 | 5.72 | - |
| YUV | 146.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 37 | 0 | 0.45 | 0.84 | 0.10 | 27.5 | 0.79 | 0.52 |
| Hex | E5 | 7D | 25 | 0 | 2D | 54 | A | 1C | 4F | 34 |
| Octal | 345 | 175 | 45 | 0 | 55 | 124 | 12 | 34 | 117 | 64 |
| Binary | 11100101 | 1111101 | 100101 | 0 | 101101 | 1010100 | 1010 | 11100 | 1001111 | 110100 |
Color Harmonies of #E57D25
Complementary color
Monochromatic Colors of #E57D25
Black with #E57D25
Text Example
Text Example
White with #E57D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D25; }
p { color: rgb(229,125,37); }
H1.HeaderClassName
{
color: #E57D25;
}
.AnyTagClassName
{
color: #E57D25;
}
</style>
background-color css
<style>
a { background-color: #E57D25; }
a { background-color: rgb(229,125,37); }
div.DivClassName
{
background-color: #E57D25;
}
.BgClassName
{
background-color: #E57D25;
}
</style>
border-color css
<style>
span { border-color: #E57D25; }
span { border-color: rgb(229,125,37); }
td.TdClassName
{
border-color: #E57D25;
}
.TagClassName
{
border-color: #E57D25;
}
</style>