Shades of Tahiti Gold #E3702A
Tints of Tahiti Gold #E3702A
RGB
CMYK
RGB Variations
Color information
#E3702A (or 0xE3702A) is known color: Tahiti Gold. HEX triplet: E3, 70 and 2A. RGB value is (227,112,42). Sum of RGB (Red+Green+Blue) = 227+112+42=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E3702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3702A is #1C8FD5. Grayscale: #8A8A8A. Windows color (decimal): -1871830 or 2781411. OLE color: 2781411.
HSL color Cylindrical-coordinate representation of color #E3702A: hue angle of 22.7º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3702A is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 42 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.11 |
| HSL | 22.7º | 0.77% | 0.53% | - |
| HSV(B) | 22.7º | 0.81% | 0.89% | - |
| XYZ | 37.89 | 28.09 | 5.61 | - |
| YUV | 138.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 42 | 0 | 0.51 | 0.81 | 0.11 | 22.7 | 0.77 | 0.53 |
| Hex | E3 | 70 | 2A | 0 | 33 | 51 | B | 17 | 4D | 35 |
| Octal | 343 | 160 | 52 | 0 | 63 | 121 | 13 | 27 | 115 | 65 |
| Binary | 11100011 | 1110000 | 101010 | 0 | 110011 | 1010001 | 1011 | 10111 | 1001101 | 110101 |
Color Harmonies of #E3702A
Complementary color
Monochromatic Colors of #E3702A
Black with #E3702A
Text Example
Text Example
White with #E3702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3702A; }
p { color: rgb(227,112,42); }
H1.HeaderClassName
{
color: #E3702A;
}
.AnyTagClassName
{
color: #E3702A;
}
</style>
background-color css
<style>
a { background-color: #E3702A; }
a { background-color: rgb(227,112,42); }
div.DivClassName
{
background-color: #E3702A;
}
.BgClassName
{
background-color: #E3702A;
}
</style>
border-color css
<style>
span { border-color: #E3702A; }
span { border-color: rgb(227,112,42); }
td.TdClassName
{
border-color: #E3702A;
}
.TagClassName
{
border-color: #E3702A;
}
</style>