Shades of Tahiti Gold #E17331
Tints of Tahiti Gold #E17331
RGB
CMYK
RGB Variations
Color information
#E17331 (or 0xE17331) is known color: Tahiti Gold. HEX triplet: E1, 73 and 31. RGB value is (225,115,49). Sum of RGB (Red+Green+Blue) = 225+115+49=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E17331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17331 is #1E8CCE. Grayscale: #8C8C8C. Windows color (decimal): -2002127 or 3240929. OLE color: 3240929.
HSL color Cylindrical-coordinate representation of color #E17331: hue angle of 22.5º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E17331 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 49 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.12 |
| HSL | 22.5º | 0.75% | 0.54% | - |
| HSV(B) | 22.5º | 0.78% | 0.88% | - |
| XYZ | 37.74 | 28.49 | 6.42 | - |
| YUV | 140.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 49 | 0 | 0.49 | 0.78 | 0.12 | 22.5 | 0.75 | 0.54 |
| Hex | E1 | 73 | 31 | 0 | 31 | 4E | C | 16 | 4B | 36 |
| Octal | 341 | 163 | 61 | 0 | 61 | 116 | 14 | 26 | 113 | 66 |
| Binary | 11100001 | 1110011 | 110001 | 0 | 110001 | 1001110 | 1100 | 10110 | 1001011 | 110110 |
Color Harmonies of #E17331
Complementary color
Monochromatic Colors of #E17331
Black with #E17331
Text Example
Text Example
White with #E17331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17331; }
p { color: rgb(225,115,49); }
H1.HeaderClassName
{
color: #E17331;
}
.AnyTagClassName
{
color: #E17331;
}
</style>
background-color css
<style>
a { background-color: #E17331; }
a { background-color: rgb(225,115,49); }
div.DivClassName
{
background-color: #E17331;
}
.BgClassName
{
background-color: #E17331;
}
</style>
border-color css
<style>
span { border-color: #E17331; }
span { border-color: rgb(225,115,49); }
td.TdClassName
{
border-color: #E17331;
}
.TagClassName
{
border-color: #E17331;
}
</style>