Shades of Tahiti Gold #E96F2D
Tints of Tahiti Gold #E96F2D
RGB
CMYK
RGB Variations
Color information
#E96F2D (or 0xE96F2D) is known color: Tahiti Gold. HEX triplet: E9, 6F and 2D. RGB value is (233,111,45). Sum of RGB (Red+Green+Blue) = 233+111+45=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96F2D is #1690D2. Grayscale: #8C8C8C. Windows color (decimal): -1478867 or 2977769. OLE color: 2977769.
HSL color Cylindrical-coordinate representation of color #E96F2D: hue angle of 21.06º 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 #E96F2D is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 45 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.09 |
| HSL | 21.06º | 0.81% | 0.55% | - |
| HSV(B) | 21.06º | 0.81% | 0.91% | - |
| XYZ | 39.76 | 28.88 | 5.96 | - |
| YUV | 139.95 | 74.42 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 45 | 0 | 0.52 | 0.81 | 0.09 | 21.06 | 0.81 | 0.55 |
| Hex | E9 | 6F | 2D | 0 | 34 | 51 | 9 | 15 | 51 | 37 |
| Octal | 351 | 157 | 55 | 0 | 64 | 121 | 11 | 25 | 121 | 67 |
| Binary | 11101001 | 1101111 | 101101 | 0 | 110100 | 1010001 | 1001 | 10101 | 1010001 | 110111 |
Color Harmonies of #E96F2D
Complementary color
Monochromatic Colors of #E96F2D
Black with #E96F2D
Text Example
Text Example
White with #E96F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96F2D; }
p { color: rgb(233,111,45); }
H1.HeaderClassName
{
color: #E96F2D;
}
.AnyTagClassName
{
color: #E96F2D;
}
</style>
background-color css
<style>
a { background-color: #E96F2D; }
a { background-color: rgb(233,111,45); }
div.DivClassName
{
background-color: #E96F2D;
}
.BgClassName
{
background-color: #E96F2D;
}
</style>
border-color css
<style>
span { border-color: #E96F2D; }
span { border-color: rgb(233,111,45); }
td.TdClassName
{
border-color: #E96F2D;
}
.TagClassName
{
border-color: #E96F2D;
}
</style>