Shades of Tahiti Gold #E3742F
Tints of Tahiti Gold #E3742F
RGB
CMYK
RGB Variations
Color information
#E3742F (or 0xE3742F) is known color: Tahiti Gold. HEX triplet: E3, 74 and 2F. RGB value is (227,116,47). Sum of RGB (Red+Green+Blue) = 227+116+47=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E3742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3742F is #1C8BD0. Grayscale: #8D8D8D. Windows color (decimal): -1870801 or 3110115. OLE color: 3110115.
HSL color Cylindrical-coordinate representation of color #E3742F: hue angle of 23º 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 #E3742F is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 47 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.11 |
| HSL | 23º | 0.76% | 0.54% | - |
| HSV(B) | 23º | 0.79% | 0.89% | - |
| XYZ | 38.44 | 29.03 | 6.27 | - |
| YUV | 141.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 47 | 0 | 0.49 | 0.79 | 0.11 | 23 | 0.76 | 0.54 |
| Hex | E3 | 74 | 2F | 0 | 31 | 4F | B | 17 | 4C | 36 |
| Octal | 343 | 164 | 57 | 0 | 61 | 117 | 13 | 27 | 114 | 66 |
| Binary | 11100011 | 1110100 | 101111 | 0 | 110001 | 1001111 | 1011 | 10111 | 1001100 | 110110 |
Color Harmonies of #E3742F
Complementary color
Monochromatic Colors of #E3742F
Black with #E3742F
Text Example
Text Example
White with #E3742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3742F; }
p { color: rgb(227,116,47); }
H1.HeaderClassName
{
color: #E3742F;
}
.AnyTagClassName
{
color: #E3742F;
}
</style>
background-color css
<style>
a { background-color: #E3742F; }
a { background-color: rgb(227,116,47); }
div.DivClassName
{
background-color: #E3742F;
}
.BgClassName
{
background-color: #E3742F;
}
</style>
border-color css
<style>
span { border-color: #E3742F; }
span { border-color: rgb(227,116,47); }
td.TdClassName
{
border-color: #E3742F;
}
.TagClassName
{
border-color: #E3742F;
}
</style>