Shades of Tahiti Gold #E56C2E
Tints of Tahiti Gold #E56C2E
RGB
CMYK
RGB Variations
Color information
#E56C2E (or 0xE56C2E) is known color: Tahiti Gold. HEX triplet: E5, 6C and 2E. RGB value is (229,108,46). Sum of RGB (Red+Green+Blue) = 229+108+46=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56C2E is #1A93D1. Grayscale: #898989. Windows color (decimal): -1741778 or 3042533. OLE color: 3042533.
HSL color Cylindrical-coordinate representation of color #E56C2E: hue angle of 20.33º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E56C2E is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 46 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.10 |
| HSL | 20.33º | 0.78% | 0.54% | - |
| HSV(B) | 20.33º | 0.8% | 0.9% | - |
| XYZ | 38.17 | 27.58 | 5.9 | - |
| YUV | 137.11 | 76.59 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 46 | 0 | 0.53 | 0.80 | 0.10 | 20.33 | 0.78 | 0.54 |
| Hex | E5 | 6C | 2E | 0 | 35 | 50 | A | 14 | 4E | 36 |
| Octal | 345 | 154 | 56 | 0 | 65 | 120 | 12 | 24 | 116 | 66 |
| Binary | 11100101 | 1101100 | 101110 | 0 | 110101 | 1010000 | 1010 | 10100 | 1001110 | 110110 |
Color Harmonies of #E56C2E
Complementary color
Monochromatic Colors of #E56C2E
Black with #E56C2E
Text Example
Text Example
White with #E56C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C2E; }
p { color: rgb(229,108,46); }
H1.HeaderClassName
{
color: #E56C2E;
}
.AnyTagClassName
{
color: #E56C2E;
}
</style>
background-color css
<style>
a { background-color: #E56C2E; }
a { background-color: rgb(229,108,46); }
div.DivClassName
{
background-color: #E56C2E;
}
.BgClassName
{
background-color: #E56C2E;
}
</style>
border-color css
<style>
span { border-color: #E56C2E; }
span { border-color: rgb(229,108,46); }
td.TdClassName
{
border-color: #E56C2E;
}
.TagClassName
{
border-color: #E56C2E;
}
</style>