Shades of Tahiti Gold #E56320
Tints of Tahiti Gold #E56320
RGB
CMYK
RGB Variations
Color information
#E56320 (or 0xE56320) is known color: Tahiti Gold. HEX triplet: E5, 63 and 20. RGB value is (229,99,32). Sum of RGB (Red+Green+Blue) = 229+99+32=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E56320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56320 is #1A9CDF. Grayscale: #828282. Windows color (decimal): -1744096 or 2122725. OLE color: 2122725.
HSL color Cylindrical-coordinate representation of color #E56320: hue angle of 20.41º 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 #E56320 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 32 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.10 |
| HSL | 20.41º | 0.79% | 0.51% | - |
| HSV(B) | 20.41º | 0.86% | 0.9% | - |
| XYZ | 37.04 | 25.69 | 4.37 | - |
| YUV | 130.23 | 72.57 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 32 | 0 | 0.57 | 0.86 | 0.10 | 20.41 | 0.79 | 0.51 |
| Hex | E5 | 63 | 20 | 0 | 39 | 56 | A | 14 | 4F | 33 |
| Octal | 345 | 143 | 40 | 0 | 71 | 126 | 12 | 24 | 117 | 63 |
| Binary | 11100101 | 1100011 | 100000 | 0 | 111001 | 1010110 | 1010 | 10100 | 1001111 | 110011 |
Color Harmonies of #E56320
Complementary color
Monochromatic Colors of #E56320
Black with #E56320
Text Example
Text Example
White with #E56320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56320; }
p { color: rgb(229,99,32); }
H1.HeaderClassName
{
color: #E56320;
}
.AnyTagClassName
{
color: #E56320;
}
</style>
background-color css
<style>
a { background-color: #E56320; }
a { background-color: rgb(229,99,32); }
div.DivClassName
{
background-color: #E56320;
}
.BgClassName
{
background-color: #E56320;
}
</style>
border-color css
<style>
span { border-color: #E56320; }
span { border-color: rgb(229,99,32); }
td.TdClassName
{
border-color: #E56320;
}
.TagClassName
{
border-color: #E56320;
}
</style>