Shades of Tahiti Gold #E5781F
Tints of Tahiti Gold #E5781F
RGB
CMYK
RGB Variations
Color information
#E5781F (or 0xE5781F) is known color: Tahiti Gold. HEX triplet: E5, 78 and 1F. RGB value is (229,120,31). Sum of RGB (Red+Green+Blue) = 229+120+31=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E5781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5781F is #1A87E0. Grayscale: #8E8E8E. Windows color (decimal): -1738721 or 2062565. OLE color: 2062565.
HSL color Cylindrical-coordinate representation of color #E5781F: hue angle of 26.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5781F is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 31 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.10 |
| HSL | 26.97º | 0.79% | 0.51% | - |
| HSV(B) | 26.97º | 0.86% | 0.9% | - |
| XYZ | 39.28 | 30.19 | 5.05 | - |
| YUV | 142.45 | 65.11 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 31 | 0 | 0.48 | 0.86 | 0.10 | 26.97 | 0.79 | 0.51 |
| Hex | E5 | 78 | 1F | 0 | 30 | 56 | A | 1B | 4F | 33 |
| Octal | 345 | 170 | 37 | 0 | 60 | 126 | 12 | 33 | 117 | 63 |
| Binary | 11100101 | 1111000 | 11111 | 0 | 110000 | 1010110 | 1010 | 11011 | 1001111 | 110011 |
Color Harmonies of #E5781F
Complementary color
Monochromatic Colors of #E5781F
Black with #E5781F
Text Example
Text Example
White with #E5781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5781F; }
p { color: rgb(229,120,31); }
H1.HeaderClassName
{
color: #E5781F;
}
.AnyTagClassName
{
color: #E5781F;
}
</style>
background-color css
<style>
a { background-color: #E5781F; }
a { background-color: rgb(229,120,31); }
div.DivClassName
{
background-color: #E5781F;
}
.BgClassName
{
background-color: #E5781F;
}
</style>
border-color css
<style>
span { border-color: #E5781F; }
span { border-color: rgb(229,120,31); }
td.TdClassName
{
border-color: #E5781F;
}
.TagClassName
{
border-color: #E5781F;
}
</style>