Shades of Tahiti Gold #E96E2D
Tints of Tahiti Gold #E96E2D
RGB
CMYK
RGB Variations
Color information
#E96E2D (or 0xE96E2D) is known color: Tahiti Gold. HEX triplet: E9, 6E and 2D. RGB value is (233,110,45). Sum of RGB (Red+Green+Blue) = 233+110+45=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96E2D is #1691D2. Grayscale: #8B8B8B. Windows color (decimal): -1479123 or 2977513. OLE color: 2977513.
HSL color Cylindrical-coordinate representation of color #E96E2D: hue angle of 20.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E96E2D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 45 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.09 |
| HSL | 20.74º | 0.81% | 0.55% | - |
| HSV(B) | 20.74º | 0.81% | 0.91% | - |
| XYZ | 39.65 | 28.66 | 5.93 | - |
| YUV | 139.37 | 74.75 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 45 | 0 | 0.53 | 0.81 | 0.09 | 20.74 | 0.81 | 0.55 |
| Hex | E9 | 6E | 2D | 0 | 35 | 51 | 9 | 15 | 51 | 37 |
| Octal | 351 | 156 | 55 | 0 | 65 | 121 | 11 | 25 | 121 | 67 |
| Binary | 11101001 | 1101110 | 101101 | 0 | 110101 | 1010001 | 1001 | 10101 | 1010001 | 110111 |
Color Harmonies of #E96E2D
Complementary color
Monochromatic Colors of #E96E2D
Black with #E96E2D
Text Example
Text Example
White with #E96E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96E2D; }
p { color: rgb(233,110,45); }
H1.HeaderClassName
{
color: #E96E2D;
}
.AnyTagClassName
{
color: #E96E2D;
}
</style>
background-color css
<style>
a { background-color: #E96E2D; }
a { background-color: rgb(233,110,45); }
div.DivClassName
{
background-color: #E96E2D;
}
.BgClassName
{
background-color: #E96E2D;
}
</style>
border-color css
<style>
span { border-color: #E96E2D; }
span { border-color: rgb(233,110,45); }
td.TdClassName
{
border-color: #E96E2D;
}
.TagClassName
{
border-color: #E96E2D;
}
</style>