Shades of Tahiti Gold #E07121
Tints of Tahiti Gold #E07121
RGB
CMYK
RGB Variations
Color information
#E07121 (or 0xE07121) is known color: Tahiti Gold. HEX triplet: E0, 71 and 21. RGB value is (224,113,33). Sum of RGB (Red+Green+Blue) = 224+113+33=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E07121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07121 is #1F8EDE. Grayscale: #898989. Windows color (decimal): -2068191 or 2191840. OLE color: 2191840.
HSL color Cylindrical-coordinate representation of color #E07121: hue angle of 25.13º 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 #E07121 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 33 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.12 |
| HSL | 25.13º | 0.75% | 0.5% | - |
| HSV(B) | 25.13º | 0.85% | 0.88% | - |
| XYZ | 36.92 | 27.77 | 4.85 | - |
| YUV | 137.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 33 | 0 | 0.50 | 0.85 | 0.12 | 25.13 | 0.75 | 0.5 |
| Hex | E0 | 71 | 21 | 0 | 32 | 55 | C | 19 | 4B | 32 |
| Octal | 340 | 161 | 41 | 0 | 62 | 125 | 14 | 31 | 113 | 62 |
| Binary | 11100000 | 1110001 | 100001 | 0 | 110010 | 1010101 | 1100 | 11001 | 1001011 | 110010 |
Color Harmonies of #E07121
Complementary color
Monochromatic Colors of #E07121
Black with #E07121
Text Example
Text Example
White with #E07121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07121; }
p { color: rgb(224,113,33); }
H1.HeaderClassName
{
color: #E07121;
}
.AnyTagClassName
{
color: #E07121;
}
</style>
background-color css
<style>
a { background-color: #E07121; }
a { background-color: rgb(224,113,33); }
div.DivClassName
{
background-color: #E07121;
}
.BgClassName
{
background-color: #E07121;
}
</style>
border-color css
<style>
span { border-color: #E07121; }
span { border-color: rgb(224,113,33); }
td.TdClassName
{
border-color: #E07121;
}
.TagClassName
{
border-color: #E07121;
}
</style>