Shades of Tahiti Gold #E07720
Tints of Tahiti Gold #E07720
RGB
CMYK
RGB Variations
Color information
#E07720 (or 0xE07720) is known color: Tahiti Gold. HEX triplet: E0, 77 and 20. RGB value is (224,119,32). Sum of RGB (Red+Green+Blue) = 224+119+32=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E07720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07720 is #1F88DF. Grayscale: #8C8C8C. Windows color (decimal): -2066656 or 2127840. OLE color: 2127840.
HSL color Cylindrical-coordinate representation of color #E07720: hue angle of 27.19º 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 #E07720 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 32 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.12 |
| HSL | 27.19º | 0.76% | 0.5% | - |
| HSV(B) | 27.19º | 0.86% | 0.88% | - |
| XYZ | 37.6 | 29.15 | 5.01 | - |
| YUV | 140.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 32 | 0 | 0.47 | 0.86 | 0.12 | 27.19 | 0.76 | 0.5 |
| Hex | E0 | 77 | 20 | 0 | 2F | 56 | C | 1B | 4C | 32 |
| Octal | 340 | 167 | 40 | 0 | 57 | 126 | 14 | 33 | 114 | 62 |
| Binary | 11100000 | 1110111 | 100000 | 0 | 101111 | 1010110 | 1100 | 11011 | 1001100 | 110010 |
Color Harmonies of #E07720
Complementary color
Monochromatic Colors of #E07720
Black with #E07720
Text Example
Text Example
White with #E07720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07720; }
p { color: rgb(224,119,32); }
H1.HeaderClassName
{
color: #E07720;
}
.AnyTagClassName
{
color: #E07720;
}
</style>
background-color css
<style>
a { background-color: #E07720; }
a { background-color: rgb(224,119,32); }
div.DivClassName
{
background-color: #E07720;
}
.BgClassName
{
background-color: #E07720;
}
</style>
border-color css
<style>
span { border-color: #E07720; }
span { border-color: rgb(224,119,32); }
td.TdClassName
{
border-color: #E07720;
}
.TagClassName
{
border-color: #E07720;
}
</style>