Shades of Tahiti Gold #E17021
Tints of Tahiti Gold #E17021
RGB
CMYK
RGB Variations
Color information
#E17021 (or 0xE17021) is known color: Tahiti Gold. HEX triplet: E1, 70 and 21. RGB value is (225,112,33). Sum of RGB (Red+Green+Blue) = 225+112+33=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E17021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17021 is #1E8FDE. Grayscale: #898989. Windows color (decimal): -2002911 or 2191585. OLE color: 2191585.
HSL color Cylindrical-coordinate representation of color #E17021: hue angle of 24.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 #E17021 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 33 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.12 |
| HSL | 24.69º | 0.76% | 0.51% | - |
| HSV(B) | 24.69º | 0.85% | 0.88% | - |
| XYZ | 37.12 | 27.71 | 4.83 | - |
| YUV | 136.78 | 69.44 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 33 | 0 | 0.50 | 0.85 | 0.12 | 24.69 | 0.76 | 0.51 |
| Hex | E1 | 70 | 21 | 0 | 32 | 55 | C | 19 | 4C | 33 |
| Octal | 341 | 160 | 41 | 0 | 62 | 125 | 14 | 31 | 114 | 63 |
| Binary | 11100001 | 1110000 | 100001 | 0 | 110010 | 1010101 | 1100 | 11001 | 1001100 | 110011 |
Color Harmonies of #E17021
Complementary color
Monochromatic Colors of #E17021
Black with #E17021
Text Example
Text Example
White with #E17021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17021; }
p { color: rgb(225,112,33); }
H1.HeaderClassName
{
color: #E17021;
}
.AnyTagClassName
{
color: #E17021;
}
</style>
background-color css
<style>
a { background-color: #E17021; }
a { background-color: rgb(225,112,33); }
div.DivClassName
{
background-color: #E17021;
}
.BgClassName
{
background-color: #E17021;
}
</style>
border-color css
<style>
span { border-color: #E17021; }
span { border-color: rgb(225,112,33); }
td.TdClassName
{
border-color: #E17021;
}
.TagClassName
{
border-color: #E17021;
}
</style>