Shades of Tahiti Gold #E0762D
Tints of Tahiti Gold #E0762D
RGB
CMYK
RGB Variations
Color information
#E0762D (or 0xE0762D) is known color: Tahiti Gold. HEX triplet: E0, 76 and 2D. RGB value is (224,118,45). Sum of RGB (Red+Green+Blue) = 224+118+45=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0762D is #1F89D2. Grayscale: #8D8D8D. Windows color (decimal): -2066899 or 2979552. OLE color: 2979552.
HSL color Cylindrical-coordinate representation of color #E0762D: hue angle of 24.47º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0762D is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 45 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.12 |
| HSL | 24.47º | 0.74% | 0.53% | - |
| HSV(B) | 24.47º | 0.8% | 0.88% | - |
| XYZ | 37.69 | 28.99 | 6.09 | - |
| YUV | 141.37 | 73.62 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 45 | 0 | 0.47 | 0.80 | 0.12 | 24.47 | 0.74 | 0.53 |
| Hex | E0 | 76 | 2D | 0 | 2F | 50 | C | 18 | 4A | 35 |
| Octal | 340 | 166 | 55 | 0 | 57 | 120 | 14 | 30 | 112 | 65 |
| Binary | 11100000 | 1110110 | 101101 | 0 | 101111 | 1010000 | 1100 | 11000 | 1001010 | 110101 |
Color Harmonies of #E0762D
Complementary color
Monochromatic Colors of #E0762D
Black with #E0762D
Text Example
Text Example
White with #E0762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0762D; }
p { color: rgb(224,118,45); }
H1.HeaderClassName
{
color: #E0762D;
}
.AnyTagClassName
{
color: #E0762D;
}
</style>
background-color css
<style>
a { background-color: #E0762D; }
a { background-color: rgb(224,118,45); }
div.DivClassName
{
background-color: #E0762D;
}
.BgClassName
{
background-color: #E0762D;
}
</style>
border-color css
<style>
span { border-color: #E0762D; }
span { border-color: rgb(224,118,45); }
td.TdClassName
{
border-color: #E0762D;
}
.TagClassName
{
border-color: #E0762D;
}
</style>