Shades of Tahiti Gold #E1731E
Tints of Tahiti Gold #E1731E
RGB
CMYK
RGB Variations
Color information
#E1731E (or 0xE1731E) is known color: Tahiti Gold. HEX triplet: E1, 73 and 1E. RGB value is (225,115,30). Sum of RGB (Red+Green+Blue) = 225+115+30=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1731E is #1E8CE1. Grayscale: #8A8A8A. Windows color (decimal): -2002146 or 1995745. OLE color: 1995745.
HSL color Cylindrical-coordinate representation of color #E1731E: hue angle of 26.15º degrees, saturation: 0.76, 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 #E1731E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 30 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.12 |
| HSL | 26.15º | 0.76% | 0.5% | - |
| HSV(B) | 26.15º | 0.87% | 0.88% | - |
| XYZ | 37.42 | 28.36 | 4.73 | - |
| YUV | 138.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 30 | 0 | 0.49 | 0.87 | 0.12 | 26.15 | 0.76 | 0.5 |
| Hex | E1 | 73 | 1E | 0 | 31 | 57 | C | 1A | 4C | 32 |
| Octal | 341 | 163 | 36 | 0 | 61 | 127 | 14 | 32 | 114 | 62 |
| Binary | 11100001 | 1110011 | 11110 | 0 | 110001 | 1010111 | 1100 | 11010 | 1001100 | 110010 |
Color Harmonies of #E1731E
Complementary color
Monochromatic Colors of #E1731E
Black with #E1731E
Text Example
Text Example
White with #E1731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1731E; }
p { color: rgb(225,115,30); }
H1.HeaderClassName
{
color: #E1731E;
}
.AnyTagClassName
{
color: #E1731E;
}
</style>
background-color css
<style>
a { background-color: #E1731E; }
a { background-color: rgb(225,115,30); }
div.DivClassName
{
background-color: #E1731E;
}
.BgClassName
{
background-color: #E1731E;
}
</style>
border-color css
<style>
span { border-color: #E1731E; }
span { border-color: rgb(225,115,30); }
td.TdClassName
{
border-color: #E1731E;
}
.TagClassName
{
border-color: #E1731E;
}
</style>