Shades of Tahiti Gold #E96121
Tints of Tahiti Gold #E96121
RGB
CMYK
RGB Variations
Color information
#E96121 (or 0xE96121) is known color: Tahiti Gold. HEX triplet: E9, 61 and 21. RGB value is (233,97,33). Sum of RGB (Red+Green+Blue) = 233+97+33=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E96121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96121 is #169EDE. Grayscale: #828282. Windows color (decimal): -1482463 or 2187753. OLE color: 2187753.
HSL color Cylindrical-coordinate representation of color #E96121: hue angle of 19.2º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E96121 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 33 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.09 |
| HSL | 19.2º | 0.82% | 0.52% | - |
| HSV(B) | 19.2º | 0.86% | 0.91% | - |
| XYZ | 38.15 | 25.98 | 4.44 | - |
| YUV | 130.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 33 | 0 | 0.58 | 0.86 | 0.09 | 19.2 | 0.82 | 0.52 |
| Hex | E9 | 61 | 21 | 0 | 3A | 56 | 9 | 13 | 52 | 34 |
| Octal | 351 | 141 | 41 | 0 | 72 | 126 | 11 | 23 | 122 | 64 |
| Binary | 11101001 | 1100001 | 100001 | 0 | 111010 | 1010110 | 1001 | 10011 | 1010010 | 110100 |
Color Harmonies of #E96121
Complementary color
Monochromatic Colors of #E96121
Black with #E96121
Text Example
Text Example
White with #E96121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96121; }
p { color: rgb(233,97,33); }
H1.HeaderClassName
{
color: #E96121;
}
.AnyTagClassName
{
color: #E96121;
}
</style>
background-color css
<style>
a { background-color: #E96121; }
a { background-color: rgb(233,97,33); }
div.DivClassName
{
background-color: #E96121;
}
.BgClassName
{
background-color: #E96121;
}
</style>
border-color css
<style>
span { border-color: #E96121; }
span { border-color: rgb(233,97,33); }
td.TdClassName
{
border-color: #E96121;
}
.TagClassName
{
border-color: #E96121;
}
</style>