Shades of Tahiti Gold #E17321
Tints of Tahiti Gold #E17321
RGB
CMYK
RGB Variations
Color information
#E17321 (or 0xE17321) is known color: Tahiti Gold. HEX triplet: E1, 73 and 21. RGB value is (225,115,33). Sum of RGB (Red+Green+Blue) = 225+115+33=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E17321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17321 is #1E8CDE. Grayscale: #8A8A8A. Windows color (decimal): -2002143 or 2192353. OLE color: 2192353.
HSL color Cylindrical-coordinate representation of color #E17321: hue angle of 25.62º 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 #E17321 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 33 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.12 |
| HSL | 25.63º | 0.76% | 0.51% | - |
| HSV(B) | 25.63º | 0.85% | 0.88% | - |
| XYZ | 37.46 | 28.38 | 4.94 | - |
| YUV | 138.54 | 68.44 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 33 | 0 | 0.49 | 0.85 | 0.12 | 25.63 | 0.76 | 0.51 |
| Hex | E1 | 73 | 21 | 0 | 31 | 55 | C | 1A | 4C | 33 |
| Octal | 341 | 163 | 41 | 0 | 61 | 125 | 14 | 32 | 114 | 63 |
| Binary | 11100001 | 1110011 | 100001 | 0 | 110001 | 1010101 | 1100 | 11010 | 1001100 | 110011 |
Color Harmonies of #E17321
Complementary color
Monochromatic Colors of #E17321
Black with #E17321
Text Example
Text Example
White with #E17321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17321; }
p { color: rgb(225,115,33); }
H1.HeaderClassName
{
color: #E17321;
}
.AnyTagClassName
{
color: #E17321;
}
</style>
background-color css
<style>
a { background-color: #E17321; }
a { background-color: rgb(225,115,33); }
div.DivClassName
{
background-color: #E17321;
}
.BgClassName
{
background-color: #E17321;
}
</style>
border-color css
<style>
span { border-color: #E17321; }
span { border-color: rgb(225,115,33); }
td.TdClassName
{
border-color: #E17321;
}
.TagClassName
{
border-color: #E17321;
}
</style>