Shades of Tahiti Gold #E5702F
Tints of Tahiti Gold #E5702F
RGB
CMYK
RGB Variations
Color information
#E5702F (or 0xE5702F) is known color: Tahiti Gold. HEX triplet: E5, 70 and 2F. RGB value is (229,112,47). Sum of RGB (Red+Green+Blue) = 229+112+47=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5702F is #1A8FD0. Grayscale: #8B8B8B. Windows color (decimal): -1740753 or 3109093. OLE color: 3109093.
HSL color Cylindrical-coordinate representation of color #E5702F: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5702F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 47 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.10 |
| HSL | 21.43º | 0.78% | 0.54% | - |
| HSV(B) | 21.43º | 0.79% | 0.9% | - |
| XYZ | 38.62 | 28.45 | 6.15 | - |
| YUV | 139.57 | 75.76 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 47 | 0 | 0.51 | 0.79 | 0.10 | 21.43 | 0.78 | 0.54 |
| Hex | E5 | 70 | 2F | 0 | 33 | 4F | A | 15 | 4E | 36 |
| Octal | 345 | 160 | 57 | 0 | 63 | 117 | 12 | 25 | 116 | 66 |
| Binary | 11100101 | 1110000 | 101111 | 0 | 110011 | 1001111 | 1010 | 10101 | 1001110 | 110110 |
Color Harmonies of #E5702F
Complementary color
Monochromatic Colors of #E5702F
Black with #E5702F
Text Example
Text Example
White with #E5702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5702F; }
p { color: rgb(229,112,47); }
H1.HeaderClassName
{
color: #E5702F;
}
.AnyTagClassName
{
color: #E5702F;
}
</style>
background-color css
<style>
a { background-color: #E5702F; }
a { background-color: rgb(229,112,47); }
div.DivClassName
{
background-color: #E5702F;
}
.BgClassName
{
background-color: #E5702F;
}
</style>
border-color css
<style>
span { border-color: #E5702F; }
span { border-color: rgb(229,112,47); }
td.TdClassName
{
border-color: #E5702F;
}
.TagClassName
{
border-color: #E5702F;
}
</style>