Shades of Tahiti Gold #E57321
Tints of Tahiti Gold #E57321
RGB
CMYK
RGB Variations
Color information
#E57321 (or 0xE57321) is known color: Tahiti Gold. HEX triplet: E5, 73 and 21. RGB value is (229,115,33). Sum of RGB (Red+Green+Blue) = 229+115+33=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E57321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57321 is #1A8CDE. Grayscale: #8C8C8C. Windows color (decimal): -1739999 or 2192357. OLE color: 2192357.
HSL color Cylindrical-coordinate representation of color #E57321: hue angle of 25.1º 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 #E57321 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 33 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.10 |
| HSL | 25.1º | 0.79% | 0.51% | - |
| HSV(B) | 25.1º | 0.86% | 0.9% | - |
| XYZ | 38.72 | 29.03 | 5 | - |
| YUV | 139.74 | 67.77 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 33 | 0 | 0.50 | 0.86 | 0.10 | 25.1 | 0.79 | 0.51 |
| Hex | E5 | 73 | 21 | 0 | 32 | 56 | A | 19 | 4F | 33 |
| Octal | 345 | 163 | 41 | 0 | 62 | 126 | 12 | 31 | 117 | 63 |
| Binary | 11100101 | 1110011 | 100001 | 0 | 110010 | 1010110 | 1010 | 11001 | 1001111 | 110011 |
Color Harmonies of #E57321
Complementary color
Monochromatic Colors of #E57321
Black with #E57321
Text Example
Text Example
White with #E57321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57321; }
p { color: rgb(229,115,33); }
H1.HeaderClassName
{
color: #E57321;
}
.AnyTagClassName
{
color: #E57321;
}
</style>
background-color css
<style>
a { background-color: #E57321; }
a { background-color: rgb(229,115,33); }
div.DivClassName
{
background-color: #E57321;
}
.BgClassName
{
background-color: #E57321;
}
</style>
border-color css
<style>
span { border-color: #E57321; }
span { border-color: rgb(229,115,33); }
td.TdClassName
{
border-color: #E57321;
}
.TagClassName
{
border-color: #E57321;
}
</style>