Shades of Tahiti Gold #E08129
Tints of Tahiti Gold #E08129
RGB
CMYK
RGB Variations
Color information
#E08129 (or 0xE08129) is known color: Tahiti Gold. HEX triplet: E0, 81 and 29. RGB value is (224,129,41). Sum of RGB (Red+Green+Blue) = 224+129+41=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E08129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08129 is #1F7ED6. Grayscale: #939393. Windows color (decimal): -2064087 or 2720224. OLE color: 2720224.
HSL color Cylindrical-coordinate representation of color #E08129: hue angle of 28.85º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E08129 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 41 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.12 |
| HSL | 28.85º | 0.75% | 0.52% | - |
| HSV(B) | 28.85º | 0.82% | 0.88% | - |
| XYZ | 38.99 | 31.71 | 6.16 | - |
| YUV | 147.37 | 67.97 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 41 | 0 | 0.42 | 0.82 | 0.12 | 28.85 | 0.75 | 0.52 |
| Hex | E0 | 81 | 29 | 0 | 2A | 52 | C | 1D | 4B | 34 |
| Octal | 340 | 201 | 51 | 0 | 52 | 122 | 14 | 35 | 113 | 64 |
| Binary | 11100000 | 10000001 | 101001 | 0 | 101010 | 1010010 | 1100 | 11101 | 1001011 | 110100 |
Color Harmonies of #E08129
Complementary color
Monochromatic Colors of #E08129
Black with #E08129
Text Example
Text Example
White with #E08129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08129; }
p { color: rgb(224,129,41); }
H1.HeaderClassName
{
color: #E08129;
}
.AnyTagClassName
{
color: #E08129;
}
</style>
background-color css
<style>
a { background-color: #E08129; }
a { background-color: rgb(224,129,41); }
div.DivClassName
{
background-color: #E08129;
}
.BgClassName
{
background-color: #E08129;
}
</style>
border-color css
<style>
span { border-color: #E08129; }
span { border-color: rgb(224,129,41); }
td.TdClassName
{
border-color: #E08129;
}
.TagClassName
{
border-color: #E08129;
}
</style>