Shades of Tahiti Gold #E1781E
Tints of Tahiti Gold #E1781E
RGB
CMYK
RGB Variations
Color information
#E1781E (or 0xE1781E) is known color: Tahiti Gold. HEX triplet: E1, 78 and 1E. RGB value is (225,120,30). Sum of RGB (Red+Green+Blue) = 225+120+30=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1781E is #1E87E1. Grayscale: #8D8D8D. Windows color (decimal): -2000866 or 1997025. OLE color: 1997025.
HSL color Cylindrical-coordinate representation of color #E1781E: hue angle of 27.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1781E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 30 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.12 |
| HSL | 27.69º | 0.76% | 0.5% | - |
| HSV(B) | 27.69º | 0.87% | 0.88% | - |
| XYZ | 38 | 29.53 | 4.93 | - |
| YUV | 141.14 | 65.29 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 30 | 0 | 0.47 | 0.87 | 0.12 | 27.69 | 0.76 | 0.5 |
| Hex | E1 | 78 | 1E | 0 | 2F | 57 | C | 1C | 4C | 32 |
| Octal | 341 | 170 | 36 | 0 | 57 | 127 | 14 | 34 | 114 | 62 |
| Binary | 11100001 | 1111000 | 11110 | 0 | 101111 | 1010111 | 1100 | 11100 | 1001100 | 110010 |
Color Harmonies of #E1781E
Complementary color
Monochromatic Colors of #E1781E
Black with #E1781E
Text Example
Text Example
White with #E1781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1781E; }
p { color: rgb(225,120,30); }
H1.HeaderClassName
{
color: #E1781E;
}
.AnyTagClassName
{
color: #E1781E;
}
</style>
background-color css
<style>
a { background-color: #E1781E; }
a { background-color: rgb(225,120,30); }
div.DivClassName
{
background-color: #E1781E;
}
.BgClassName
{
background-color: #E1781E;
}
</style>
border-color css
<style>
span { border-color: #E1781E; }
span { border-color: rgb(225,120,30); }
td.TdClassName
{
border-color: #E1781E;
}
.TagClassName
{
border-color: #E1781E;
}
</style>