Shades of Tahiti Gold #E67321
Tints of Tahiti Gold #E67321
RGB
CMYK
RGB Variations
Color information
#E67321 (or 0xE67321) is known color: Tahiti Gold. HEX triplet: E6, 73 and 21. RGB value is (230,115,33). Sum of RGB (Red+Green+Blue) = 230+115+33=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E67321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67321 is #198CDE. Grayscale: #8C8C8C. Windows color (decimal): -1674463 or 2192358. OLE color: 2192358.
HSL color Cylindrical-coordinate representation of color #E67321: hue angle of 24.97º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E67321 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 33 | - |
| CMYK | 0 | 0.5 | 0.86 | 0.10 |
| HSL | 24.97º | 0.8% | 0.52% | - |
| HSV(B) | 24.97º | 0.86% | 0.9% | - |
| XYZ | 39.04 | 29.19 | 5.02 | - |
| YUV | 140.04 | 67.6 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 33 | 0 | 0.5 | 0.86 | 0.10 | 24.97 | 0.8 | 0.52 |
| Hex | E6 | 73 | 21 | 0 | 32 | 56 | A | 19 | 50 | 34 |
| Octal | 346 | 163 | 41 | 0 | 62 | 126 | 12 | 31 | 120 | 64 |
| Binary | 11100110 | 1110011 | 100001 | 0 | 110010 | 1010110 | 1010 | 11001 | 1010000 | 110100 |
Color Harmonies of #E67321
Complementary color
Monochromatic Colors of #E67321
Black with #E67321
Text Example
Text Example
White with #E67321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67321; }
p { color: rgb(230,115,33); }
H1.HeaderClassName
{
color: #E67321;
}
.AnyTagClassName
{
color: #E67321;
}
</style>
background-color css
<style>
a { background-color: #E67321; }
a { background-color: rgb(230,115,33); }
div.DivClassName
{
background-color: #E67321;
}
.BgClassName
{
background-color: #E67321;
}
</style>
border-color css
<style>
span { border-color: #E67321; }
span { border-color: rgb(230,115,33); }
td.TdClassName
{
border-color: #E67321;
}
.TagClassName
{
border-color: #E67321;
}
</style>