Shades of Tahiti Gold #E47425
Tints of Tahiti Gold #E47425
RGB
CMYK
RGB Variations
Color information
#E47425 (or 0xE47425) is known color: Tahiti Gold. HEX triplet: E4, 74 and 25. RGB value is (228,116,37). Sum of RGB (Red+Green+Blue) = 228+116+37=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E47425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47425 is #1B8BDA. Grayscale: #8C8C8C. Windows color (decimal): -1805275 or 2454756. OLE color: 2454756.
HSL color Cylindrical-coordinate representation of color #E47425: hue angle of 24.82º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E47425 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 37 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.11 |
| HSL | 24.82º | 0.78% | 0.52% | - |
| HSV(B) | 24.82º | 0.84% | 0.89% | - |
| XYZ | 38.57 | 29.12 | 5.34 | - |
| YUV | 140.48 | 69.61 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 37 | 0 | 0.49 | 0.84 | 0.11 | 24.82 | 0.78 | 0.52 |
| Hex | E4 | 74 | 25 | 0 | 31 | 54 | B | 19 | 4E | 34 |
| Octal | 344 | 164 | 45 | 0 | 61 | 124 | 13 | 31 | 116 | 64 |
| Binary | 11100100 | 1110100 | 100101 | 0 | 110001 | 1010100 | 1011 | 11001 | 1001110 | 110100 |
Color Harmonies of #E47425
Complementary color
Monochromatic Colors of #E47425
Black with #E47425
Text Example
Text Example
White with #E47425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47425; }
p { color: rgb(228,116,37); }
H1.HeaderClassName
{
color: #E47425;
}
.AnyTagClassName
{
color: #E47425;
}
</style>
background-color css
<style>
a { background-color: #E47425; }
a { background-color: rgb(228,116,37); }
div.DivClassName
{
background-color: #E47425;
}
.BgClassName
{
background-color: #E47425;
}
</style>
border-color css
<style>
span { border-color: #E47425; }
span { border-color: rgb(228,116,37); }
td.TdClassName
{
border-color: #E47425;
}
.TagClassName
{
border-color: #E47425;
}
</style>