Shades of Tahiti Gold #E17C1C
Tints of Tahiti Gold #E17C1C
RGB
CMYK
RGB Variations
Color information
#E17C1C (or 0xE17C1C) is known color: Tahiti Gold. HEX triplet: E1, 7C and 1C. RGB value is (225,124,28). Sum of RGB (Red+Green+Blue) = 225+124+28=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17C1C is #1E83E3. Grayscale: #8F8F8F. Windows color (decimal): -1999844 or 1866977. OLE color: 1866977.
HSL color Cylindrical-coordinate representation of color #E17C1C: hue angle of 29.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E17C1C is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 28 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.12 |
| HSL | 29.24º | 0.78% | 0.5% | - |
| HSV(B) | 29.24º | 0.88% | 0.88% | - |
| XYZ | 38.47 | 30.51 | 4.96 | - |
| YUV | 143.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 28 | 0 | 0.45 | 0.88 | 0.12 | 29.24 | 0.78 | 0.5 |
| Hex | E1 | 7C | 1C | 0 | 2D | 58 | C | 1D | 4E | 32 |
| Octal | 341 | 174 | 34 | 0 | 55 | 130 | 14 | 35 | 116 | 62 |
| Binary | 11100001 | 1111100 | 11100 | 0 | 101101 | 1011000 | 1100 | 11101 | 1001110 | 110010 |
Color Harmonies of #E17C1C
Complementary color
Monochromatic Colors of #E17C1C
Black with #E17C1C
Text Example
Text Example
White with #E17C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C1C; }
p { color: rgb(225,124,28); }
H1.HeaderClassName
{
color: #E17C1C;
}
.AnyTagClassName
{
color: #E17C1C;
}
</style>
background-color css
<style>
a { background-color: #E17C1C; }
a { background-color: rgb(225,124,28); }
div.DivClassName
{
background-color: #E17C1C;
}
.BgClassName
{
background-color: #E17C1C;
}
</style>
border-color css
<style>
span { border-color: #E17C1C; }
span { border-color: rgb(225,124,28); }
td.TdClassName
{
border-color: #E17C1C;
}
.TagClassName
{
border-color: #E17C1C;
}
</style>