Shades of Tahiti Gold #E07F25
Tints of Tahiti Gold #E07F25
RGB
CMYK
RGB Variations
Color information
#E07F25 (or 0xE07F25) is known color: Tahiti Gold. HEX triplet: E0, 7F and 25. RGB value is (224,127,37). Sum of RGB (Red+Green+Blue) = 224+127+37=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F25 is #1F80DA. Grayscale: #929292. Windows color (decimal): -2064603 or 2457568. OLE color: 2457568.
HSL color Cylindrical-coordinate representation of color #E07F25: hue angle of 28.88º 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 #E07F25 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 37 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.12 |
| HSL | 28.88º | 0.75% | 0.51% | - |
| HSV(B) | 28.88º | 0.83% | 0.88% | - |
| XYZ | 38.66 | 31.16 | 5.73 | - |
| YUV | 145.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 37 | 0 | 0.43 | 0.83 | 0.12 | 28.88 | 0.75 | 0.51 |
| Hex | E0 | 7F | 25 | 0 | 2B | 53 | C | 1D | 4B | 33 |
| Octal | 340 | 177 | 45 | 0 | 53 | 123 | 14 | 35 | 113 | 63 |
| Binary | 11100000 | 1111111 | 100101 | 0 | 101011 | 1010011 | 1100 | 11101 | 1001011 | 110011 |
Color Harmonies of #E07F25
Complementary color
Monochromatic Colors of #E07F25
Black with #E07F25
Text Example
Text Example
White with #E07F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F25; }
p { color: rgb(224,127,37); }
H1.HeaderClassName
{
color: #E07F25;
}
.AnyTagClassName
{
color: #E07F25;
}
</style>
background-color css
<style>
a { background-color: #E07F25; }
a { background-color: rgb(224,127,37); }
div.DivClassName
{
background-color: #E07F25;
}
.BgClassName
{
background-color: #E07F25;
}
</style>
border-color css
<style>
span { border-color: #E07F25; }
span { border-color: rgb(224,127,37); }
td.TdClassName
{
border-color: #E07F25;
}
.TagClassName
{
border-color: #E07F25;
}
</style>