Shades of Tahiti Gold #E3781D
Tints of Tahiti Gold #E3781D
RGB
CMYK
RGB Variations
Color information
#E3781D (or 0xE3781D) is known color: Tahiti Gold. HEX triplet: E3, 78 and 1D. RGB value is (227,120,29). Sum of RGB (Red+Green+Blue) = 227+120+29=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E3781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3781D is #1C87E2. Grayscale: #8E8E8E. Windows color (decimal): -1869795 or 1931491. OLE color: 1931491.
HSL color Cylindrical-coordinate representation of color #E3781D: hue angle of 27.58º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3781D is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 29 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.11 |
| HSL | 27.58º | 0.78% | 0.5% | - |
| HSV(B) | 27.58º | 0.87% | 0.89% | - |
| XYZ | 38.62 | 29.85 | 4.89 | - |
| YUV | 141.62 | 64.45 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 29 | 0 | 0.47 | 0.87 | 0.11 | 27.58 | 0.78 | 0.5 |
| Hex | E3 | 78 | 1D | 0 | 2F | 57 | B | 1C | 4E | 32 |
| Octal | 343 | 170 | 35 | 0 | 57 | 127 | 13 | 34 | 116 | 62 |
| Binary | 11100011 | 1111000 | 11101 | 0 | 101111 | 1010111 | 1011 | 11100 | 1001110 | 110010 |
Color Harmonies of #E3781D
Complementary color
Monochromatic Colors of #E3781D
Black with #E3781D
Text Example
Text Example
White with #E3781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3781D; }
p { color: rgb(227,120,29); }
H1.HeaderClassName
{
color: #E3781D;
}
.AnyTagClassName
{
color: #E3781D;
}
</style>
background-color css
<style>
a { background-color: #E3781D; }
a { background-color: rgb(227,120,29); }
div.DivClassName
{
background-color: #E3781D;
}
.BgClassName
{
background-color: #E3781D;
}
</style>
border-color css
<style>
span { border-color: #E3781D; }
span { border-color: rgb(227,120,29); }
td.TdClassName
{
border-color: #E3781D;
}
.TagClassName
{
border-color: #E3781D;
}
</style>