Shades of Tahiti Gold #E3702F
Tints of Tahiti Gold #E3702F
RGB
CMYK
RGB Variations
Color information
#E3702F (or 0xE3702F) is known color: Tahiti Gold. HEX triplet: E3, 70 and 2F. RGB value is (227,112,47). Sum of RGB (Red+Green+Blue) = 227+112+47=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3702F is #1C8FD0. Grayscale: #8B8B8B. Windows color (decimal): -1871825 or 3109091. OLE color: 3109091.
HSL color Cylindrical-coordinate representation of color #E3702F: hue angle of 21.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3702F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 47 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.11 |
| HSL | 21.67º | 0.76% | 0.54% | - |
| HSV(B) | 21.67º | 0.79% | 0.89% | - |
| XYZ | 37.99 | 28.12 | 6.12 | - |
| YUV | 138.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 47 | 0 | 0.51 | 0.79 | 0.11 | 21.67 | 0.76 | 0.54 |
| Hex | E3 | 70 | 2F | 0 | 33 | 4F | B | 16 | 4C | 36 |
| Octal | 343 | 160 | 57 | 0 | 63 | 117 | 13 | 26 | 114 | 66 |
| Binary | 11100011 | 1110000 | 101111 | 0 | 110011 | 1001111 | 1011 | 10110 | 1001100 | 110110 |
Color Harmonies of #E3702F
Complementary color
Monochromatic Colors of #E3702F
Black with #E3702F
Text Example
Text Example
White with #E3702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3702F; }
p { color: rgb(227,112,47); }
H1.HeaderClassName
{
color: #E3702F;
}
.AnyTagClassName
{
color: #E3702F;
}
</style>
background-color css
<style>
a { background-color: #E3702F; }
a { background-color: rgb(227,112,47); }
div.DivClassName
{
background-color: #E3702F;
}
.BgClassName
{
background-color: #E3702F;
}
</style>
border-color css
<style>
span { border-color: #E3702F; }
span { border-color: rgb(227,112,47); }
td.TdClassName
{
border-color: #E3702F;
}
.TagClassName
{
border-color: #E3702F;
}
</style>