Shades of Tahiti Gold #E17030
Tints of Tahiti Gold #E17030
RGB
CMYK
RGB Variations
Color information
#E17030 (or 0xE17030) is known color: Tahiti Gold. HEX triplet: E1, 70 and 30. RGB value is (225,112,48). Sum of RGB (Red+Green+Blue) = 225+112+48=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E17030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17030 is #1E8FCF. Grayscale: #8A8A8A. Windows color (decimal): -2002896 or 3174625. OLE color: 3174625.
HSL color Cylindrical-coordinate representation of color #E17030: hue angle of 21.69º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E17030 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 48 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.12 |
| HSL | 21.69º | 0.75% | 0.54% | - |
| HSV(B) | 21.69º | 0.79% | 0.88% | - |
| XYZ | 37.38 | 27.81 | 6.19 | - |
| YUV | 138.49 | 76.94 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 48 | 0 | 0.50 | 0.79 | 0.12 | 21.69 | 0.75 | 0.54 |
| Hex | E1 | 70 | 30 | 0 | 32 | 4F | C | 16 | 4B | 36 |
| Octal | 341 | 160 | 60 | 0 | 62 | 117 | 14 | 26 | 113 | 66 |
| Binary | 11100001 | 1110000 | 110000 | 0 | 110010 | 1001111 | 1100 | 10110 | 1001011 | 110110 |
Color Harmonies of #E17030
Complementary color
Monochromatic Colors of #E17030
Black with #E17030
Text Example
Text Example
White with #E17030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17030; }
p { color: rgb(225,112,48); }
H1.HeaderClassName
{
color: #E17030;
}
.AnyTagClassName
{
color: #E17030;
}
</style>
background-color css
<style>
a { background-color: #E17030; }
a { background-color: rgb(225,112,48); }
div.DivClassName
{
background-color: #E17030;
}
.BgClassName
{
background-color: #E17030;
}
</style>
border-color css
<style>
span { border-color: #E17030; }
span { border-color: rgb(225,112,48); }
td.TdClassName
{
border-color: #E17030;
}
.TagClassName
{
border-color: #E17030;
}
</style>