Shades of Tahiti Gold #E1702F
Tints of Tahiti Gold #E1702F
RGB
CMYK
RGB Variations
Color information
#E1702F (or 0xE1702F) is known color: Tahiti Gold. HEX triplet: E1, 70 and 2F. RGB value is (225,112,47). Sum of RGB (Red+Green+Blue) = 225+112+47=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1702F is #1E8FD0. Grayscale: #8A8A8A. Windows color (decimal): -2002897 or 3109089. OLE color: 3109089.
HSL color Cylindrical-coordinate representation of color #E1702F: hue angle of 21.91º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1702F is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 47 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.12 |
| HSL | 21.91º | 0.75% | 0.53% | - |
| HSV(B) | 21.91º | 0.79% | 0.88% | - |
| XYZ | 37.36 | 27.8 | 6.09 | - |
| YUV | 138.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 47 | 0 | 0.50 | 0.79 | 0.12 | 21.91 | 0.75 | 0.53 |
| Hex | E1 | 70 | 2F | 0 | 32 | 4F | C | 16 | 4B | 35 |
| Octal | 341 | 160 | 57 | 0 | 62 | 117 | 14 | 26 | 113 | 65 |
| Binary | 11100001 | 1110000 | 101111 | 0 | 110010 | 1001111 | 1100 | 10110 | 1001011 | 110101 |
Color Harmonies of #E1702F
Complementary color
Monochromatic Colors of #E1702F
Black with #E1702F
Text Example
Text Example
White with #E1702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1702F; }
p { color: rgb(225,112,47); }
H1.HeaderClassName
{
color: #E1702F;
}
.AnyTagClassName
{
color: #E1702F;
}
</style>
background-color css
<style>
a { background-color: #E1702F; }
a { background-color: rgb(225,112,47); }
div.DivClassName
{
background-color: #E1702F;
}
.BgClassName
{
background-color: #E1702F;
}
</style>
border-color css
<style>
span { border-color: #E1702F; }
span { border-color: rgb(225,112,47); }
td.TdClassName
{
border-color: #E1702F;
}
.TagClassName
{
border-color: #E1702F;
}
</style>