Shades of Tahiti Gold #E3702C
Tints of Tahiti Gold #E3702C
RGB
CMYK
RGB Variations
Color information
#E3702C (or 0xE3702C) is known color: Tahiti Gold. HEX triplet: E3, 70 and 2C. RGB value is (227,112,44). Sum of RGB (Red+Green+Blue) = 227+112+44=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E3702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3702C is #1C8FD3. Grayscale: #8B8B8B. Windows color (decimal): -1871828 or 2912483. OLE color: 2912483.
HSL color Cylindrical-coordinate representation of color #E3702C: hue angle of 22.3º 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 #E3702C is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 44 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.11 |
| HSL | 22.3º | 0.77% | 0.53% | - |
| HSV(B) | 22.3º | 0.81% | 0.89% | - |
| XYZ | 37.93 | 28.1 | 5.81 | - |
| YUV | 138.63 | 74.6 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 44 | 0 | 0.51 | 0.81 | 0.11 | 22.3 | 0.77 | 0.53 |
| Hex | E3 | 70 | 2C | 0 | 33 | 51 | B | 16 | 4D | 35 |
| Octal | 343 | 160 | 54 | 0 | 63 | 121 | 13 | 26 | 115 | 65 |
| Binary | 11100011 | 1110000 | 101100 | 0 | 110011 | 1010001 | 1011 | 10110 | 1001101 | 110101 |
Color Harmonies of #E3702C
Complementary color
Monochromatic Colors of #E3702C
Black with #E3702C
Text Example
Text Example
White with #E3702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3702C; }
p { color: rgb(227,112,44); }
H1.HeaderClassName
{
color: #E3702C;
}
.AnyTagClassName
{
color: #E3702C;
}
</style>
background-color css
<style>
a { background-color: #E3702C; }
a { background-color: rgb(227,112,44); }
div.DivClassName
{
background-color: #E3702C;
}
.BgClassName
{
background-color: #E3702C;
}
</style>
border-color css
<style>
span { border-color: #E3702C; }
span { border-color: rgb(227,112,44); }
td.TdClassName
{
border-color: #E3702C;
}
.TagClassName
{
border-color: #E3702C;
}
</style>