Shades of Tahiti Gold #E57F25
Tints of Tahiti Gold #E57F25
RGB
CMYK
RGB Variations
Color information
#E57F25 (or 0xE57F25) is known color: Tahiti Gold. HEX triplet: E5, 7F and 25. RGB value is (229,127,37). Sum of RGB (Red+Green+Blue) = 229+127+37=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57F25 is #1A80DA. Grayscale: #939393. Windows color (decimal): -1736923 or 2457573. OLE color: 2457573.
HSL color Cylindrical-coordinate representation of color #E57F25: hue angle of 28.12º 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 #E57F25 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 37 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.10 |
| HSL | 28.13º | 0.79% | 0.52% | - |
| HSV(B) | 28.13º | 0.84% | 0.9% | - |
| XYZ | 40.24 | 31.97 | 5.8 | - |
| YUV | 147.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 37 | 0 | 0.45 | 0.84 | 0.10 | 28.13 | 0.79 | 0.52 |
| Hex | E5 | 7F | 25 | 0 | 2D | 54 | A | 1C | 4F | 34 |
| Octal | 345 | 177 | 45 | 0 | 55 | 124 | 12 | 34 | 117 | 64 |
| Binary | 11100101 | 1111111 | 100101 | 0 | 101101 | 1010100 | 1010 | 11100 | 1001111 | 110100 |
Color Harmonies of #E57F25
Complementary color
Monochromatic Colors of #E57F25
Black with #E57F25
Text Example
Text Example
White with #E57F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F25; }
p { color: rgb(229,127,37); }
H1.HeaderClassName
{
color: #E57F25;
}
.AnyTagClassName
{
color: #E57F25;
}
</style>
background-color css
<style>
a { background-color: #E57F25; }
a { background-color: rgb(229,127,37); }
div.DivClassName
{
background-color: #E57F25;
}
.BgClassName
{
background-color: #E57F25;
}
</style>
border-color css
<style>
span { border-color: #E57F25; }
span { border-color: rgb(229,127,37); }
td.TdClassName
{
border-color: #E57F25;
}
.TagClassName
{
border-color: #E57F25;
}
</style>