Shades of Tahiti Gold #E56E2B
Tints of Tahiti Gold #E56E2B
RGB
CMYK
RGB Variations
Color information
#E56E2B (or 0xE56E2B) is known color: Tahiti Gold. HEX triplet: E5, 6E and 2B. RGB value is (229,110,43). Sum of RGB (Red+Green+Blue) = 229+110+43=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56E2B is #1A91D4. Grayscale: #8A8A8A. Windows color (decimal): -1741269 or 2846437. OLE color: 2846437.
HSL color Cylindrical-coordinate representation of color #E56E2B: hue angle of 21.61º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E56E2B is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 43 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.10 |
| HSL | 21.61º | 0.78% | 0.53% | - |
| HSV(B) | 21.61º | 0.81% | 0.9% | - |
| XYZ | 38.33 | 27.98 | 5.67 | - |
| YUV | 137.94 | 74.42 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 43 | 0 | 0.52 | 0.81 | 0.10 | 21.61 | 0.78 | 0.53 |
| Hex | E5 | 6E | 2B | 0 | 34 | 51 | A | 16 | 4E | 35 |
| Octal | 345 | 156 | 53 | 0 | 64 | 121 | 12 | 26 | 116 | 65 |
| Binary | 11100101 | 1101110 | 101011 | 0 | 110100 | 1010001 | 1010 | 10110 | 1001110 | 110101 |
Color Harmonies of #E56E2B
Complementary color
Monochromatic Colors of #E56E2B
Black with #E56E2B
Text Example
Text Example
White with #E56E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56E2B; }
p { color: rgb(229,110,43); }
H1.HeaderClassName
{
color: #E56E2B;
}
.AnyTagClassName
{
color: #E56E2B;
}
</style>
background-color css
<style>
a { background-color: #E56E2B; }
a { background-color: rgb(229,110,43); }
div.DivClassName
{
background-color: #E56E2B;
}
.BgClassName
{
background-color: #E56E2B;
}
</style>
border-color css
<style>
span { border-color: #E56E2B; }
span { border-color: rgb(229,110,43); }
td.TdClassName
{
border-color: #E56E2B;
}
.TagClassName
{
border-color: #E56E2B;
}
</style>