Shades of Tahiti Gold #E1781B
Tints of Tahiti Gold #E1781B
RGB
CMYK
RGB Variations
Color information
#E1781B (or 0xE1781B) is known color: Tahiti Gold. HEX triplet: E1, 78 and 1B. RGB value is (225,120,27). Sum of RGB (Red+Green+Blue) = 225+120+27=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1781B is #1E87E4. Grayscale: #8D8D8D. Windows color (decimal): -2000869 or 1800417. OLE color: 1800417.
HSL color Cylindrical-coordinate representation of color #E1781B: hue angle of 28.18º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1781B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 27 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.12 |
| HSL | 28.18º | 0.79% | 0.49% | - |
| HSV(B) | 28.18º | 0.88% | 0.88% | - |
| XYZ | 37.97 | 29.52 | 4.73 | - |
| YUV | 140.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 27 | 0 | 0.47 | 0.88 | 0.12 | 28.18 | 0.79 | 0.49 |
| Hex | E1 | 78 | 1B | 0 | 2F | 58 | C | 1C | 4F | 31 |
| Octal | 341 | 170 | 33 | 0 | 57 | 130 | 14 | 34 | 117 | 61 |
| Binary | 11100001 | 1111000 | 11011 | 0 | 101111 | 1011000 | 1100 | 11100 | 1001111 | 110001 |
Color Harmonies of #E1781B
Complementary color
Monochromatic Colors of #E1781B
Black with #E1781B
Text Example
Text Example
White with #E1781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1781B; }
p { color: rgb(225,120,27); }
H1.HeaderClassName
{
color: #E1781B;
}
.AnyTagClassName
{
color: #E1781B;
}
</style>
background-color css
<style>
a { background-color: #E1781B; }
a { background-color: rgb(225,120,27); }
div.DivClassName
{
background-color: #E1781B;
}
.BgClassName
{
background-color: #E1781B;
}
</style>
border-color css
<style>
span { border-color: #E1781B; }
span { border-color: rgb(225,120,27); }
td.TdClassName
{
border-color: #E1781B;
}
.TagClassName
{
border-color: #E1781B;
}
</style>