Shades of Tahiti Gold #E17A21
Tints of Tahiti Gold #E17A21
RGB
CMYK
RGB Variations
Color information
#E17A21 (or 0xE17A21) is known color: Tahiti Gold. HEX triplet: E1, 7A and 21. RGB value is (225,122,33). Sum of RGB (Red+Green+Blue) = 225+122+33=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A21 is #1E85DE. Grayscale: #8F8F8F. Windows color (decimal): -2000351 or 2194145. OLE color: 2194145.
HSL color Cylindrical-coordinate representation of color #E17A21: hue angle of 27.81º 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 #E17A21 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 33 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.12 |
| HSL | 27.81º | 0.76% | 0.51% | - |
| HSV(B) | 27.81º | 0.85% | 0.88% | - |
| XYZ | 38.29 | 30.04 | 5.22 | - |
| YUV | 142.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 33 | 0 | 0.46 | 0.85 | 0.12 | 27.81 | 0.76 | 0.51 |
| Hex | E1 | 7A | 21 | 0 | 2E | 55 | C | 1C | 4C | 33 |
| Octal | 341 | 172 | 41 | 0 | 56 | 125 | 14 | 34 | 114 | 63 |
| Binary | 11100001 | 1111010 | 100001 | 0 | 101110 | 1010101 | 1100 | 11100 | 1001100 | 110011 |
Color Harmonies of #E17A21
Complementary color
Monochromatic Colors of #E17A21
Black with #E17A21
Text Example
Text Example
White with #E17A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A21; }
p { color: rgb(225,122,33); }
H1.HeaderClassName
{
color: #E17A21;
}
.AnyTagClassName
{
color: #E17A21;
}
</style>
background-color css
<style>
a { background-color: #E17A21; }
a { background-color: rgb(225,122,33); }
div.DivClassName
{
background-color: #E17A21;
}
.BgClassName
{
background-color: #E17A21;
}
</style>
border-color css
<style>
span { border-color: #E17A21; }
span { border-color: rgb(225,122,33); }
td.TdClassName
{
border-color: #E17A21;
}
.TagClassName
{
border-color: #E17A21;
}
</style>