Shades of Tahiti Gold #E96D1B
Tints of Tahiti Gold #E96D1B
RGB
CMYK
RGB Variations
Color information
#E96D1B (or 0xE96D1B) is known color: Tahiti Gold. HEX triplet: E9, 6D and 1B. RGB value is (233,109,27). Sum of RGB (Red+Green+Blue) = 233+109+27=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96D1B is #1692E4. Grayscale: #898989. Windows color (decimal): -1479397 or 1797609. OLE color: 1797609.
HSL color Cylindrical-coordinate representation of color #E96D1B: hue angle of 23.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E96D1B is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 27 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.09 |
| HSL | 23.88º | 0.82% | 0.51% | - |
| HSV(B) | 23.88º | 0.88% | 0.91% | - |
| XYZ | 39.27 | 28.34 | 4.44 | - |
| YUV | 136.73 | 66.08 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 27 | 0 | 0.53 | 0.88 | 0.09 | 23.88 | 0.82 | 0.51 |
| Hex | E9 | 6D | 1B | 0 | 35 | 58 | 9 | 18 | 52 | 33 |
| Octal | 351 | 155 | 33 | 0 | 65 | 130 | 11 | 30 | 122 | 63 |
| Binary | 11101001 | 1101101 | 11011 | 0 | 110101 | 1011000 | 1001 | 11000 | 1010010 | 110011 |
Color Harmonies of #E96D1B
Complementary color
Monochromatic Colors of #E96D1B
Black with #E96D1B
Text Example
Text Example
White with #E96D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96D1B; }
p { color: rgb(233,109,27); }
H1.HeaderClassName
{
color: #E96D1B;
}
.AnyTagClassName
{
color: #E96D1B;
}
</style>
background-color css
<style>
a { background-color: #E96D1B; }
a { background-color: rgb(233,109,27); }
div.DivClassName
{
background-color: #E96D1B;
}
.BgClassName
{
background-color: #E96D1B;
}
</style>
border-color css
<style>
span { border-color: #E96D1B; }
span { border-color: rgb(233,109,27); }
td.TdClassName
{
border-color: #E96D1B;
}
.TagClassName
{
border-color: #E96D1B;
}
</style>