Shades of Tahiti Gold #E96D1F
Tints of Tahiti Gold #E96D1F
RGB
CMYK
RGB Variations
Color information
#E96D1F (or 0xE96D1F) is known color: Tahiti Gold. HEX triplet: E9, 6D and 1F. RGB value is (233,109,31). Sum of RGB (Red+Green+Blue) = 233+109+31=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96D1F is #1692E0. Grayscale: #898989. Windows color (decimal): -1479393 or 2059753. OLE color: 2059753.
HSL color Cylindrical-coordinate representation of color #E96D1F: hue angle of 23.17º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E96D1F is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 31 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.09 |
| HSL | 23.17º | 0.82% | 0.52% | - |
| HSV(B) | 23.17º | 0.87% | 0.91% | - |
| XYZ | 39.32 | 28.36 | 4.7 | - |
| YUV | 137.18 | 68.08 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 31 | 0 | 0.53 | 0.87 | 0.09 | 23.17 | 0.82 | 0.52 |
| Hex | E9 | 6D | 1F | 0 | 35 | 57 | 9 | 17 | 52 | 34 |
| Octal | 351 | 155 | 37 | 0 | 65 | 127 | 11 | 27 | 122 | 64 |
| Binary | 11101001 | 1101101 | 11111 | 0 | 110101 | 1010111 | 1001 | 10111 | 1010010 | 110100 |
Color Harmonies of #E96D1F
Complementary color
Monochromatic Colors of #E96D1F
Black with #E96D1F
Text Example
Text Example
White with #E96D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96D1F; }
p { color: rgb(233,109,31); }
H1.HeaderClassName
{
color: #E96D1F;
}
.AnyTagClassName
{
color: #E96D1F;
}
</style>
background-color css
<style>
a { background-color: #E96D1F; }
a { background-color: rgb(233,109,31); }
div.DivClassName
{
background-color: #E96D1F;
}
.BgClassName
{
background-color: #E96D1F;
}
</style>
border-color css
<style>
span { border-color: #E96D1F; }
span { border-color: rgb(233,109,31); }
td.TdClassName
{
border-color: #E96D1F;
}
.TagClassName
{
border-color: #E96D1F;
}
</style>