Shades of Tahiti Gold #E17518
Tints of Tahiti Gold #E17518
RGB
CMYK
RGB Variations
Color information
#E17518 (or 0xE17518) is known color: Tahiti Gold. HEX triplet: E1, 75 and 18. RGB value is (225,117,24). Sum of RGB (Red+Green+Blue) = 225+117+24=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E17518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17518 is #1E8AE7. Grayscale: #8B8B8B. Windows color (decimal): -2001640 or 1603041. OLE color: 1603041.
HSL color Cylindrical-coordinate representation of color #E17518: hue angle of 27.76º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E17518 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 24 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.12 |
| HSL | 27.76º | 0.81% | 0.49% | - |
| HSV(B) | 27.76º | 0.89% | 0.88% | - |
| XYZ | 37.58 | 28.8 | 4.44 | - |
| YUV | 138.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 24 | 0 | 0.48 | 0.89 | 0.12 | 27.76 | 0.81 | 0.49 |
| Hex | E1 | 75 | 18 | 0 | 30 | 59 | C | 1C | 51 | 31 |
| Octal | 341 | 165 | 30 | 0 | 60 | 131 | 14 | 34 | 121 | 61 |
| Binary | 11100001 | 1110101 | 11000 | 0 | 110000 | 1011001 | 1100 | 11100 | 1010001 | 110001 |
Color Harmonies of #E17518
Complementary color
Monochromatic Colors of #E17518
Black with #E17518
Text Example
Text Example
White with #E17518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17518; }
p { color: rgb(225,117,24); }
H1.HeaderClassName
{
color: #E17518;
}
.AnyTagClassName
{
color: #E17518;
}
</style>
background-color css
<style>
a { background-color: #E17518; }
a { background-color: rgb(225,117,24); }
div.DivClassName
{
background-color: #E17518;
}
.BgClassName
{
background-color: #E17518;
}
</style>
border-color css
<style>
span { border-color: #E17518; }
span { border-color: rgb(225,117,24); }
td.TdClassName
{
border-color: #E17518;
}
.TagClassName
{
border-color: #E17518;
}
</style>