Shades of Tahiti Gold #E17529
Tints of Tahiti Gold #E17529
RGB
CMYK
RGB Variations
Color information
#E17529 (or 0xE17529) is known color: Tahiti Gold. HEX triplet: E1, 75 and 29. RGB value is (225,117,41). Sum of RGB (Red+Green+Blue) = 225+117+41=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E17529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17529 is #1E8AD6. Grayscale: #8D8D8D. Windows color (decimal): -2001623 or 2717153. OLE color: 2717153.
HSL color Cylindrical-coordinate representation of color #E17529: hue angle of 24.78º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E17529 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 41 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.12 |
| HSL | 24.78º | 0.75% | 0.52% | - |
| HSV(B) | 24.78º | 0.82% | 0.88% | - |
| XYZ | 37.81 | 28.89 | 5.68 | - |
| YUV | 140.63 | 71.78 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 41 | 0 | 0.48 | 0.82 | 0.12 | 24.78 | 0.75 | 0.52 |
| Hex | E1 | 75 | 29 | 0 | 30 | 52 | C | 19 | 4B | 34 |
| Octal | 341 | 165 | 51 | 0 | 60 | 122 | 14 | 31 | 113 | 64 |
| Binary | 11100001 | 1110101 | 101001 | 0 | 110000 | 1010010 | 1100 | 11001 | 1001011 | 110100 |
Color Harmonies of #E17529
Complementary color
Monochromatic Colors of #E17529
Black with #E17529
Text Example
Text Example
White with #E17529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17529; }
p { color: rgb(225,117,41); }
H1.HeaderClassName
{
color: #E17529;
}
.AnyTagClassName
{
color: #E17529;
}
</style>
background-color css
<style>
a { background-color: #E17529; }
a { background-color: rgb(225,117,41); }
div.DivClassName
{
background-color: #E17529;
}
.BgClassName
{
background-color: #E17529;
}
</style>
border-color css
<style>
span { border-color: #E17529; }
span { border-color: rgb(225,117,41); }
td.TdClassName
{
border-color: #E17529;
}
.TagClassName
{
border-color: #E17529;
}
</style>