Shades of Tahiti Gold #E18127
Tints of Tahiti Gold #E18127
RGB
CMYK
RGB Variations
Color information
#E18127 (or 0xE18127) is known color: Tahiti Gold. HEX triplet: E1, 81 and 27. RGB value is (225,129,39). Sum of RGB (Red+Green+Blue) = 225+129+39=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E18127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18127 is #1E7ED8. Grayscale: #939393. Windows color (decimal): -1998553 or 2589153. OLE color: 2589153.
HSL color Cylindrical-coordinate representation of color #E18127: hue angle of 29.03º degrees, saturation: 0.76, 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 #E18127 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 39 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.12 |
| HSL | 29.03º | 0.76% | 0.52% | - |
| HSV(B) | 29.03º | 0.83% | 0.88% | - |
| XYZ | 39.27 | 31.85 | 6 | - |
| YUV | 147.44 | 66.8 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 39 | 0 | 0.43 | 0.83 | 0.12 | 29.03 | 0.76 | 0.52 |
| Hex | E1 | 81 | 27 | 0 | 2B | 53 | C | 1D | 4C | 34 |
| Octal | 341 | 201 | 47 | 0 | 53 | 123 | 14 | 35 | 114 | 64 |
| Binary | 11100001 | 10000001 | 100111 | 0 | 101011 | 1010011 | 1100 | 11101 | 1001100 | 110100 |
Color Harmonies of #E18127
Complementary color
Monochromatic Colors of #E18127
Black with #E18127
Text Example
Text Example
White with #E18127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18127; }
p { color: rgb(225,129,39); }
H1.HeaderClassName
{
color: #E18127;
}
.AnyTagClassName
{
color: #E18127;
}
</style>
background-color css
<style>
a { background-color: #E18127; }
a { background-color: rgb(225,129,39); }
div.DivClassName
{
background-color: #E18127;
}
.BgClassName
{
background-color: #E18127;
}
</style>
border-color css
<style>
span { border-color: #E18127; }
span { border-color: rgb(225,129,39); }
td.TdClassName
{
border-color: #E18127;
}
.TagClassName
{
border-color: #E18127;
}
</style>