Shades of Tahiti Gold #E5761B
Tints of Tahiti Gold #E5761B
RGB
CMYK
RGB Variations
Color information
#E5761B (or 0xE5761B) is known color: Tahiti Gold. HEX triplet: E5, 76 and 1B. RGB value is (229,118,27). Sum of RGB (Red+Green+Blue) = 229+118+27=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5761B is #1A89E4. Grayscale: #8D8D8D. Windows color (decimal): -1739237 or 1799909. OLE color: 1799909.
HSL color Cylindrical-coordinate representation of color #E5761B: hue angle of 27.03º 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 #E5761B is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 27 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.10 |
| HSL | 27.03º | 0.8% | 0.5% | - |
| HSV(B) | 27.03º | 0.88% | 0.9% | - |
| XYZ | 38.99 | 29.69 | 4.71 | - |
| YUV | 140.82 | 63.77 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 27 | 0 | 0.48 | 0.88 | 0.10 | 27.03 | 0.8 | 0.5 |
| Hex | E5 | 76 | 1B | 0 | 30 | 58 | A | 1B | 50 | 32 |
| Octal | 345 | 166 | 33 | 0 | 60 | 130 | 12 | 33 | 120 | 62 |
| Binary | 11100101 | 1110110 | 11011 | 0 | 110000 | 1011000 | 1010 | 11011 | 1010000 | 110010 |
Color Harmonies of #E5761B
Complementary color
Monochromatic Colors of #E5761B
Black with #E5761B
Text Example
Text Example
White with #E5761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5761B; }
p { color: rgb(229,118,27); }
H1.HeaderClassName
{
color: #E5761B;
}
.AnyTagClassName
{
color: #E5761B;
}
</style>
background-color css
<style>
a { background-color: #E5761B; }
a { background-color: rgb(229,118,27); }
div.DivClassName
{
background-color: #E5761B;
}
.BgClassName
{
background-color: #E5761B;
}
</style>
border-color css
<style>
span { border-color: #E5761B; }
span { border-color: rgb(229,118,27); }
td.TdClassName
{
border-color: #E5761B;
}
.TagClassName
{
border-color: #E5761B;
}
</style>