Shades of Tahiti Gold #E47520
Tints of Tahiti Gold #E47520
RGB
CMYK
RGB Variations
Color information
#E47520 (or 0xE47520) is known color: Tahiti Gold. HEX triplet: E4, 75 and 20. RGB value is (228,117,32). Sum of RGB (Red+Green+Blue) = 228+117+32=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E47520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47520 is #1B8ADF. Grayscale: #8C8C8C. Windows color (decimal): -1805024 or 2127332. OLE color: 2127332.
HSL color Cylindrical-coordinate representation of color #E47520: hue angle of 26.02º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E47520 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 32 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.11 |
| HSL | 26.02º | 0.78% | 0.51% | - |
| HSV(B) | 26.02º | 0.86% | 0.89% | - |
| XYZ | 38.62 | 29.32 | 4.99 | - |
| YUV | 140.5 | 66.77 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 32 | 0 | 0.49 | 0.86 | 0.11 | 26.02 | 0.78 | 0.51 |
| Hex | E4 | 75 | 20 | 0 | 31 | 56 | B | 1A | 4E | 33 |
| Octal | 344 | 165 | 40 | 0 | 61 | 126 | 13 | 32 | 116 | 63 |
| Binary | 11100100 | 1110101 | 100000 | 0 | 110001 | 1010110 | 1011 | 11010 | 1001110 | 110011 |
Color Harmonies of #E47520
Complementary color
Monochromatic Colors of #E47520
Black with #E47520
Text Example
Text Example
White with #E47520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47520; }
p { color: rgb(228,117,32); }
H1.HeaderClassName
{
color: #E47520;
}
.AnyTagClassName
{
color: #E47520;
}
</style>
background-color css
<style>
a { background-color: #E47520; }
a { background-color: rgb(228,117,32); }
div.DivClassName
{
background-color: #E47520;
}
.BgClassName
{
background-color: #E47520;
}
</style>
border-color css
<style>
span { border-color: #E47520; }
span { border-color: rgb(228,117,32); }
td.TdClassName
{
border-color: #E47520;
}
.TagClassName
{
border-color: #E47520;
}
</style>