Shades of Tahiti Gold #E17B1A
Tints of Tahiti Gold #E17B1A
RGB
CMYK
RGB Variations
Color information
#E17B1A (or 0xE17B1A) is known color: Tahiti Gold. HEX triplet: E1, 7B and 1A. RGB value is (225,123,26). Sum of RGB (Red+Green+Blue) = 225+123+26=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17B1A is #1E84E5. Grayscale: #8E8E8E. Windows color (decimal): -2000102 or 1735649. OLE color: 1735649.
HSL color Cylindrical-coordinate representation of color #E17B1A: hue angle of 29.25º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E17B1A is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 26 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.12 |
| HSL | 29.25º | 0.79% | 0.49% | - |
| HSV(B) | 29.25º | 0.88% | 0.88% | - |
| XYZ | 38.32 | 30.25 | 4.8 | - |
| YUV | 142.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 26 | 0 | 0.45 | 0.88 | 0.12 | 29.25 | 0.79 | 0.49 |
| Hex | E1 | 7B | 1A | 0 | 2D | 58 | C | 1D | 4F | 31 |
| Octal | 341 | 173 | 32 | 0 | 55 | 130 | 14 | 35 | 117 | 61 |
| Binary | 11100001 | 1111011 | 11010 | 0 | 101101 | 1011000 | 1100 | 11101 | 1001111 | 110001 |
Color Harmonies of #E17B1A
Complementary color
Monochromatic Colors of #E17B1A
Black with #E17B1A
Text Example
Text Example
White with #E17B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B1A; }
p { color: rgb(225,123,26); }
H1.HeaderClassName
{
color: #E17B1A;
}
.AnyTagClassName
{
color: #E17B1A;
}
</style>
background-color css
<style>
a { background-color: #E17B1A; }
a { background-color: rgb(225,123,26); }
div.DivClassName
{
background-color: #E17B1A;
}
.BgClassName
{
background-color: #E17B1A;
}
</style>
border-color css
<style>
span { border-color: #E17B1A; }
span { border-color: rgb(225,123,26); }
td.TdClassName
{
border-color: #E17B1A;
}
.TagClassName
{
border-color: #E17B1A;
}
</style>