Shades of Tahiti Gold #E17022
Tints of Tahiti Gold #E17022
RGB
CMYK
RGB Variations
Color information
#E17022 (or 0xE17022) is known color: Tahiti Gold. HEX triplet: E1, 70 and 22. RGB value is (225,112,34). Sum of RGB (Red+Green+Blue) = 225+112+34=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E17022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17022 is #1E8FDD. Grayscale: #898989. Windows color (decimal): -2002910 or 2257121. OLE color: 2257121.
HSL color Cylindrical-coordinate representation of color #E17022: hue angle of 24.5º 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 #E17022 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 34 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.12 |
| HSL | 24.5º | 0.76% | 0.51% | - |
| HSV(B) | 24.5º | 0.85% | 0.88% | - |
| XYZ | 37.13 | 27.71 | 4.91 | - |
| YUV | 136.9 | 69.94 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 34 | 0 | 0.50 | 0.85 | 0.12 | 24.5 | 0.76 | 0.51 |
| Hex | E1 | 70 | 22 | 0 | 32 | 55 | C | 19 | 4C | 33 |
| Octal | 341 | 160 | 42 | 0 | 62 | 125 | 14 | 31 | 114 | 63 |
| Binary | 11100001 | 1110000 | 100010 | 0 | 110010 | 1010101 | 1100 | 11001 | 1001100 | 110011 |
Color Harmonies of #E17022
Complementary color
Monochromatic Colors of #E17022
Black with #E17022
Text Example
Text Example
White with #E17022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17022; }
p { color: rgb(225,112,34); }
H1.HeaderClassName
{
color: #E17022;
}
.AnyTagClassName
{
color: #E17022;
}
</style>
background-color css
<style>
a { background-color: #E17022; }
a { background-color: rgb(225,112,34); }
div.DivClassName
{
background-color: #E17022;
}
.BgClassName
{
background-color: #E17022;
}
</style>
border-color css
<style>
span { border-color: #E17022; }
span { border-color: rgb(225,112,34); }
td.TdClassName
{
border-color: #E17022;
}
.TagClassName
{
border-color: #E17022;
}
</style>