Shades of Tahiti Gold #E5781D
Tints of Tahiti Gold #E5781D
RGB
CMYK
RGB Variations
Color information
#E5781D (or 0xE5781D) is known color: Tahiti Gold. HEX triplet: E5, 78 and 1D. RGB value is (229,120,29). Sum of RGB (Red+Green+Blue) = 229+120+29=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E5781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5781D is #1A87E2. Grayscale: #8E8E8E. Windows color (decimal): -1738723 or 1931493. OLE color: 1931493.
HSL color Cylindrical-coordinate representation of color #E5781D: hue angle of 27.3º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5781D is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 29 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.10 |
| HSL | 27.3º | 0.79% | 0.51% | - |
| HSV(B) | 27.3º | 0.87% | 0.9% | - |
| XYZ | 39.25 | 30.18 | 4.92 | - |
| YUV | 142.22 | 64.11 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 29 | 0 | 0.48 | 0.87 | 0.10 | 27.3 | 0.79 | 0.51 |
| Hex | E5 | 78 | 1D | 0 | 30 | 57 | A | 1B | 4F | 33 |
| Octal | 345 | 170 | 35 | 0 | 60 | 127 | 12 | 33 | 117 | 63 |
| Binary | 11100101 | 1111000 | 11101 | 0 | 110000 | 1010111 | 1010 | 11011 | 1001111 | 110011 |
Color Harmonies of #E5781D
Complementary color
Monochromatic Colors of #E5781D
Black with #E5781D
Text Example
Text Example
White with #E5781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5781D; }
p { color: rgb(229,120,29); }
H1.HeaderClassName
{
color: #E5781D;
}
.AnyTagClassName
{
color: #E5781D;
}
</style>
background-color css
<style>
a { background-color: #E5781D; }
a { background-color: rgb(229,120,29); }
div.DivClassName
{
background-color: #E5781D;
}
.BgClassName
{
background-color: #E5781D;
}
</style>
border-color css
<style>
span { border-color: #E5781D; }
span { border-color: rgb(229,120,29); }
td.TdClassName
{
border-color: #E5781D;
}
.TagClassName
{
border-color: #E5781D;
}
</style>