Shades of Tahiti Gold #E0752C
Tints of Tahiti Gold #E0752C
RGB
CMYK
RGB Variations
Color information
#E0752C (or 0xE0752C) is known color: Tahiti Gold. HEX triplet: E0, 75 and 2C. RGB value is (224,117,44). Sum of RGB (Red+Green+Blue) = 224+117+44=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0752C is #1F8AD3. Grayscale: #8D8D8D. Windows color (decimal): -2067156 or 2913760. OLE color: 2913760.
HSL color Cylindrical-coordinate representation of color #E0752C: hue angle of 24.33º 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 #E0752C is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 44 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.12 |
| HSL | 24.33º | 0.74% | 0.53% | - |
| HSV(B) | 24.33º | 0.8% | 0.88% | - |
| XYZ | 37.56 | 28.75 | 5.95 | - |
| YUV | 140.67 | 73.45 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 44 | 0 | 0.48 | 0.80 | 0.12 | 24.33 | 0.74 | 0.53 |
| Hex | E0 | 75 | 2C | 0 | 30 | 50 | C | 18 | 4A | 35 |
| Octal | 340 | 165 | 54 | 0 | 60 | 120 | 14 | 30 | 112 | 65 |
| Binary | 11100000 | 1110101 | 101100 | 0 | 110000 | 1010000 | 1100 | 11000 | 1001010 | 110101 |
Color Harmonies of #E0752C
Complementary color
Monochromatic Colors of #E0752C
Black with #E0752C
Text Example
Text Example
White with #E0752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0752C; }
p { color: rgb(224,117,44); }
H1.HeaderClassName
{
color: #E0752C;
}
.AnyTagClassName
{
color: #E0752C;
}
</style>
background-color css
<style>
a { background-color: #E0752C; }
a { background-color: rgb(224,117,44); }
div.DivClassName
{
background-color: #E0752C;
}
.BgClassName
{
background-color: #E0752C;
}
</style>
border-color css
<style>
span { border-color: #E0752C; }
span { border-color: rgb(224,117,44); }
td.TdClassName
{
border-color: #E0752C;
}
.TagClassName
{
border-color: #E0752C;
}
</style>