Shades of Tahiti Gold #E17D2B
Tints of Tahiti Gold #E17D2B
RGB
CMYK
RGB Variations
Color information
#E17D2B (or 0xE17D2B) is known color: Tahiti Gold. HEX triplet: E1, 7D and 2B. RGB value is (225,125,43). Sum of RGB (Red+Green+Blue) = 225+125+43=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17D2B is #1E82D4. Grayscale: #919191. Windows color (decimal): -1999573 or 2850273. OLE color: 2850273.
HSL color Cylindrical-coordinate representation of color #E17D2B: hue angle of 27.03º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E17D2B is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 43 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.12 |
| HSL | 27.03º | 0.75% | 0.53% | - |
| HSV(B) | 27.03º | 0.81% | 0.88% | - |
| XYZ | 38.82 | 30.85 | 6.19 | - |
| YUV | 145.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 43 | 0 | 0.44 | 0.81 | 0.12 | 27.03 | 0.75 | 0.53 |
| Hex | E1 | 7D | 2B | 0 | 2C | 51 | C | 1B | 4B | 35 |
| Octal | 341 | 175 | 53 | 0 | 54 | 121 | 14 | 33 | 113 | 65 |
| Binary | 11100001 | 1111101 | 101011 | 0 | 101100 | 1010001 | 1100 | 11011 | 1001011 | 110101 |
Color Harmonies of #E17D2B
Complementary color
Monochromatic Colors of #E17D2B
Black with #E17D2B
Text Example
Text Example
White with #E17D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D2B; }
p { color: rgb(225,125,43); }
H1.HeaderClassName
{
color: #E17D2B;
}
.AnyTagClassName
{
color: #E17D2B;
}
</style>
background-color css
<style>
a { background-color: #E17D2B; }
a { background-color: rgb(225,125,43); }
div.DivClassName
{
background-color: #E17D2B;
}
.BgClassName
{
background-color: #E17D2B;
}
</style>
border-color css
<style>
span { border-color: #E17D2B; }
span { border-color: rgb(225,125,43); }
td.TdClassName
{
border-color: #E17D2B;
}
.TagClassName
{
border-color: #E17D2B;
}
</style>