Shades of Tahiti Gold #E17C20
Tints of Tahiti Gold #E17C20
RGB
CMYK
RGB Variations
Color information
#E17C20 (or 0xE17C20) is known color: Tahiti Gold. HEX triplet: E1, 7C and 20. RGB value is (225,124,32). Sum of RGB (Red+Green+Blue) = 225+124+32=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17C20 is #1E83DF. Grayscale: #909090. Windows color (decimal): -1999840 or 2129121. OLE color: 2129121.
HSL color Cylindrical-coordinate representation of color #E17C20: hue angle of 28.6º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E17C20 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 32 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.12 |
| HSL | 28.6º | 0.76% | 0.5% | - |
| HSV(B) | 28.6º | 0.86% | 0.88% | - |
| XYZ | 38.52 | 30.53 | 5.23 | - |
| YUV | 143.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 32 | 0 | 0.45 | 0.86 | 0.12 | 28.6 | 0.76 | 0.5 |
| Hex | E1 | 7C | 20 | 0 | 2D | 56 | C | 1D | 4C | 32 |
| Octal | 341 | 174 | 40 | 0 | 55 | 126 | 14 | 35 | 114 | 62 |
| Binary | 11100001 | 1111100 | 100000 | 0 | 101101 | 1010110 | 1100 | 11101 | 1001100 | 110010 |
Color Harmonies of #E17C20
Complementary color
Monochromatic Colors of #E17C20
Black with #E17C20
Text Example
Text Example
White with #E17C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C20; }
p { color: rgb(225,124,32); }
H1.HeaderClassName
{
color: #E17C20;
}
.AnyTagClassName
{
color: #E17C20;
}
</style>
background-color css
<style>
a { background-color: #E17C20; }
a { background-color: rgb(225,124,32); }
div.DivClassName
{
background-color: #E17C20;
}
.BgClassName
{
background-color: #E17C20;
}
</style>
border-color css
<style>
span { border-color: #E17C20; }
span { border-color: rgb(225,124,32); }
td.TdClassName
{
border-color: #E17C20;
}
.TagClassName
{
border-color: #E17C20;
}
</style>