Shades of Tahiti Gold #E56C2B
Tints of Tahiti Gold #E56C2B
RGB
CMYK
RGB Variations
Color information
#E56C2B (or 0xE56C2B) is known color: Tahiti Gold. HEX triplet: E5, 6C and 2B. RGB value is (229,108,43). Sum of RGB (Red+Green+Blue) = 229+108+43=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56C2B is #1A93D4. Grayscale: #898989. Windows color (decimal): -1741781 or 2845925. OLE color: 2845925.
HSL color Cylindrical-coordinate representation of color #E56C2B: hue angle of 20.97º 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 #E56C2B is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 43 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.10 |
| HSL | 20.97º | 0.78% | 0.53% | - |
| HSV(B) | 20.97º | 0.81% | 0.9% | - |
| XYZ | 38.11 | 27.56 | 5.6 | - |
| YUV | 136.77 | 75.09 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 43 | 0 | 0.53 | 0.81 | 0.10 | 20.97 | 0.78 | 0.53 |
| Hex | E5 | 6C | 2B | 0 | 35 | 51 | A | 15 | 4E | 35 |
| Octal | 345 | 154 | 53 | 0 | 65 | 121 | 12 | 25 | 116 | 65 |
| Binary | 11100101 | 1101100 | 101011 | 0 | 110101 | 1010001 | 1010 | 10101 | 1001110 | 110101 |
Color Harmonies of #E56C2B
Complementary color
Monochromatic Colors of #E56C2B
Black with #E56C2B
Text Example
Text Example
White with #E56C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C2B; }
p { color: rgb(229,108,43); }
H1.HeaderClassName
{
color: #E56C2B;
}
.AnyTagClassName
{
color: #E56C2B;
}
</style>
background-color css
<style>
a { background-color: #E56C2B; }
a { background-color: rgb(229,108,43); }
div.DivClassName
{
background-color: #E56C2B;
}
.BgClassName
{
background-color: #E56C2B;
}
</style>
border-color css
<style>
span { border-color: #E56C2B; }
span { border-color: rgb(229,108,43); }
td.TdClassName
{
border-color: #E56C2B;
}
.TagClassName
{
border-color: #E56C2B;
}
</style>