Shades of Tahiti Gold #E17421
Tints of Tahiti Gold #E17421
RGB
CMYK
RGB Variations
Color information
#E17421 (or 0xE17421) is known color: Tahiti Gold. HEX triplet: E1, 74 and 21. RGB value is (225,116,33). Sum of RGB (Red+Green+Blue) = 225+116+33=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E17421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17421 is #1E8BDE. Grayscale: #8B8B8B. Windows color (decimal): -2001887 or 2192609. OLE color: 2192609.
HSL color Cylindrical-coordinate representation of color #E17421: hue angle of 25.94º 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 #E17421 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 33 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.12 |
| HSL | 25.94º | 0.76% | 0.51% | - |
| HSV(B) | 25.94º | 0.85% | 0.88% | - |
| XYZ | 37.57 | 28.61 | 4.98 | - |
| YUV | 139.13 | 68.11 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 33 | 0 | 0.48 | 0.85 | 0.12 | 25.94 | 0.76 | 0.51 |
| Hex | E1 | 74 | 21 | 0 | 30 | 55 | C | 1A | 4C | 33 |
| Octal | 341 | 164 | 41 | 0 | 60 | 125 | 14 | 32 | 114 | 63 |
| Binary | 11100001 | 1110100 | 100001 | 0 | 110000 | 1010101 | 1100 | 11010 | 1001100 | 110011 |
Color Harmonies of #E17421
Complementary color
Monochromatic Colors of #E17421
Black with #E17421
Text Example
Text Example
White with #E17421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17421; }
p { color: rgb(225,116,33); }
H1.HeaderClassName
{
color: #E17421;
}
.AnyTagClassName
{
color: #E17421;
}
</style>
background-color css
<style>
a { background-color: #E17421; }
a { background-color: rgb(225,116,33); }
div.DivClassName
{
background-color: #E17421;
}
.BgClassName
{
background-color: #E17421;
}
</style>
border-color css
<style>
span { border-color: #E17421; }
span { border-color: rgb(225,116,33); }
td.TdClassName
{
border-color: #E17421;
}
.TagClassName
{
border-color: #E17421;
}
</style>