Shades of Tahiti Gold #E5781B
Tints of Tahiti Gold #E5781B
RGB
CMYK
RGB Variations
Color information
#E5781B (or 0xE5781B) is known color: Tahiti Gold. HEX triplet: E5, 78 and 1B. RGB value is (229,120,27). Sum of RGB (Red+Green+Blue) = 229+120+27=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5781B is #1A87E4. Grayscale: #8E8E8E. Windows color (decimal): -1738725 or 1800421. OLE color: 1800421.
HSL color Cylindrical-coordinate representation of color #E5781B: hue angle of 27.62º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5781B is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 27 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.10 |
| HSL | 27.62º | 0.8% | 0.5% | - |
| HSV(B) | 27.62º | 0.88% | 0.9% | - |
| XYZ | 39.23 | 30.17 | 4.79 | - |
| YUV | 141.99 | 63.11 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 27 | 0 | 0.48 | 0.88 | 0.10 | 27.62 | 0.8 | 0.5 |
| Hex | E5 | 78 | 1B | 0 | 30 | 58 | A | 1C | 50 | 32 |
| Octal | 345 | 170 | 33 | 0 | 60 | 130 | 12 | 34 | 120 | 62 |
| Binary | 11100101 | 1111000 | 11011 | 0 | 110000 | 1011000 | 1010 | 11100 | 1010000 | 110010 |
Color Harmonies of #E5781B
Complementary color
Monochromatic Colors of #E5781B
Black with #E5781B
Text Example
Text Example
White with #E5781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5781B; }
p { color: rgb(229,120,27); }
H1.HeaderClassName
{
color: #E5781B;
}
.AnyTagClassName
{
color: #E5781B;
}
</style>
background-color css
<style>
a { background-color: #E5781B; }
a { background-color: rgb(229,120,27); }
div.DivClassName
{
background-color: #E5781B;
}
.BgClassName
{
background-color: #E5781B;
}
</style>
border-color css
<style>
span { border-color: #E5781B; }
span { border-color: rgb(229,120,27); }
td.TdClassName
{
border-color: #E5781B;
}
.TagClassName
{
border-color: #E5781B;
}
</style>