Shades of Tahiti Gold #E17B1C
Tints of Tahiti Gold #E17B1C
RGB
CMYK
RGB Variations
Color information
#E17B1C (or 0xE17B1C) is known color: Tahiti Gold. HEX triplet: E1, 7B and 1C. RGB value is (225,123,28). Sum of RGB (Red+Green+Blue) = 225+123+28=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17B1C is #1E84E3. Grayscale: #8F8F8F. Windows color (decimal): -2000100 or 1866721. OLE color: 1866721.
HSL color Cylindrical-coordinate representation of color #E17B1C: hue angle of 28.93º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E17B1C is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 28 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.12 |
| HSL | 28.93º | 0.78% | 0.5% | - |
| HSV(B) | 28.93º | 0.88% | 0.88% | - |
| XYZ | 38.34 | 30.26 | 4.92 | - |
| YUV | 142.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 28 | 0 | 0.45 | 0.88 | 0.12 | 28.93 | 0.78 | 0.5 |
| Hex | E1 | 7B | 1C | 0 | 2D | 58 | C | 1D | 4E | 32 |
| Octal | 341 | 173 | 34 | 0 | 55 | 130 | 14 | 35 | 116 | 62 |
| Binary | 11100001 | 1111011 | 11100 | 0 | 101101 | 1011000 | 1100 | 11101 | 1001110 | 110010 |
Color Harmonies of #E17B1C
Complementary color
Monochromatic Colors of #E17B1C
Black with #E17B1C
Text Example
Text Example
White with #E17B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B1C; }
p { color: rgb(225,123,28); }
H1.HeaderClassName
{
color: #E17B1C;
}
.AnyTagClassName
{
color: #E17B1C;
}
</style>
background-color css
<style>
a { background-color: #E17B1C; }
a { background-color: rgb(225,123,28); }
div.DivClassName
{
background-color: #E17B1C;
}
.BgClassName
{
background-color: #E17B1C;
}
</style>
border-color css
<style>
span { border-color: #E17B1C; }
span { border-color: rgb(225,123,28); }
td.TdClassName
{
border-color: #E17B1C;
}
.TagClassName
{
border-color: #E17B1C;
}
</style>