Shades of Tahiti Gold #E0702C
Tints of Tahiti Gold #E0702C
RGB
CMYK
RGB Variations
Color information
#E0702C (or 0xE0702C) is known color: Tahiti Gold. HEX triplet: E0, 70 and 2C. RGB value is (224,112,44). Sum of RGB (Red+Green+Blue) = 224+112+44=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0702C is #1F8FD3. Grayscale: #8A8A8A. Windows color (decimal): -2068436 or 2912480. OLE color: 2912480.
HSL color Cylindrical-coordinate representation of color #E0702C: hue angle of 22.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0702C is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 44 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.12 |
| HSL | 22.67º | 0.74% | 0.53% | - |
| HSV(B) | 22.67º | 0.8% | 0.88% | - |
| XYZ | 36.99 | 27.62 | 5.76 | - |
| YUV | 137.74 | 75.11 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 44 | 0 | 0.50 | 0.80 | 0.12 | 22.67 | 0.74 | 0.53 |
| Hex | E0 | 70 | 2C | 0 | 32 | 50 | C | 17 | 4A | 35 |
| Octal | 340 | 160 | 54 | 0 | 62 | 120 | 14 | 27 | 112 | 65 |
| Binary | 11100000 | 1110000 | 101100 | 0 | 110010 | 1010000 | 1100 | 10111 | 1001010 | 110101 |
Color Harmonies of #E0702C
Complementary color
Monochromatic Colors of #E0702C
Black with #E0702C
Text Example
Text Example
White with #E0702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0702C; }
p { color: rgb(224,112,44); }
H1.HeaderClassName
{
color: #E0702C;
}
.AnyTagClassName
{
color: #E0702C;
}
</style>
background-color css
<style>
a { background-color: #E0702C; }
a { background-color: rgb(224,112,44); }
div.DivClassName
{
background-color: #E0702C;
}
.BgClassName
{
background-color: #E0702C;
}
</style>
border-color css
<style>
span { border-color: #E0702C; }
span { border-color: rgb(224,112,44); }
td.TdClassName
{
border-color: #E0702C;
}
.TagClassName
{
border-color: #E0702C;
}
</style>