Shades of Tahiti Gold #E07925
Tints of Tahiti Gold #E07925
RGB
CMYK
RGB Variations
Color information
#E07925 (or 0xE07925) is known color: Tahiti Gold. HEX triplet: E0, 79 and 25. RGB value is (224,121,37). Sum of RGB (Red+Green+Blue) = 224+121+37=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E07925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07925 is #1F86DA. Grayscale: #8E8E8E. Windows color (decimal): -2066139 or 2456032. OLE color: 2456032.
HSL color Cylindrical-coordinate representation of color #E07925: hue angle of 26.95º 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 #E07925 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 37 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.12 |
| HSL | 26.95º | 0.75% | 0.51% | - |
| HSV(B) | 26.95º | 0.83% | 0.88% | - |
| XYZ | 37.91 | 29.66 | 5.48 | - |
| YUV | 142.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 37 | 0 | 0.46 | 0.83 | 0.12 | 26.95 | 0.75 | 0.51 |
| Hex | E0 | 79 | 25 | 0 | 2E | 53 | C | 1B | 4B | 33 |
| Octal | 340 | 171 | 45 | 0 | 56 | 123 | 14 | 33 | 113 | 63 |
| Binary | 11100000 | 1111001 | 100101 | 0 | 101110 | 1010011 | 1100 | 11011 | 1001011 | 110011 |
Color Harmonies of #E07925
Complementary color
Monochromatic Colors of #E07925
Black with #E07925
Text Example
Text Example
White with #E07925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07925; }
p { color: rgb(224,121,37); }
H1.HeaderClassName
{
color: #E07925;
}
.AnyTagClassName
{
color: #E07925;
}
</style>
background-color css
<style>
a { background-color: #E07925; }
a { background-color: rgb(224,121,37); }
div.DivClassName
{
background-color: #E07925;
}
.BgClassName
{
background-color: #E07925;
}
</style>
border-color css
<style>
span { border-color: #E07925; }
span { border-color: rgb(224,121,37); }
td.TdClassName
{
border-color: #E07925;
}
.TagClassName
{
border-color: #E07925;
}
</style>