Shades of Tahiti Gold #E0782B
Tints of Tahiti Gold #E0782B
RGB
CMYK
RGB Variations
Color information
#E0782B (or 0xE0782B) is known color: Tahiti Gold. HEX triplet: E0, 78 and 2B. RGB value is (224,120,43). Sum of RGB (Red+Green+Blue) = 224+120+43=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0782B is #1F87D4. Grayscale: #8E8E8E. Windows color (decimal): -2066389 or 2848992. OLE color: 2848992.
HSL color Cylindrical-coordinate representation of color #E0782B: hue angle of 25.52º degrees, saturation: 0.74, 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 #E0782B is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 43 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.12 |
| HSL | 25.52º | 0.74% | 0.52% | - |
| HSV(B) | 25.52º | 0.81% | 0.88% | - |
| XYZ | 37.89 | 29.45 | 5.97 | - |
| YUV | 142.32 | 71.96 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 43 | 0 | 0.46 | 0.81 | 0.12 | 25.52 | 0.74 | 0.52 |
| Hex | E0 | 78 | 2B | 0 | 2E | 51 | C | 1A | 4A | 34 |
| Octal | 340 | 170 | 53 | 0 | 56 | 121 | 14 | 32 | 112 | 64 |
| Binary | 11100000 | 1111000 | 101011 | 0 | 101110 | 1010001 | 1100 | 11010 | 1001010 | 110100 |
Color Harmonies of #E0782B
Complementary color
Monochromatic Colors of #E0782B
Black with #E0782B
Text Example
Text Example
White with #E0782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0782B; }
p { color: rgb(224,120,43); }
H1.HeaderClassName
{
color: #E0782B;
}
.AnyTagClassName
{
color: #E0782B;
}
</style>
background-color css
<style>
a { background-color: #E0782B; }
a { background-color: rgb(224,120,43); }
div.DivClassName
{
background-color: #E0782B;
}
.BgClassName
{
background-color: #E0782B;
}
</style>
border-color css
<style>
span { border-color: #E0782B; }
span { border-color: rgb(224,120,43); }
td.TdClassName
{
border-color: #E0782B;
}
.TagClassName
{
border-color: #E0782B;
}
</style>