Shades of Tahiti Gold #E56C1A
Tints of Tahiti Gold #E56C1A
RGB
CMYK
RGB Variations
Color information
#E56C1A (or 0xE56C1A) is known color: Tahiti Gold. HEX triplet: E5, 6C and 1A. RGB value is (229,108,26). Sum of RGB (Red+Green+Blue) = 229+108+26=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56C1A is #1A93E5. Grayscale: #878787. Windows color (decimal): -1741798 or 1731813. OLE color: 1731813.
HSL color Cylindrical-coordinate representation of color #E56C1A: hue angle of 24.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E56C1A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 26 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.10 |
| HSL | 24.24º | 0.8% | 0.5% | - |
| HSV(B) | 24.24º | 0.89% | 0.9% | - |
| XYZ | 37.86 | 27.46 | 4.28 | - |
| YUV | 134.83 | 66.59 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 26 | 0 | 0.53 | 0.89 | 0.10 | 24.24 | 0.8 | 0.5 |
| Hex | E5 | 6C | 1A | 0 | 35 | 59 | A | 18 | 50 | 32 |
| Octal | 345 | 154 | 32 | 0 | 65 | 131 | 12 | 30 | 120 | 62 |
| Binary | 11100101 | 1101100 | 11010 | 0 | 110101 | 1011001 | 1010 | 11000 | 1010000 | 110010 |
Color Harmonies of #E56C1A
Complementary color
Monochromatic Colors of #E56C1A
Black with #E56C1A
Text Example
Text Example
White with #E56C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C1A; }
p { color: rgb(229,108,26); }
H1.HeaderClassName
{
color: #E56C1A;
}
.AnyTagClassName
{
color: #E56C1A;
}
</style>
background-color css
<style>
a { background-color: #E56C1A; }
a { background-color: rgb(229,108,26); }
div.DivClassName
{
background-color: #E56C1A;
}
.BgClassName
{
background-color: #E56C1A;
}
</style>
border-color css
<style>
span { border-color: #E56C1A; }
span { border-color: rgb(229,108,26); }
td.TdClassName
{
border-color: #E56C1A;
}
.TagClassName
{
border-color: #E56C1A;
}
</style>