Shades of Tahiti Gold #E0782C
Tints of Tahiti Gold #E0782C
RGB
CMYK
RGB Variations
Color information
#E0782C (or 0xE0782C) is known color: Tahiti Gold. HEX triplet: E0, 78 and 2C. RGB value is (224,120,44). Sum of RGB (Red+Green+Blue) = 224+120+44=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0782C is #1F87D3. Grayscale: #8E8E8E. Windows color (decimal): -2066388 or 2914528. OLE color: 2914528.
HSL color Cylindrical-coordinate representation of color #E0782C: hue angle of 25.33º 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 #E0782C is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 44 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.12 |
| HSL | 25.33º | 0.74% | 0.53% | - |
| HSV(B) | 25.33º | 0.8% | 0.88% | - |
| XYZ | 37.91 | 29.46 | 6.07 | - |
| YUV | 142.43 | 72.46 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 44 | 0 | 0.46 | 0.80 | 0.12 | 25.33 | 0.74 | 0.53 |
| Hex | E0 | 78 | 2C | 0 | 2E | 50 | C | 19 | 4A | 35 |
| Octal | 340 | 170 | 54 | 0 | 56 | 120 | 14 | 31 | 112 | 65 |
| Binary | 11100000 | 1111000 | 101100 | 0 | 101110 | 1010000 | 1100 | 11001 | 1001010 | 110101 |
Color Harmonies of #E0782C
Complementary color
Monochromatic Colors of #E0782C
Black with #E0782C
Text Example
Text Example
White with #E0782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0782C; }
p { color: rgb(224,120,44); }
H1.HeaderClassName
{
color: #E0782C;
}
.AnyTagClassName
{
color: #E0782C;
}
</style>
background-color css
<style>
a { background-color: #E0782C; }
a { background-color: rgb(224,120,44); }
div.DivClassName
{
background-color: #E0782C;
}
.BgClassName
{
background-color: #E0782C;
}
</style>
border-color css
<style>
span { border-color: #E0782C; }
span { border-color: rgb(224,120,44); }
td.TdClassName
{
border-color: #E0782C;
}
.TagClassName
{
border-color: #E0782C;
}
</style>