Shades of Tahiti Gold #E3741A
Tints of Tahiti Gold #E3741A
RGB
CMYK
RGB Variations
Color information
#E3741A (or 0xE3741A) is known color: Tahiti Gold. HEX triplet: E3, 74 and 1A. RGB value is (227,116,26). Sum of RGB (Red+Green+Blue) = 227+116+26=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E3741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3741A is #1C8BE5. Grayscale: #8B8B8B. Windows color (decimal): -1870822 or 1733859. OLE color: 1733859.
HSL color Cylindrical-coordinate representation of color #E3741A: hue angle of 26.87º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3741A is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 26 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.11 |
| HSL | 26.87º | 0.79% | 0.5% | - |
| HSV(B) | 26.87º | 0.89% | 0.89% | - |
| XYZ | 38.11 | 28.9 | 4.55 | - |
| YUV | 138.93 | 64.27 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 26 | 0 | 0.49 | 0.89 | 0.11 | 26.87 | 0.79 | 0.5 |
| Hex | E3 | 74 | 1A | 0 | 31 | 59 | B | 1B | 4F | 32 |
| Octal | 343 | 164 | 32 | 0 | 61 | 131 | 13 | 33 | 117 | 62 |
| Binary | 11100011 | 1110100 | 11010 | 0 | 110001 | 1011001 | 1011 | 11011 | 1001111 | 110010 |
Color Harmonies of #E3741A
Complementary color
Monochromatic Colors of #E3741A
Black with #E3741A
Text Example
Text Example
White with #E3741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3741A; }
p { color: rgb(227,116,26); }
H1.HeaderClassName
{
color: #E3741A;
}
.AnyTagClassName
{
color: #E3741A;
}
</style>
background-color css
<style>
a { background-color: #E3741A; }
a { background-color: rgb(227,116,26); }
div.DivClassName
{
background-color: #E3741A;
}
.BgClassName
{
background-color: #E3741A;
}
</style>
border-color css
<style>
span { border-color: #E3741A; }
span { border-color: rgb(227,116,26); }
td.TdClassName
{
border-color: #E3741A;
}
.TagClassName
{
border-color: #E3741A;
}
</style>