Shades of Tahiti Gold #E16F1E
Tints of Tahiti Gold #E16F1E
RGB
CMYK
RGB Variations
Color information
#E16F1E (or 0xE16F1E) is known color: Tahiti Gold. HEX triplet: E1, 6F and 1E. RGB value is (225,111,30). Sum of RGB (Red+Green+Blue) = 225+111+30=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F1E is #1E90E1. Grayscale: #888888. Windows color (decimal): -2003170 or 1994721. OLE color: 1994721.
HSL color Cylindrical-coordinate representation of color #E16F1E: hue angle of 24.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E16F1E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 30 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.12 |
| HSL | 24.92º | 0.76% | 0.5% | - |
| HSV(B) | 24.92º | 0.87% | 0.88% | - |
| XYZ | 36.97 | 27.47 | 4.58 | - |
| YUV | 135.85 | 68.27 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 30 | 0 | 0.51 | 0.87 | 0.12 | 24.92 | 0.76 | 0.5 |
| Hex | E1 | 6F | 1E | 0 | 33 | 57 | C | 19 | 4C | 32 |
| Octal | 341 | 157 | 36 | 0 | 63 | 127 | 14 | 31 | 114 | 62 |
| Binary | 11100001 | 1101111 | 11110 | 0 | 110011 | 1010111 | 1100 | 11001 | 1001100 | 110010 |
Color Harmonies of #E16F1E
Complementary color
Monochromatic Colors of #E16F1E
Black with #E16F1E
Text Example
Text Example
White with #E16F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F1E; }
p { color: rgb(225,111,30); }
H1.HeaderClassName
{
color: #E16F1E;
}
.AnyTagClassName
{
color: #E16F1E;
}
</style>
background-color css
<style>
a { background-color: #E16F1E; }
a { background-color: rgb(225,111,30); }
div.DivClassName
{
background-color: #E16F1E;
}
.BgClassName
{
background-color: #E16F1E;
}
</style>
border-color css
<style>
span { border-color: #E16F1E; }
span { border-color: rgb(225,111,30); }
td.TdClassName
{
border-color: #E16F1E;
}
.TagClassName
{
border-color: #E16F1E;
}
</style>