Shades of Tahiti Gold #E1711C
Tints of Tahiti Gold #E1711C
RGB
CMYK
RGB Variations
Color information
#E1711C (or 0xE1711C) is known color: Tahiti Gold. HEX triplet: E1, 71 and 1C. RGB value is (225,113,28). Sum of RGB (Red+Green+Blue) = 225+113+28=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1711C is #1E8EE3. Grayscale: #898989. Windows color (decimal): -2002660 or 1864161. OLE color: 1864161.
HSL color Cylindrical-coordinate representation of color #E1711C: hue angle of 25.89º 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 #E1711C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 28 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.12 |
| HSL | 25.89º | 0.78% | 0.5% | - |
| HSV(B) | 25.89º | 0.88% | 0.88% | - |
| XYZ | 37.17 | 27.9 | 4.53 | - |
| YUV | 136.8 | 66.61 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 28 | 0 | 0.50 | 0.88 | 0.12 | 25.89 | 0.78 | 0.5 |
| Hex | E1 | 71 | 1C | 0 | 32 | 58 | C | 1A | 4E | 32 |
| Octal | 341 | 161 | 34 | 0 | 62 | 130 | 14 | 32 | 116 | 62 |
| Binary | 11100001 | 1110001 | 11100 | 0 | 110010 | 1011000 | 1100 | 11010 | 1001110 | 110010 |
Color Harmonies of #E1711C
Complementary color
Monochromatic Colors of #E1711C
Black with #E1711C
Text Example
Text Example
White with #E1711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1711C; }
p { color: rgb(225,113,28); }
H1.HeaderClassName
{
color: #E1711C;
}
.AnyTagClassName
{
color: #E1711C;
}
</style>
background-color css
<style>
a { background-color: #E1711C; }
a { background-color: rgb(225,113,28); }
div.DivClassName
{
background-color: #E1711C;
}
.BgClassName
{
background-color: #E1711C;
}
</style>
border-color css
<style>
span { border-color: #E1711C; }
span { border-color: rgb(225,113,28); }
td.TdClassName
{
border-color: #E1711C;
}
.TagClassName
{
border-color: #E1711C;
}
</style>