Shades of Tahiti Gold #E0781F
Tints of Tahiti Gold #E0781F
RGB
CMYK
RGB Variations
Color information
#E0781F (or 0xE0781F) is known color: Tahiti Gold. HEX triplet: E0, 78 and 1F. RGB value is (224,120,31). Sum of RGB (Red+Green+Blue) = 224+120+31=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E0781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0781F is #1F87E0. Grayscale: #8D8D8D. Windows color (decimal): -2066401 or 2062560. OLE color: 2062560.
HSL color Cylindrical-coordinate representation of color #E0781F: hue angle of 27.67º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0781F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.12 |
| HSL | 27.67º | 0.76% | 0.5% | - |
| HSV(B) | 27.67º | 0.86% | 0.88% | - |
| XYZ | 37.7 | 29.38 | 4.98 | - |
| YUV | 140.95 | 65.96 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 31 | 0 | 0.46 | 0.86 | 0.12 | 27.67 | 0.76 | 0.5 |
| Hex | E0 | 78 | 1F | 0 | 2E | 56 | C | 1C | 4C | 32 |
| Octal | 340 | 170 | 37 | 0 | 56 | 126 | 14 | 34 | 114 | 62 |
| Binary | 11100000 | 1111000 | 11111 | 0 | 101110 | 1010110 | 1100 | 11100 | 1001100 | 110010 |
Color Harmonies of #E0781F
Complementary color
Monochromatic Colors of #E0781F
Black with #E0781F
Text Example
Text Example
White with #E0781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0781F; }
p { color: rgb(224,120,31); }
H1.HeaderClassName
{
color: #E0781F;
}
.AnyTagClassName
{
color: #E0781F;
}
</style>
background-color css
<style>
a { background-color: #E0781F; }
a { background-color: rgb(224,120,31); }
div.DivClassName
{
background-color: #E0781F;
}
.BgClassName
{
background-color: #E0781F;
}
</style>
border-color css
<style>
span { border-color: #E0781F; }
span { border-color: rgb(224,120,31); }
td.TdClassName
{
border-color: #E0781F;
}
.TagClassName
{
border-color: #E0781F;
}
</style>