Shades of Tahiti Gold #E1751E
Tints of Tahiti Gold #E1751E
RGB
CMYK
RGB Variations
Color information
#E1751E (or 0xE1751E) is known color: Tahiti Gold. HEX triplet: E1, 75 and 1E. RGB value is (225,117,30). Sum of RGB (Red+Green+Blue) = 225+117+30=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1751E is #1E8AE1. Grayscale: #8B8B8B. Windows color (decimal): -2001634 or 1996257. OLE color: 1996257.
HSL color Cylindrical-coordinate representation of color #E1751E: hue angle of 26.77º 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 #E1751E is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 30 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.12 |
| HSL | 26.77º | 0.76% | 0.5% | - |
| HSV(B) | 26.77º | 0.87% | 0.88% | - |
| XYZ | 37.65 | 28.82 | 4.81 | - |
| YUV | 139.37 | 66.28 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 30 | 0 | 0.48 | 0.87 | 0.12 | 26.77 | 0.76 | 0.5 |
| Hex | E1 | 75 | 1E | 0 | 30 | 57 | C | 1B | 4C | 32 |
| Octal | 341 | 165 | 36 | 0 | 60 | 127 | 14 | 33 | 114 | 62 |
| Binary | 11100001 | 1110101 | 11110 | 0 | 110000 | 1010111 | 1100 | 11011 | 1001100 | 110010 |
Color Harmonies of #E1751E
Complementary color
Monochromatic Colors of #E1751E
Black with #E1751E
Text Example
Text Example
White with #E1751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1751E; }
p { color: rgb(225,117,30); }
H1.HeaderClassName
{
color: #E1751E;
}
.AnyTagClassName
{
color: #E1751E;
}
</style>
background-color css
<style>
a { background-color: #E1751E; }
a { background-color: rgb(225,117,30); }
div.DivClassName
{
background-color: #E1751E;
}
.BgClassName
{
background-color: #E1751E;
}
</style>
border-color css
<style>
span { border-color: #E1751E; }
span { border-color: rgb(225,117,30); }
td.TdClassName
{
border-color: #E1751E;
}
.TagClassName
{
border-color: #E1751E;
}
</style>