Shades of Tahiti Gold #E5711B
Tints of Tahiti Gold #E5711B
RGB
CMYK
RGB Variations
Color information
#E5711B (or 0xE5711B) is known color: Tahiti Gold. HEX triplet: E5, 71 and 1B. RGB value is (229,113,27). Sum of RGB (Red+Green+Blue) = 229+113+27=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5711B is #1A8EE4. Grayscale: #8A8A8A. Windows color (decimal): -1740517 or 1798629. OLE color: 1798629.
HSL color Cylindrical-coordinate representation of color #E5711B: hue angle of 25.54º 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 #E5711B is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 27 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.10 |
| HSL | 25.54º | 0.8% | 0.5% | - |
| HSV(B) | 25.54º | 0.88% | 0.9% | - |
| XYZ | 38.42 | 28.55 | 4.52 | - |
| YUV | 137.88 | 65.43 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 27 | 0 | 0.51 | 0.88 | 0.10 | 25.54 | 0.8 | 0.5 |
| Hex | E5 | 71 | 1B | 0 | 33 | 58 | A | 1A | 50 | 32 |
| Octal | 345 | 161 | 33 | 0 | 63 | 130 | 12 | 32 | 120 | 62 |
| Binary | 11100101 | 1110001 | 11011 | 0 | 110011 | 1011000 | 1010 | 11010 | 1010000 | 110010 |
Color Harmonies of #E5711B
Complementary color
Monochromatic Colors of #E5711B
Black with #E5711B
Text Example
Text Example
White with #E5711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5711B; }
p { color: rgb(229,113,27); }
H1.HeaderClassName
{
color: #E5711B;
}
.AnyTagClassName
{
color: #E5711B;
}
</style>
background-color css
<style>
a { background-color: #E5711B; }
a { background-color: rgb(229,113,27); }
div.DivClassName
{
background-color: #E5711B;
}
.BgClassName
{
background-color: #E5711B;
}
</style>
border-color css
<style>
span { border-color: #E5711B; }
span { border-color: rgb(229,113,27); }
td.TdClassName
{
border-color: #E5711B;
}
.TagClassName
{
border-color: #E5711B;
}
</style>