Shades of Tahiti Gold #E07425
Tints of Tahiti Gold #E07425
RGB
CMYK
RGB Variations
Color information
#E07425 (or 0xE07425) is known color: Tahiti Gold. HEX triplet: E0, 74 and 25. RGB value is (224,116,37). Sum of RGB (Red+Green+Blue) = 224+116+37=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E07425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07425 is #1F8BDA. Grayscale: #8B8B8B. Windows color (decimal): -2067419 or 2454752. OLE color: 2454752.
HSL color Cylindrical-coordinate representation of color #E07425: hue angle of 25.35º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E07425 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 37 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.12 |
| HSL | 25.35º | 0.75% | 0.51% | - |
| HSV(B) | 25.35º | 0.83% | 0.88% | - |
| XYZ | 37.32 | 28.47 | 5.28 | - |
| YUV | 139.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 37 | 0 | 0.48 | 0.83 | 0.12 | 25.35 | 0.75 | 0.51 |
| Hex | E0 | 74 | 25 | 0 | 30 | 53 | C | 19 | 4B | 33 |
| Octal | 340 | 164 | 45 | 0 | 60 | 123 | 14 | 31 | 113 | 63 |
| Binary | 11100000 | 1110100 | 100101 | 0 | 110000 | 1010011 | 1100 | 11001 | 1001011 | 110011 |
Color Harmonies of #E07425
Complementary color
Monochromatic Colors of #E07425
Black with #E07425
Text Example
Text Example
White with #E07425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07425; }
p { color: rgb(224,116,37); }
H1.HeaderClassName
{
color: #E07425;
}
.AnyTagClassName
{
color: #E07425;
}
</style>
background-color css
<style>
a { background-color: #E07425; }
a { background-color: rgb(224,116,37); }
div.DivClassName
{
background-color: #E07425;
}
.BgClassName
{
background-color: #E07425;
}
</style>
border-color css
<style>
span { border-color: #E07425; }
span { border-color: rgb(224,116,37); }
td.TdClassName
{
border-color: #E07425;
}
.TagClassName
{
border-color: #E07425;
}
</style>