Shades of Tahiti Gold #E07C20
Tints of Tahiti Gold #E07C20
RGB
CMYK
RGB Variations
Color information
#E07C20 (or 0xE07C20) is known color: Tahiti Gold. HEX triplet: E0, 7C and 20. RGB value is (224,124,32). Sum of RGB (Red+Green+Blue) = 224+124+32=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C20 is #1F83DF. Grayscale: #8F8F8F. Windows color (decimal): -2065376 or 2129120. OLE color: 2129120.
HSL color Cylindrical-coordinate representation of color #E07C20: hue angle of 28.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E07C20 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 32 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.12 |
| HSL | 28.75º | 0.76% | 0.5% | - |
| HSV(B) | 28.75º | 0.86% | 0.88% | - |
| XYZ | 38.21 | 30.37 | 5.21 | - |
| YUV | 143.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 32 | 0 | 0.45 | 0.86 | 0.12 | 28.75 | 0.76 | 0.5 |
| Hex | E0 | 7C | 20 | 0 | 2D | 56 | C | 1D | 4C | 32 |
| Octal | 340 | 174 | 40 | 0 | 55 | 126 | 14 | 35 | 114 | 62 |
| Binary | 11100000 | 1111100 | 100000 | 0 | 101101 | 1010110 | 1100 | 11101 | 1001100 | 110010 |
Color Harmonies of #E07C20
Complementary color
Monochromatic Colors of #E07C20
Black with #E07C20
Text Example
Text Example
White with #E07C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C20; }
p { color: rgb(224,124,32); }
H1.HeaderClassName
{
color: #E07C20;
}
.AnyTagClassName
{
color: #E07C20;
}
</style>
background-color css
<style>
a { background-color: #E07C20; }
a { background-color: rgb(224,124,32); }
div.DivClassName
{
background-color: #E07C20;
}
.BgClassName
{
background-color: #E07C20;
}
</style>
border-color css
<style>
span { border-color: #E07C20; }
span { border-color: rgb(224,124,32); }
td.TdClassName
{
border-color: #E07C20;
}
.TagClassName
{
border-color: #E07C20;
}
</style>