Shades of Tahiti Gold #E5781C
Tints of Tahiti Gold #E5781C
RGB
CMYK
RGB Variations
Color information
#E5781C (or 0xE5781C) is known color: Tahiti Gold. HEX triplet: E5, 78 and 1C. RGB value is (229,120,28). Sum of RGB (Red+Green+Blue) = 229+120+28=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5781C is #1A87E3. Grayscale: #8E8E8E. Windows color (decimal): -1738724 or 1865957. OLE color: 1865957.
HSL color Cylindrical-coordinate representation of color #E5781C: hue angle of 27.46º degrees, saturation: 0.79, 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 #E5781C is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 28 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.10 |
| HSL | 27.46º | 0.79% | 0.5% | - |
| HSV(B) | 27.46º | 0.88% | 0.9% | - |
| XYZ | 39.24 | 30.17 | 4.85 | - |
| YUV | 142.1 | 63.61 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 28 | 0 | 0.48 | 0.88 | 0.10 | 27.46 | 0.79 | 0.5 |
| Hex | E5 | 78 | 1C | 0 | 30 | 58 | A | 1B | 4F | 32 |
| Octal | 345 | 170 | 34 | 0 | 60 | 130 | 12 | 33 | 117 | 62 |
| Binary | 11100101 | 1111000 | 11100 | 0 | 110000 | 1011000 | 1010 | 11011 | 1001111 | 110010 |
Color Harmonies of #E5781C
Complementary color
Monochromatic Colors of #E5781C
Black with #E5781C
Text Example
Text Example
White with #E5781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5781C; }
p { color: rgb(229,120,28); }
H1.HeaderClassName
{
color: #E5781C;
}
.AnyTagClassName
{
color: #E5781C;
}
</style>
background-color css
<style>
a { background-color: #E5781C; }
a { background-color: rgb(229,120,28); }
div.DivClassName
{
background-color: #E5781C;
}
.BgClassName
{
background-color: #E5781C;
}
</style>
border-color css
<style>
span { border-color: #E5781C; }
span { border-color: rgb(229,120,28); }
td.TdClassName
{
border-color: #E5781C;
}
.TagClassName
{
border-color: #E5781C;
}
</style>