Shades of Tahiti Gold #E57D28
Tints of Tahiti Gold #E57D28
RGB
CMYK
RGB Variations
Color information
#E57D28 (or 0xE57D28) is known color: Tahiti Gold. HEX triplet: E5, 7D and 28. RGB value is (229,125,40). Sum of RGB (Red+Green+Blue) = 229+125+40=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57D28 is #1A82D7. Grayscale: #929292. Windows color (decimal): -1737432 or 2653669. OLE color: 2653669.
HSL color Cylindrical-coordinate representation of color #E57D28: hue angle of 26.98º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E57D28 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 40 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.10 |
| HSL | 26.98º | 0.78% | 0.53% | - |
| HSV(B) | 26.98º | 0.83% | 0.9% | - |
| XYZ | 40.03 | 31.48 | 5.97 | - |
| YUV | 146.41 | 67.96 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 40 | 0 | 0.45 | 0.83 | 0.10 | 26.98 | 0.78 | 0.53 |
| Hex | E5 | 7D | 28 | 0 | 2D | 53 | A | 1B | 4E | 35 |
| Octal | 345 | 175 | 50 | 0 | 55 | 123 | 12 | 33 | 116 | 65 |
| Binary | 11100101 | 1111101 | 101000 | 0 | 101101 | 1010011 | 1010 | 11011 | 1001110 | 110101 |
Color Harmonies of #E57D28
Complementary color
Monochromatic Colors of #E57D28
Black with #E57D28
Text Example
Text Example
White with #E57D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D28; }
p { color: rgb(229,125,40); }
H1.HeaderClassName
{
color: #E57D28;
}
.AnyTagClassName
{
color: #E57D28;
}
</style>
background-color css
<style>
a { background-color: #E57D28; }
a { background-color: rgb(229,125,40); }
div.DivClassName
{
background-color: #E57D28;
}
.BgClassName
{
background-color: #E57D28;
}
</style>
border-color css
<style>
span { border-color: #E57D28; }
span { border-color: rgb(229,125,40); }
td.TdClassName
{
border-color: #E57D28;
}
.TagClassName
{
border-color: #E57D28;
}
</style>