Shades of Tahiti Gold #E16F22
Tints of Tahiti Gold #E16F22
RGB
CMYK
RGB Variations
Color information
#E16F22 (or 0xE16F22) is known color: Tahiti Gold. HEX triplet: E1, 6F and 22. RGB value is (225,111,34). Sum of RGB (Red+Green+Blue) = 225+111+34=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F22 is #1E90DD. Grayscale: #888888. Windows color (decimal): -2003166 or 2256865. OLE color: 2256865.
HSL color Cylindrical-coordinate representation of color #E16F22: hue angle of 24.19º 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 #E16F22 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 34 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.12 |
| HSL | 24.19º | 0.76% | 0.51% | - |
| HSV(B) | 24.19º | 0.85% | 0.88% | - |
| XYZ | 37.02 | 27.49 | 4.87 | - |
| YUV | 136.31 | 70.27 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 34 | 0 | 0.51 | 0.85 | 0.12 | 24.19 | 0.76 | 0.51 |
| Hex | E1 | 6F | 22 | 0 | 33 | 55 | C | 18 | 4C | 33 |
| Octal | 341 | 157 | 42 | 0 | 63 | 125 | 14 | 30 | 114 | 63 |
| Binary | 11100001 | 1101111 | 100010 | 0 | 110011 | 1010101 | 1100 | 11000 | 1001100 | 110011 |
Color Harmonies of #E16F22
Complementary color
Monochromatic Colors of #E16F22
Black with #E16F22
Text Example
Text Example
White with #E16F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F22; }
p { color: rgb(225,111,34); }
H1.HeaderClassName
{
color: #E16F22;
}
.AnyTagClassName
{
color: #E16F22;
}
</style>
background-color css
<style>
a { background-color: #E16F22; }
a { background-color: rgb(225,111,34); }
div.DivClassName
{
background-color: #E16F22;
}
.BgClassName
{
background-color: #E16F22;
}
</style>
border-color css
<style>
span { border-color: #E16F22; }
span { border-color: rgb(225,111,34); }
td.TdClassName
{
border-color: #E16F22;
}
.TagClassName
{
border-color: #E16F22;
}
</style>