Shades of Tahiti Gold #E0782A
Tints of Tahiti Gold #E0782A
RGB
CMYK
RGB Variations
Color information
#E0782A (or 0xE0782A) is known color: Tahiti Gold. HEX triplet: E0, 78 and 2A. RGB value is (224,120,42). Sum of RGB (Red+Green+Blue) = 224+120+42=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E0782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0782A is #1F87D5. Grayscale: #8E8E8E. Windows color (decimal): -2066390 or 2783456. OLE color: 2783456.
HSL color Cylindrical-coordinate representation of color #E0782A: hue angle of 25.71º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0782A is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 42 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.12 |
| HSL | 25.71º | 0.75% | 0.52% | - |
| HSV(B) | 25.71º | 0.81% | 0.88% | - |
| XYZ | 37.87 | 29.45 | 5.88 | - |
| YUV | 142.2 | 71.46 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 42 | 0 | 0.46 | 0.81 | 0.12 | 25.71 | 0.75 | 0.52 |
| Hex | E0 | 78 | 2A | 0 | 2E | 51 | C | 1A | 4B | 34 |
| Octal | 340 | 170 | 52 | 0 | 56 | 121 | 14 | 32 | 113 | 64 |
| Binary | 11100000 | 1111000 | 101010 | 0 | 101110 | 1010001 | 1100 | 11010 | 1001011 | 110100 |
Color Harmonies of #E0782A
Complementary color
Monochromatic Colors of #E0782A
Black with #E0782A
Text Example
Text Example
White with #E0782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0782A; }
p { color: rgb(224,120,42); }
H1.HeaderClassName
{
color: #E0782A;
}
.AnyTagClassName
{
color: #E0782A;
}
</style>
background-color css
<style>
a { background-color: #E0782A; }
a { background-color: rgb(224,120,42); }
div.DivClassName
{
background-color: #E0782A;
}
.BgClassName
{
background-color: #E0782A;
}
</style>
border-color css
<style>
span { border-color: #E0782A; }
span { border-color: rgb(224,120,42); }
td.TdClassName
{
border-color: #E0782A;
}
.TagClassName
{
border-color: #E0782A;
}
</style>