Shades of Tahiti Gold #E1702C
Tints of Tahiti Gold #E1702C
RGB
CMYK
RGB Variations
Color information
#E1702C (or 0xE1702C) is known color: Tahiti Gold. HEX triplet: E1, 70 and 2C. RGB value is (225,112,44). Sum of RGB (Red+Green+Blue) = 225+112+44=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1702C is #1E8FD3. Grayscale: #8A8A8A. Windows color (decimal): -2002900 or 2912481. OLE color: 2912481.
HSL color Cylindrical-coordinate representation of color #E1702C: hue angle of 22.54º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1702C is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 44 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.12 |
| HSL | 22.54º | 0.75% | 0.53% | - |
| HSV(B) | 22.54º | 0.8% | 0.88% | - |
| XYZ | 37.3 | 27.78 | 5.78 | - |
| YUV | 138.04 | 74.94 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 44 | 0 | 0.50 | 0.80 | 0.12 | 22.54 | 0.75 | 0.53 |
| Hex | E1 | 70 | 2C | 0 | 32 | 50 | C | 17 | 4B | 35 |
| Octal | 341 | 160 | 54 | 0 | 62 | 120 | 14 | 27 | 113 | 65 |
| Binary | 11100001 | 1110000 | 101100 | 0 | 110010 | 1010000 | 1100 | 10111 | 1001011 | 110101 |
Color Harmonies of #E1702C
Complementary color
Monochromatic Colors of #E1702C
Black with #E1702C
Text Example
Text Example
White with #E1702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1702C; }
p { color: rgb(225,112,44); }
H1.HeaderClassName
{
color: #E1702C;
}
.AnyTagClassName
{
color: #E1702C;
}
</style>
background-color css
<style>
a { background-color: #E1702C; }
a { background-color: rgb(225,112,44); }
div.DivClassName
{
background-color: #E1702C;
}
.BgClassName
{
background-color: #E1702C;
}
</style>
border-color css
<style>
span { border-color: #E1702C; }
span { border-color: rgb(225,112,44); }
td.TdClassName
{
border-color: #E1702C;
}
.TagClassName
{
border-color: #E1702C;
}
</style>