Shades of Tahiti Gold #E96F2C
Tints of Tahiti Gold #E96F2C
RGB
CMYK
RGB Variations
Color information
#E96F2C (or 0xE96F2C) is known color: Tahiti Gold. HEX triplet: E9, 6F and 2C. RGB value is (233,111,44). Sum of RGB (Red+Green+Blue) = 233+111+44=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96F2C is #1690D3. Grayscale: #8C8C8C. Windows color (decimal): -1478868 or 2912233. OLE color: 2912233.
HSL color Cylindrical-coordinate representation of color #E96F2C: hue angle of 21.27º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E96F2C is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 44 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.09 |
| HSL | 21.27º | 0.81% | 0.54% | - |
| HSV(B) | 21.27º | 0.81% | 0.91% | - |
| XYZ | 39.74 | 28.87 | 5.86 | - |
| YUV | 139.84 | 73.92 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 44 | 0 | 0.52 | 0.81 | 0.09 | 21.27 | 0.81 | 0.54 |
| Hex | E9 | 6F | 2C | 0 | 34 | 51 | 9 | 15 | 51 | 36 |
| Octal | 351 | 157 | 54 | 0 | 64 | 121 | 11 | 25 | 121 | 66 |
| Binary | 11101001 | 1101111 | 101100 | 0 | 110100 | 1010001 | 1001 | 10101 | 1010001 | 110110 |
Color Harmonies of #E96F2C
Complementary color
Monochromatic Colors of #E96F2C
Black with #E96F2C
Text Example
Text Example
White with #E96F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96F2C; }
p { color: rgb(233,111,44); }
H1.HeaderClassName
{
color: #E96F2C;
}
.AnyTagClassName
{
color: #E96F2C;
}
</style>
background-color css
<style>
a { background-color: #E96F2C; }
a { background-color: rgb(233,111,44); }
div.DivClassName
{
background-color: #E96F2C;
}
.BgClassName
{
background-color: #E96F2C;
}
</style>
border-color css
<style>
span { border-color: #E96F2C; }
span { border-color: rgb(233,111,44); }
td.TdClassName
{
border-color: #E96F2C;
}
.TagClassName
{
border-color: #E96F2C;
}
</style>