Shades of Tahiti Gold #E08127
Tints of Tahiti Gold #E08127
RGB
CMYK
RGB Variations
Color information
#E08127 (or 0xE08127) is known color: Tahiti Gold. HEX triplet: E0, 81 and 27. RGB value is (224,129,39). Sum of RGB (Red+Green+Blue) = 224+129+39=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E08127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08127 is #1F7ED8. Grayscale: #939393. Windows color (decimal): -2064089 or 2589152. OLE color: 2589152.
HSL color Cylindrical-coordinate representation of color #E08127: hue angle of 29.19º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E08127 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 39 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.12 |
| HSL | 29.19º | 0.75% | 0.52% | - |
| HSV(B) | 29.19º | 0.83% | 0.88% | - |
| XYZ | 38.96 | 31.69 | 5.98 | - |
| YUV | 147.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 39 | 0 | 0.42 | 0.83 | 0.12 | 29.19 | 0.75 | 0.52 |
| Hex | E0 | 81 | 27 | 0 | 2A | 53 | C | 1D | 4B | 34 |
| Octal | 340 | 201 | 47 | 0 | 52 | 123 | 14 | 35 | 113 | 64 |
| Binary | 11100000 | 10000001 | 100111 | 0 | 101010 | 1010011 | 1100 | 11101 | 1001011 | 110100 |
Color Harmonies of #E08127
Complementary color
Monochromatic Colors of #E08127
Black with #E08127
Text Example
Text Example
White with #E08127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08127; }
p { color: rgb(224,129,39); }
H1.HeaderClassName
{
color: #E08127;
}
.AnyTagClassName
{
color: #E08127;
}
</style>
background-color css
<style>
a { background-color: #E08127; }
a { background-color: rgb(224,129,39); }
div.DivClassName
{
background-color: #E08127;
}
.BgClassName
{
background-color: #E08127;
}
</style>
border-color css
<style>
span { border-color: #E08127; }
span { border-color: rgb(224,129,39); }
td.TdClassName
{
border-color: #E08127;
}
.TagClassName
{
border-color: #E08127;
}
</style>