Shades of Tahiti Gold #E16E22
Tints of Tahiti Gold #E16E22
RGB
CMYK
RGB Variations
Color information
#E16E22 (or 0xE16E22) is known color: Tahiti Gold. HEX triplet: E1, 6E and 22. RGB value is (225,110,34). Sum of RGB (Red+Green+Blue) = 225+110+34=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16E22 is #1E91DD. Grayscale: #888888. Windows color (decimal): -2003422 or 2256609. OLE color: 2256609.
HSL color Cylindrical-coordinate representation of color #E16E22: hue angle of 23.87º 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 #E16E22 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 34 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.12 |
| HSL | 23.87º | 0.76% | 0.51% | - |
| HSV(B) | 23.87º | 0.85% | 0.88% | - |
| XYZ | 36.92 | 27.27 | 4.83 | - |
| YUV | 135.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 34 | 0 | 0.51 | 0.85 | 0.12 | 23.87 | 0.76 | 0.51 |
| Hex | E1 | 6E | 22 | 0 | 33 | 55 | C | 18 | 4C | 33 |
| Octal | 341 | 156 | 42 | 0 | 63 | 125 | 14 | 30 | 114 | 63 |
| Binary | 11100001 | 1101110 | 100010 | 0 | 110011 | 1010101 | 1100 | 11000 | 1001100 | 110011 |
Color Harmonies of #E16E22
Complementary color
Monochromatic Colors of #E16E22
Black with #E16E22
Text Example
Text Example
White with #E16E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E22; }
p { color: rgb(225,110,34); }
H1.HeaderClassName
{
color: #E16E22;
}
.AnyTagClassName
{
color: #E16E22;
}
</style>
background-color css
<style>
a { background-color: #E16E22; }
a { background-color: rgb(225,110,34); }
div.DivClassName
{
background-color: #E16E22;
}
.BgClassName
{
background-color: #E16E22;
}
</style>
border-color css
<style>
span { border-color: #E16E22; }
span { border-color: rgb(225,110,34); }
td.TdClassName
{
border-color: #E16E22;
}
.TagClassName
{
border-color: #E16E22;
}
</style>