Shades of Tahiti Gold #E56321
Tints of Tahiti Gold #E56321
RGB
CMYK
RGB Variations
Color information
#E56321 (or 0xE56321) is known color: Tahiti Gold. HEX triplet: E5, 63 and 21. RGB value is (229,99,33). Sum of RGB (Red+Green+Blue) = 229+99+33=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E56321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56321 is #1A9CDE. Grayscale: #828282. Windows color (decimal): -1744095 or 2188261. OLE color: 2188261.
HSL color Cylindrical-coordinate representation of color #E56321: hue angle of 20.2º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E56321 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 33 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.10 |
| HSL | 20.2º | 0.79% | 0.51% | - |
| HSV(B) | 20.2º | 0.86% | 0.9% | - |
| XYZ | 37.05 | 25.69 | 4.45 | - |
| YUV | 130.35 | 73.07 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 33 | 0 | 0.57 | 0.86 | 0.10 | 20.2 | 0.79 | 0.51 |
| Hex | E5 | 63 | 21 | 0 | 39 | 56 | A | 14 | 4F | 33 |
| Octal | 345 | 143 | 41 | 0 | 71 | 126 | 12 | 24 | 117 | 63 |
| Binary | 11100101 | 1100011 | 100001 | 0 | 111001 | 1010110 | 1010 | 10100 | 1001111 | 110011 |
Color Harmonies of #E56321
Complementary color
Monochromatic Colors of #E56321
Black with #E56321
Text Example
Text Example
White with #E56321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56321; }
p { color: rgb(229,99,33); }
H1.HeaderClassName
{
color: #E56321;
}
.AnyTagClassName
{
color: #E56321;
}
</style>
background-color css
<style>
a { background-color: #E56321; }
a { background-color: rgb(229,99,33); }
div.DivClassName
{
background-color: #E56321;
}
.BgClassName
{
background-color: #E56321;
}
</style>
border-color css
<style>
span { border-color: #E56321; }
span { border-color: rgb(229,99,33); }
td.TdClassName
{
border-color: #E56321;
}
.TagClassName
{
border-color: #E56321;
}
</style>