Shades of Tahiti Gold #E56C1F
Tints of Tahiti Gold #E56C1F
RGB
CMYK
RGB Variations
Color information
#E56C1F (or 0xE56C1F) is known color: Tahiti Gold. HEX triplet: E5, 6C and 1F. RGB value is (229,108,31). Sum of RGB (Red+Green+Blue) = 229+108+31=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56C1F is #1A93E0. Grayscale: #878787. Windows color (decimal): -1741793 or 2059493. OLE color: 2059493.
HSL color Cylindrical-coordinate representation of color #E56C1F: hue angle of 23.33º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E56C1F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 31 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.10 |
| HSL | 23.33º | 0.79% | 0.51% | - |
| HSV(B) | 23.33º | 0.86% | 0.9% | - |
| XYZ | 37.92 | 27.48 | 4.6 | - |
| YUV | 135.4 | 69.09 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 31 | 0 | 0.53 | 0.86 | 0.10 | 23.33 | 0.79 | 0.51 |
| Hex | E5 | 6C | 1F | 0 | 35 | 56 | A | 17 | 4F | 33 |
| Octal | 345 | 154 | 37 | 0 | 65 | 126 | 12 | 27 | 117 | 63 |
| Binary | 11100101 | 1101100 | 11111 | 0 | 110101 | 1010110 | 1010 | 10111 | 1001111 | 110011 |
Color Harmonies of #E56C1F
Complementary color
Monochromatic Colors of #E56C1F
Black with #E56C1F
Text Example
Text Example
White with #E56C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C1F; }
p { color: rgb(229,108,31); }
H1.HeaderClassName
{
color: #E56C1F;
}
.AnyTagClassName
{
color: #E56C1F;
}
</style>
background-color css
<style>
a { background-color: #E56C1F; }
a { background-color: rgb(229,108,31); }
div.DivClassName
{
background-color: #E56C1F;
}
.BgClassName
{
background-color: #E56C1F;
}
</style>
border-color css
<style>
span { border-color: #E56C1F; }
span { border-color: rgb(229,108,31); }
td.TdClassName
{
border-color: #E56C1F;
}
.TagClassName
{
border-color: #E56C1F;
}
</style>