Shades of Tahiti Gold #E08020
Tints of Tahiti Gold #E08020
RGB
CMYK
RGB Variations
Color information
#E08020 (or 0xE08020) is known color: Tahiti Gold. HEX triplet: E0, 80 and 20. RGB value is (224,128,32). Sum of RGB (Red+Green+Blue) = 224+128+32=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E08020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08020 is #1F7FDF. Grayscale: #929292. Windows color (decimal): -2064352 or 2130144. OLE color: 2130144.
HSL color Cylindrical-coordinate representation of color #E08020: hue angle of 30º 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 #E08020 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 32 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.12 |
| HSL | 30º | 0.76% | 0.5% | - |
| HSV(B) | 30º | 0.86% | 0.88% | - |
| XYZ | 38.72 | 31.39 | 5.38 | - |
| YUV | 145.76 | 63.8 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 32 | 0 | 0.43 | 0.86 | 0.12 | 30 | 0.76 | 0.5 |
| Hex | E0 | 80 | 20 | 0 | 2B | 56 | C | 1E | 4C | 32 |
| Octal | 340 | 200 | 40 | 0 | 53 | 126 | 14 | 36 | 114 | 62 |
| Binary | 11100000 | 10000000 | 100000 | 0 | 101011 | 1010110 | 1100 | 11110 | 1001100 | 110010 |
Color Harmonies of #E08020
Complementary color
Monochromatic Colors of #E08020
Black with #E08020
Text Example
Text Example
White with #E08020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08020; }
p { color: rgb(224,128,32); }
H1.HeaderClassName
{
color: #E08020;
}
.AnyTagClassName
{
color: #E08020;
}
</style>
background-color css
<style>
a { background-color: #E08020; }
a { background-color: rgb(224,128,32); }
div.DivClassName
{
background-color: #E08020;
}
.BgClassName
{
background-color: #E08020;
}
</style>
border-color css
<style>
span { border-color: #E08020; }
span { border-color: rgb(224,128,32); }
td.TdClassName
{
border-color: #E08020;
}
.TagClassName
{
border-color: #E08020;
}
</style>