Shades of Tahiti Gold #E1741D
Tints of Tahiti Gold #E1741D
RGB
CMYK
RGB Variations
Color information
#E1741D (or 0xE1741D) is known color: Tahiti Gold. HEX triplet: E1, 74 and 1D. RGB value is (225,116,29). Sum of RGB (Red+Green+Blue) = 225+116+29=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1741D is #1E8BE2. Grayscale: #8B8B8B. Windows color (decimal): -2001891 or 1930465. OLE color: 1930465.
HSL color Cylindrical-coordinate representation of color #E1741D: hue angle of 26.63º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1741D is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 29 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.12 |
| HSL | 26.63º | 0.77% | 0.5% | - |
| HSV(B) | 26.63º | 0.87% | 0.88% | - |
| XYZ | 37.52 | 28.59 | 4.7 | - |
| YUV | 138.67 | 66.11 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 29 | 0 | 0.48 | 0.87 | 0.12 | 26.63 | 0.77 | 0.5 |
| Hex | E1 | 74 | 1D | 0 | 30 | 57 | C | 1B | 4D | 32 |
| Octal | 341 | 164 | 35 | 0 | 60 | 127 | 14 | 33 | 115 | 62 |
| Binary | 11100001 | 1110100 | 11101 | 0 | 110000 | 1010111 | 1100 | 11011 | 1001101 | 110010 |
Color Harmonies of #E1741D
Complementary color
Monochromatic Colors of #E1741D
Black with #E1741D
Text Example
Text Example
White with #E1741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1741D; }
p { color: rgb(225,116,29); }
H1.HeaderClassName
{
color: #E1741D;
}
.AnyTagClassName
{
color: #E1741D;
}
</style>
background-color css
<style>
a { background-color: #E1741D; }
a { background-color: rgb(225,116,29); }
div.DivClassName
{
background-color: #E1741D;
}
.BgClassName
{
background-color: #E1741D;
}
</style>
border-color css
<style>
span { border-color: #E1741D; }
span { border-color: rgb(225,116,29); }
td.TdClassName
{
border-color: #E1741D;
}
.TagClassName
{
border-color: #E1741D;
}
</style>