Shades of Tahiti Gold #E56D2B
Tints of Tahiti Gold #E56D2B
RGB
CMYK
RGB Variations
Color information
#E56D2B (or 0xE56D2B) is known color: Tahiti Gold. HEX triplet: E5, 6D and 2B. RGB value is (229,109,43). Sum of RGB (Red+Green+Blue) = 229+109+43=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56D2B is #1A92D4. Grayscale: #898989. Windows color (decimal): -1741525 or 2846181. OLE color: 2846181.
HSL color Cylindrical-coordinate representation of color #E56D2B: hue angle of 21.29º 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 #E56D2B is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 43 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.10 |
| HSL | 21.29º | 0.78% | 0.53% | - |
| HSV(B) | 21.29º | 0.81% | 0.9% | - |
| XYZ | 38.22 | 27.77 | 5.63 | - |
| YUV | 137.36 | 74.76 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 43 | 0 | 0.52 | 0.81 | 0.10 | 21.29 | 0.78 | 0.53 |
| Hex | E5 | 6D | 2B | 0 | 34 | 51 | A | 15 | 4E | 35 |
| Octal | 345 | 155 | 53 | 0 | 64 | 121 | 12 | 25 | 116 | 65 |
| Binary | 11100101 | 1101101 | 101011 | 0 | 110100 | 1010001 | 1010 | 10101 | 1001110 | 110101 |
Color Harmonies of #E56D2B
Complementary color
Monochromatic Colors of #E56D2B
Black with #E56D2B
Text Example
Text Example
White with #E56D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D2B; }
p { color: rgb(229,109,43); }
H1.HeaderClassName
{
color: #E56D2B;
}
.AnyTagClassName
{
color: #E56D2B;
}
</style>
background-color css
<style>
a { background-color: #E56D2B; }
a { background-color: rgb(229,109,43); }
div.DivClassName
{
background-color: #E56D2B;
}
.BgClassName
{
background-color: #E56D2B;
}
</style>
border-color css
<style>
span { border-color: #E56D2B; }
span { border-color: rgb(229,109,43); }
td.TdClassName
{
border-color: #E56D2B;
}
.TagClassName
{
border-color: #E56D2B;
}
</style>