Shades of Tahiti Gold #E96521
Tints of Tahiti Gold #E96521
RGB
CMYK
RGB Variations
Color information
#E96521 (or 0xE96521) is known color: Tahiti Gold. HEX triplet: E9, 65 and 21. RGB value is (233,101,33). Sum of RGB (Red+Green+Blue) = 233+101+33=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E96521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96521 is #169ADE. Grayscale: #858585. Windows color (decimal): -1481439 or 2188777. OLE color: 2188777.
HSL color Cylindrical-coordinate representation of color #E96521: hue angle of 20.4º 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 #E96521 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 33 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.09 |
| HSL | 20.4º | 0.82% | 0.52% | - |
| HSV(B) | 20.4º | 0.86% | 0.91% | - |
| XYZ | 38.53 | 26.74 | 4.57 | - |
| YUV | 132.72 | 71.73 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 33 | 0 | 0.57 | 0.86 | 0.09 | 20.4 | 0.82 | 0.52 |
| Hex | E9 | 65 | 21 | 0 | 39 | 56 | 9 | 14 | 52 | 34 |
| Octal | 351 | 145 | 41 | 0 | 71 | 126 | 11 | 24 | 122 | 64 |
| Binary | 11101001 | 1100101 | 100001 | 0 | 111001 | 1010110 | 1001 | 10100 | 1010010 | 110100 |
Color Harmonies of #E96521
Complementary color
Monochromatic Colors of #E96521
Black with #E96521
Text Example
Text Example
White with #E96521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96521; }
p { color: rgb(233,101,33); }
H1.HeaderClassName
{
color: #E96521;
}
.AnyTagClassName
{
color: #E96521;
}
</style>
background-color css
<style>
a { background-color: #E96521; }
a { background-color: rgb(233,101,33); }
div.DivClassName
{
background-color: #E96521;
}
.BgClassName
{
background-color: #E96521;
}
</style>
border-color css
<style>
span { border-color: #E96521; }
span { border-color: rgb(233,101,33); }
td.TdClassName
{
border-color: #E96521;
}
.TagClassName
{
border-color: #E96521;
}
</style>