Shades of Tahiti Gold #E16C1E
Tints of Tahiti Gold #E16C1E
RGB
CMYK
RGB Variations
Color information
#E16C1E (or 0xE16C1E) is known color: Tahiti Gold. HEX triplet: E1, 6C and 1E. RGB value is (225,108,30). Sum of RGB (Red+Green+Blue) = 225+108+30=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C1E is #1E93E1. Grayscale: #868686. Windows color (decimal): -2003938 or 1993953. OLE color: 1993953.
HSL color Cylindrical-coordinate representation of color #E16C1E: hue angle of 24º 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 #E16C1E is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 30 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.12 |
| HSL | 24º | 0.76% | 0.5% | - |
| HSV(B) | 24º | 0.87% | 0.88% | - |
| XYZ | 36.65 | 26.83 | 4.47 | - |
| YUV | 134.09 | 69.26 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 30 | 0 | 0.52 | 0.87 | 0.12 | 24 | 0.76 | 0.5 |
| Hex | E1 | 6C | 1E | 0 | 34 | 57 | C | 18 | 4C | 32 |
| Octal | 341 | 154 | 36 | 0 | 64 | 127 | 14 | 30 | 114 | 62 |
| Binary | 11100001 | 1101100 | 11110 | 0 | 110100 | 1010111 | 1100 | 11000 | 1001100 | 110010 |
Color Harmonies of #E16C1E
Complementary color
Monochromatic Colors of #E16C1E
Black with #E16C1E
Text Example
Text Example
White with #E16C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C1E; }
p { color: rgb(225,108,30); }
H1.HeaderClassName
{
color: #E16C1E;
}
.AnyTagClassName
{
color: #E16C1E;
}
</style>
background-color css
<style>
a { background-color: #E16C1E; }
a { background-color: rgb(225,108,30); }
div.DivClassName
{
background-color: #E16C1E;
}
.BgClassName
{
background-color: #E16C1E;
}
</style>
border-color css
<style>
span { border-color: #E16C1E; }
span { border-color: rgb(225,108,30); }
td.TdClassName
{
border-color: #E16C1E;
}
.TagClassName
{
border-color: #E16C1E;
}
</style>