Shades of Tahiti Gold #E0792D
Tints of Tahiti Gold #E0792D
RGB
CMYK
RGB Variations
Color information
#E0792D (or 0xE0792D) is known color: Tahiti Gold. HEX triplet: E0, 79 and 2D. RGB value is (224,121,45). Sum of RGB (Red+Green+Blue) = 224+121+45=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E0792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0792D is #1F86D2. Grayscale: #8F8F8F. Windows color (decimal): -2066131 or 2980320. OLE color: 2980320.
HSL color Cylindrical-coordinate representation of color #E0792D: hue angle of 25.47º 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 #E0792D is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 45 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.12 |
| HSL | 25.47º | 0.74% | 0.53% | - |
| HSV(B) | 25.47º | 0.8% | 0.88% | - |
| XYZ | 38.05 | 29.71 | 6.21 | - |
| YUV | 143.13 | 72.62 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 45 | 0 | 0.46 | 0.80 | 0.12 | 25.47 | 0.74 | 0.53 |
| Hex | E0 | 79 | 2D | 0 | 2E | 50 | C | 19 | 4A | 35 |
| Octal | 340 | 171 | 55 | 0 | 56 | 120 | 14 | 31 | 112 | 65 |
| Binary | 11100000 | 1111001 | 101101 | 0 | 101110 | 1010000 | 1100 | 11001 | 1001010 | 110101 |
Color Harmonies of #E0792D
Complementary color
Monochromatic Colors of #E0792D
Black with #E0792D
Text Example
Text Example
White with #E0792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0792D; }
p { color: rgb(224,121,45); }
H1.HeaderClassName
{
color: #E0792D;
}
.AnyTagClassName
{
color: #E0792D;
}
</style>
background-color css
<style>
a { background-color: #E0792D; }
a { background-color: rgb(224,121,45); }
div.DivClassName
{
background-color: #E0792D;
}
.BgClassName
{
background-color: #E0792D;
}
</style>
border-color css
<style>
span { border-color: #E0792D; }
span { border-color: rgb(224,121,45); }
td.TdClassName
{
border-color: #E0792D;
}
.TagClassName
{
border-color: #E0792D;
}
</style>