Shades of Tahiti Gold #E17C2A
Tints of Tahiti Gold #E17C2A
RGB
CMYK
RGB Variations
Color information
#E17C2A (or 0xE17C2A) is known color: Tahiti Gold. HEX triplet: E1, 7C and 2A. RGB value is (225,124,42). Sum of RGB (Red+Green+Blue) = 225+124+42=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17C2A is #1E83D5. Grayscale: #919191. Windows color (decimal): -1999830 or 2784481. OLE color: 2784481.
HSL color Cylindrical-coordinate representation of color #E17C2A: hue angle of 26.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E17C2A is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 42 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.12 |
| HSL | 26.89º | 0.75% | 0.52% | - |
| HSV(B) | 26.89º | 0.81% | 0.88% | - |
| XYZ | 38.68 | 30.59 | 6.06 | - |
| YUV | 144.85 | 69.96 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 42 | 0 | 0.45 | 0.81 | 0.12 | 26.89 | 0.75 | 0.52 |
| Hex | E1 | 7C | 2A | 0 | 2D | 51 | C | 1B | 4B | 34 |
| Octal | 341 | 174 | 52 | 0 | 55 | 121 | 14 | 33 | 113 | 64 |
| Binary | 11100001 | 1111100 | 101010 | 0 | 101101 | 1010001 | 1100 | 11011 | 1001011 | 110100 |
Color Harmonies of #E17C2A
Complementary color
Monochromatic Colors of #E17C2A
Black with #E17C2A
Text Example
Text Example
White with #E17C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C2A; }
p { color: rgb(225,124,42); }
H1.HeaderClassName
{
color: #E17C2A;
}
.AnyTagClassName
{
color: #E17C2A;
}
</style>
background-color css
<style>
a { background-color: #E17C2A; }
a { background-color: rgb(225,124,42); }
div.DivClassName
{
background-color: #E17C2A;
}
.BgClassName
{
background-color: #E17C2A;
}
</style>
border-color css
<style>
span { border-color: #E17C2A; }
span { border-color: rgb(225,124,42); }
td.TdClassName
{
border-color: #E17C2A;
}
.TagClassName
{
border-color: #E17C2A;
}
</style>