Shades of Tahiti Gold #E08121
Tints of Tahiti Gold #E08121
RGB
CMYK
RGB Variations
Color information
#E08121 (or 0xE08121) is known color: Tahiti Gold. HEX triplet: E0, 81 and 21. RGB value is (224,129,33). Sum of RGB (Red+Green+Blue) = 224+129+33=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E08121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08121 is #1F7EDE. Grayscale: #929292. Windows color (decimal): -2064095 or 2195936. OLE color: 2195936.
HSL color Cylindrical-coordinate representation of color #E08121: hue angle of 30.16º 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 #E08121 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 33 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.12 |
| HSL | 30.16º | 0.75% | 0.5% | - |
| HSV(B) | 30.16º | 0.85% | 0.88% | - |
| XYZ | 38.87 | 31.66 | 5.5 | - |
| YUV | 146.46 | 63.97 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 33 | 0 | 0.42 | 0.85 | 0.12 | 30.16 | 0.75 | 0.5 |
| Hex | E0 | 81 | 21 | 0 | 2A | 55 | C | 1E | 4B | 32 |
| Octal | 340 | 201 | 41 | 0 | 52 | 125 | 14 | 36 | 113 | 62 |
| Binary | 11100000 | 10000001 | 100001 | 0 | 101010 | 1010101 | 1100 | 11110 | 1001011 | 110010 |
Color Harmonies of #E08121
Complementary color
Monochromatic Colors of #E08121
Black with #E08121
Text Example
Text Example
White with #E08121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08121; }
p { color: rgb(224,129,33); }
H1.HeaderClassName
{
color: #E08121;
}
.AnyTagClassName
{
color: #E08121;
}
</style>
background-color css
<style>
a { background-color: #E08121; }
a { background-color: rgb(224,129,33); }
div.DivClassName
{
background-color: #E08121;
}
.BgClassName
{
background-color: #E08121;
}
</style>
border-color css
<style>
span { border-color: #E08121; }
span { border-color: rgb(224,129,33); }
td.TdClassName
{
border-color: #E08121;
}
.TagClassName
{
border-color: #E08121;
}
</style>