Shades of Tahiti Gold #E07520
Tints of Tahiti Gold #E07520
RGB
CMYK
RGB Variations
Color information
#E07520 (or 0xE07520) is known color: Tahiti Gold. HEX triplet: E0, 75 and 20. RGB value is (224,117,32). Sum of RGB (Red+Green+Blue) = 224+117+32=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E07520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07520 is #1F8ADF. Grayscale: #8B8B8B. Windows color (decimal): -2067168 or 2127328. OLE color: 2127328.
HSL color Cylindrical-coordinate representation of color #E07520: hue angle of 26.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E07520 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 32 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.12 |
| HSL | 26.56º | 0.76% | 0.5% | - |
| HSV(B) | 26.56º | 0.86% | 0.88% | - |
| XYZ | 37.36 | 28.67 | 4.93 | - |
| YUV | 139.3 | 67.45 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 32 | 0 | 0.48 | 0.86 | 0.12 | 26.56 | 0.76 | 0.5 |
| Hex | E0 | 75 | 20 | 0 | 30 | 56 | C | 1B | 4C | 32 |
| Octal | 340 | 165 | 40 | 0 | 60 | 126 | 14 | 33 | 114 | 62 |
| Binary | 11100000 | 1110101 | 100000 | 0 | 110000 | 1010110 | 1100 | 11011 | 1001100 | 110010 |
Color Harmonies of #E07520
Complementary color
Monochromatic Colors of #E07520
Black with #E07520
Text Example
Text Example
White with #E07520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07520; }
p { color: rgb(224,117,32); }
H1.HeaderClassName
{
color: #E07520;
}
.AnyTagClassName
{
color: #E07520;
}
</style>
background-color css
<style>
a { background-color: #E07520; }
a { background-color: rgb(224,117,32); }
div.DivClassName
{
background-color: #E07520;
}
.BgClassName
{
background-color: #E07520;
}
</style>
border-color css
<style>
span { border-color: #E07520; }
span { border-color: rgb(224,117,32); }
td.TdClassName
{
border-color: #E07520;
}
.TagClassName
{
border-color: #E07520;
}
</style>