Shades of Tahiti Gold #E07721
Tints of Tahiti Gold #E07721
RGB
CMYK
RGB Variations
Color information
#E07721 (or 0xE07721) is known color: Tahiti Gold. HEX triplet: E0, 77 and 21. RGB value is (224,119,33). Sum of RGB (Red+Green+Blue) = 224+119+33=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E07721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07721 is #1F88DE. Grayscale: #8D8D8D. Windows color (decimal): -2066655 or 2193376. OLE color: 2193376.
HSL color Cylindrical-coordinate representation of color #E07721: hue angle of 27.02º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E07721 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 33 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.12 |
| HSL | 27.02º | 0.75% | 0.5% | - |
| HSV(B) | 27.02º | 0.85% | 0.88% | - |
| XYZ | 37.61 | 29.15 | 5.08 | - |
| YUV | 140.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 33 | 0 | 0.47 | 0.85 | 0.12 | 27.02 | 0.75 | 0.5 |
| Hex | E0 | 77 | 21 | 0 | 2F | 55 | C | 1B | 4B | 32 |
| Octal | 340 | 167 | 41 | 0 | 57 | 125 | 14 | 33 | 113 | 62 |
| Binary | 11100000 | 1110111 | 100001 | 0 | 101111 | 1010101 | 1100 | 11011 | 1001011 | 110010 |
Color Harmonies of #E07721
Complementary color
Monochromatic Colors of #E07721
Black with #E07721
Text Example
Text Example
White with #E07721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07721; }
p { color: rgb(224,119,33); }
H1.HeaderClassName
{
color: #E07721;
}
.AnyTagClassName
{
color: #E07721;
}
</style>
background-color css
<style>
a { background-color: #E07721; }
a { background-color: rgb(224,119,33); }
div.DivClassName
{
background-color: #E07721;
}
.BgClassName
{
background-color: #E07721;
}
</style>
border-color css
<style>
span { border-color: #E07721; }
span { border-color: rgb(224,119,33); }
td.TdClassName
{
border-color: #E07721;
}
.TagClassName
{
border-color: #E07721;
}
</style>