Shades of Tahiti Gold #E17522
Tints of Tahiti Gold #E17522
RGB
CMYK
RGB Variations
Color information
#E17522 (or 0xE17522) is known color: Tahiti Gold. HEX triplet: E1, 75 and 22. RGB value is (225,117,34). Sum of RGB (Red+Green+Blue) = 225+117+34=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E17522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17522 is #1E8ADD. Grayscale: #8C8C8C. Windows color (decimal): -2001630 or 2258401. OLE color: 2258401.
HSL color Cylindrical-coordinate representation of color #E17522: hue angle of 26.07º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E17522 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 34 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.12 |
| HSL | 26.07º | 0.76% | 0.51% | - |
| HSV(B) | 26.07º | 0.85% | 0.88% | - |
| XYZ | 37.7 | 28.85 | 5.09 | - |
| YUV | 139.83 | 68.28 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 34 | 0 | 0.48 | 0.85 | 0.12 | 26.07 | 0.76 | 0.51 |
| Hex | E1 | 75 | 22 | 0 | 30 | 55 | C | 1A | 4C | 33 |
| Octal | 341 | 165 | 42 | 0 | 60 | 125 | 14 | 32 | 114 | 63 |
| Binary | 11100001 | 1110101 | 100010 | 0 | 110000 | 1010101 | 1100 | 11010 | 1001100 | 110011 |
Color Harmonies of #E17522
Complementary color
Monochromatic Colors of #E17522
Black with #E17522
Text Example
Text Example
White with #E17522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17522; }
p { color: rgb(225,117,34); }
H1.HeaderClassName
{
color: #E17522;
}
.AnyTagClassName
{
color: #E17522;
}
</style>
background-color css
<style>
a { background-color: #E17522; }
a { background-color: rgb(225,117,34); }
div.DivClassName
{
background-color: #E17522;
}
.BgClassName
{
background-color: #E17522;
}
</style>
border-color css
<style>
span { border-color: #E17522; }
span { border-color: rgb(225,117,34); }
td.TdClassName
{
border-color: #E17522;
}
.TagClassName
{
border-color: #E17522;
}
</style>