Shades of Tahiti Gold #E37520
Tints of Tahiti Gold #E37520
RGB
CMYK
RGB Variations
Color information
#E37520 (or 0xE37520) is known color: Tahiti Gold. HEX triplet: E3, 75 and 20. RGB value is (227,117,32). Sum of RGB (Red+Green+Blue) = 227+117+32=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E37520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37520 is #1C8ADF. Grayscale: #8C8C8C. Windows color (decimal): -1870560 or 2127331. OLE color: 2127331.
HSL color Cylindrical-coordinate representation of color #E37520: hue angle of 26.15º 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 #E37520 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 32 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.11 |
| HSL | 26.15º | 0.78% | 0.51% | - |
| HSV(B) | 26.15º | 0.86% | 0.89% | - |
| XYZ | 38.3 | 29.16 | 4.98 | - |
| YUV | 140.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 32 | 0 | 0.48 | 0.86 | 0.11 | 26.15 | 0.78 | 0.51 |
| Hex | E3 | 75 | 20 | 0 | 30 | 56 | B | 1A | 4E | 33 |
| Octal | 343 | 165 | 40 | 0 | 60 | 126 | 13 | 32 | 116 | 63 |
| Binary | 11100011 | 1110101 | 100000 | 0 | 110000 | 1010110 | 1011 | 11010 | 1001110 | 110011 |
Color Harmonies of #E37520
Complementary color
Monochromatic Colors of #E37520
Black with #E37520
Text Example
Text Example
White with #E37520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37520; }
p { color: rgb(227,117,32); }
H1.HeaderClassName
{
color: #E37520;
}
.AnyTagClassName
{
color: #E37520;
}
</style>
background-color css
<style>
a { background-color: #E37520; }
a { background-color: rgb(227,117,32); }
div.DivClassName
{
background-color: #E37520;
}
.BgClassName
{
background-color: #E37520;
}
</style>
border-color css
<style>
span { border-color: #E37520; }
span { border-color: rgb(227,117,32); }
td.TdClassName
{
border-color: #E37520;
}
.TagClassName
{
border-color: #E37520;
}
</style>