Shades of Tahiti Gold #E07C2E
Tints of Tahiti Gold #E07C2E
RGB
CMYK
RGB Variations
Color information
#E07C2E (or 0xE07C2E) is known color: Tahiti Gold. HEX triplet: E0, 7C and 2E. RGB value is (224,124,46). Sum of RGB (Red+Green+Blue) = 224+124+46=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C2E is #1F83D1. Grayscale: #919191. Windows color (decimal): -2065362 or 3046624. OLE color: 3046624.
HSL color Cylindrical-coordinate representation of color #E07C2E: hue angle of 26.29º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E07C2E is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 46 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.12 |
| HSL | 26.29º | 0.74% | 0.53% | - |
| HSV(B) | 26.29º | 0.79% | 0.88% | - |
| XYZ | 38.44 | 30.46 | 6.44 | - |
| YUV | 145.01 | 72.13 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 46 | 0 | 0.45 | 0.79 | 0.12 | 26.29 | 0.74 | 0.53 |
| Hex | E0 | 7C | 2E | 0 | 2D | 4F | C | 1A | 4A | 35 |
| Octal | 340 | 174 | 56 | 0 | 55 | 117 | 14 | 32 | 112 | 65 |
| Binary | 11100000 | 1111100 | 101110 | 0 | 101101 | 1001111 | 1100 | 11010 | 1001010 | 110101 |
Color Harmonies of #E07C2E
Complementary color
Monochromatic Colors of #E07C2E
Black with #E07C2E
Text Example
Text Example
White with #E07C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C2E; }
p { color: rgb(224,124,46); }
H1.HeaderClassName
{
color: #E07C2E;
}
.AnyTagClassName
{
color: #E07C2E;
}
</style>
background-color css
<style>
a { background-color: #E07C2E; }
a { background-color: rgb(224,124,46); }
div.DivClassName
{
background-color: #E07C2E;
}
.BgClassName
{
background-color: #E07C2E;
}
</style>
border-color css
<style>
span { border-color: #E07C2E; }
span { border-color: rgb(224,124,46); }
td.TdClassName
{
border-color: #E07C2E;
}
.TagClassName
{
border-color: #E07C2E;
}
</style>