Shades of Tahiti Gold #E18021
Tints of Tahiti Gold #E18021
RGB
CMYK
RGB Variations
Color information
#E18021 (or 0xE18021) is known color: Tahiti Gold. HEX triplet: E1, 80 and 21. RGB value is (225,128,33). Sum of RGB (Red+Green+Blue) = 225+128+33=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E18021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18021 is #1E7FDE. Grayscale: #929292. Windows color (decimal): -1998815 or 2195681. OLE color: 2195681.
HSL color Cylindrical-coordinate representation of color #E18021: hue angle of 29.69º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E18021 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 33 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.12 |
| HSL | 29.69º | 0.76% | 0.51% | - |
| HSV(B) | 29.69º | 0.85% | 0.88% | - |
| XYZ | 39.05 | 31.56 | 5.47 | - |
| YUV | 146.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 33 | 0 | 0.43 | 0.85 | 0.12 | 29.69 | 0.76 | 0.51 |
| Hex | E1 | 80 | 21 | 0 | 2B | 55 | C | 1E | 4C | 33 |
| Octal | 341 | 200 | 41 | 0 | 53 | 125 | 14 | 36 | 114 | 63 |
| Binary | 11100001 | 10000000 | 100001 | 0 | 101011 | 1010101 | 1100 | 11110 | 1001100 | 110011 |
Color Harmonies of #E18021
Complementary color
Monochromatic Colors of #E18021
Black with #E18021
Text Example
Text Example
White with #E18021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18021; }
p { color: rgb(225,128,33); }
H1.HeaderClassName
{
color: #E18021;
}
.AnyTagClassName
{
color: #E18021;
}
</style>
background-color css
<style>
a { background-color: #E18021; }
a { background-color: rgb(225,128,33); }
div.DivClassName
{
background-color: #E18021;
}
.BgClassName
{
background-color: #E18021;
}
</style>
border-color css
<style>
span { border-color: #E18021; }
span { border-color: rgb(225,128,33); }
td.TdClassName
{
border-color: #E18021;
}
.TagClassName
{
border-color: #E18021;
}
</style>