Shades of Tahiti Gold #E16B20
Tints of Tahiti Gold #E16B20
RGB
CMYK
RGB Variations
Color information
#E16B20 (or 0xE16B20) is known color: Tahiti Gold. HEX triplet: E1, 6B and 20. RGB value is (225,107,32). Sum of RGB (Red+Green+Blue) = 225+107+32=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B20 is #1E94DF. Grayscale: #868686. Windows color (decimal): -2004192 or 2124769. OLE color: 2124769.
HSL color Cylindrical-coordinate representation of color #E16B20: hue angle of 23.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E16B20 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 32 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.12 |
| HSL | 23.32º | 0.76% | 0.5% | - |
| HSV(B) | 23.32º | 0.86% | 0.88% | - |
| XYZ | 36.57 | 26.63 | 4.58 | - |
| YUV | 133.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 32 | 0 | 0.52 | 0.86 | 0.12 | 23.32 | 0.76 | 0.5 |
| Hex | E1 | 6B | 20 | 0 | 34 | 56 | C | 17 | 4C | 32 |
| Octal | 341 | 153 | 40 | 0 | 64 | 126 | 14 | 27 | 114 | 62 |
| Binary | 11100001 | 1101011 | 100000 | 0 | 110100 | 1010110 | 1100 | 10111 | 1001100 | 110010 |
Color Harmonies of #E16B20
Complementary color
Monochromatic Colors of #E16B20
Black with #E16B20
Text Example
Text Example
White with #E16B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B20; }
p { color: rgb(225,107,32); }
H1.HeaderClassName
{
color: #E16B20;
}
.AnyTagClassName
{
color: #E16B20;
}
</style>
background-color css
<style>
a { background-color: #E16B20; }
a { background-color: rgb(225,107,32); }
div.DivClassName
{
background-color: #E16B20;
}
.BgClassName
{
background-color: #E16B20;
}
</style>
border-color css
<style>
span { border-color: #E16B20; }
span { border-color: rgb(225,107,32); }
td.TdClassName
{
border-color: #E16B20;
}
.TagClassName
{
border-color: #E16B20;
}
</style>