Shades of Tahiti Gold #E5701E
Tints of Tahiti Gold #E5701E
RGB
CMYK
RGB Variations
Color information
#E5701E (or 0xE5701E) is known color: Tahiti Gold. HEX triplet: E5, 70 and 1E. RGB value is (229,112,30). Sum of RGB (Red+Green+Blue) = 229+112+30=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5701E is #1A8FE1. Grayscale: #8A8A8A. Windows color (decimal): -1740770 or 1994981. OLE color: 1994981.
HSL color Cylindrical-coordinate representation of color #E5701E: hue angle of 24.72º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5701E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 30 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.10 |
| HSL | 24.72º | 0.79% | 0.51% | - |
| HSV(B) | 24.72º | 0.87% | 0.9% | - |
| XYZ | 38.34 | 28.34 | 4.68 | - |
| YUV | 137.64 | 67.26 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 30 | 0 | 0.51 | 0.87 | 0.10 | 24.72 | 0.79 | 0.51 |
| Hex | E5 | 70 | 1E | 0 | 33 | 57 | A | 19 | 4F | 33 |
| Octal | 345 | 160 | 36 | 0 | 63 | 127 | 12 | 31 | 117 | 63 |
| Binary | 11100101 | 1110000 | 11110 | 0 | 110011 | 1010111 | 1010 | 11001 | 1001111 | 110011 |
Color Harmonies of #E5701E
Complementary color
Monochromatic Colors of #E5701E
Black with #E5701E
Text Example
Text Example
White with #E5701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5701E; }
p { color: rgb(229,112,30); }
H1.HeaderClassName
{
color: #E5701E;
}
.AnyTagClassName
{
color: #E5701E;
}
</style>
background-color css
<style>
a { background-color: #E5701E; }
a { background-color: rgb(229,112,30); }
div.DivClassName
{
background-color: #E5701E;
}
.BgClassName
{
background-color: #E5701E;
}
</style>
border-color css
<style>
span { border-color: #E5701E; }
span { border-color: rgb(229,112,30); }
td.TdClassName
{
border-color: #E5701E;
}
.TagClassName
{
border-color: #E5701E;
}
</style>