Shades of Tahiti Gold #E18227
Tints of Tahiti Gold #E18227
RGB
CMYK
RGB Variations
Color information
#E18227 (or 0xE18227) is known color: Tahiti Gold. HEX triplet: E1, 82 and 27. RGB value is (225,130,39). Sum of RGB (Red+Green+Blue) = 225+130+39=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E18227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18227 is #1E7DD8. Grayscale: #949494. Windows color (decimal): -1998297 or 2589409. OLE color: 2589409.
HSL color Cylindrical-coordinate representation of color #E18227: hue angle of 29.35º 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 #E18227 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 39 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.12 |
| HSL | 29.35º | 0.76% | 0.52% | - |
| HSV(B) | 29.35º | 0.83% | 0.88% | - |
| XYZ | 39.4 | 32.12 | 6.04 | - |
| YUV | 148.03 | 66.47 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 39 | 0 | 0.42 | 0.83 | 0.12 | 29.35 | 0.76 | 0.52 |
| Hex | E1 | 82 | 27 | 0 | 2A | 53 | C | 1D | 4C | 34 |
| Octal | 341 | 202 | 47 | 0 | 52 | 123 | 14 | 35 | 114 | 64 |
| Binary | 11100001 | 10000010 | 100111 | 0 | 101010 | 1010011 | 1100 | 11101 | 1001100 | 110100 |
Color Harmonies of #E18227
Complementary color
Monochromatic Colors of #E18227
Black with #E18227
Text Example
Text Example
White with #E18227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18227; }
p { color: rgb(225,130,39); }
H1.HeaderClassName
{
color: #E18227;
}
.AnyTagClassName
{
color: #E18227;
}
</style>
background-color css
<style>
a { background-color: #E18227; }
a { background-color: rgb(225,130,39); }
div.DivClassName
{
background-color: #E18227;
}
.BgClassName
{
background-color: #E18227;
}
</style>
border-color css
<style>
span { border-color: #E18227; }
span { border-color: rgb(225,130,39); }
td.TdClassName
{
border-color: #E18227;
}
.TagClassName
{
border-color: #E18227;
}
</style>