Shades of Tahiti Gold #E17220
Tints of Tahiti Gold #E17220
RGB
CMYK
RGB Variations
Color information
#E17220 (or 0xE17220) is known color: Tahiti Gold. HEX triplet: E1, 72 and 20. RGB value is (225,114,32). Sum of RGB (Red+Green+Blue) = 225+114+32=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E17220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17220 is #1E8DDF. Grayscale: #8A8A8A. Windows color (decimal): -2002400 or 2126561. OLE color: 2126561.
HSL color Cylindrical-coordinate representation of color #E17220: hue angle of 25.49º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E17220 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 32 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.12 |
| HSL | 25.49º | 0.76% | 0.5% | - |
| HSV(B) | 25.49º | 0.86% | 0.88% | - |
| XYZ | 37.33 | 28.15 | 4.83 | - |
| YUV | 137.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 32 | 0 | 0.49 | 0.86 | 0.12 | 25.49 | 0.76 | 0.5 |
| Hex | E1 | 72 | 20 | 0 | 31 | 56 | C | 19 | 4C | 32 |
| Octal | 341 | 162 | 40 | 0 | 61 | 126 | 14 | 31 | 114 | 62 |
| Binary | 11100001 | 1110010 | 100000 | 0 | 110001 | 1010110 | 1100 | 11001 | 1001100 | 110010 |
Color Harmonies of #E17220
Complementary color
Monochromatic Colors of #E17220
Black with #E17220
Text Example
Text Example
White with #E17220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17220; }
p { color: rgb(225,114,32); }
H1.HeaderClassName
{
color: #E17220;
}
.AnyTagClassName
{
color: #E17220;
}
</style>
background-color css
<style>
a { background-color: #E17220; }
a { background-color: rgb(225,114,32); }
div.DivClassName
{
background-color: #E17220;
}
.BgClassName
{
background-color: #E17220;
}
</style>
border-color css
<style>
span { border-color: #E17220; }
span { border-color: rgb(225,114,32); }
td.TdClassName
{
border-color: #E17220;
}
.TagClassName
{
border-color: #E17220;
}
</style>