Shades of Tahiti Gold #E0752A
Tints of Tahiti Gold #E0752A
RGB
CMYK
RGB Variations
Color information
#E0752A (or 0xE0752A) is known color: Tahiti Gold. HEX triplet: E0, 75 and 2A. RGB value is (224,117,42). Sum of RGB (Red+Green+Blue) = 224+117+42=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0752A is #1F8AD5. Grayscale: #8C8C8C. Windows color (decimal): -2067158 or 2782688. OLE color: 2782688.
HSL color Cylindrical-coordinate representation of color #E0752A: hue angle of 24.73º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0752A is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 42 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.12 |
| HSL | 24.73º | 0.75% | 0.52% | - |
| HSV(B) | 24.73º | 0.81% | 0.88% | - |
| XYZ | 37.52 | 28.74 | 5.76 | - |
| YUV | 140.44 | 72.45 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 42 | 0 | 0.48 | 0.81 | 0.12 | 24.73 | 0.75 | 0.52 |
| Hex | E0 | 75 | 2A | 0 | 30 | 51 | C | 19 | 4B | 34 |
| Octal | 340 | 165 | 52 | 0 | 60 | 121 | 14 | 31 | 113 | 64 |
| Binary | 11100000 | 1110101 | 101010 | 0 | 110000 | 1010001 | 1100 | 11001 | 1001011 | 110100 |
Color Harmonies of #E0752A
Complementary color
Monochromatic Colors of #E0752A
Black with #E0752A
Text Example
Text Example
White with #E0752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0752A; }
p { color: rgb(224,117,42); }
H1.HeaderClassName
{
color: #E0752A;
}
.AnyTagClassName
{
color: #E0752A;
}
</style>
background-color css
<style>
a { background-color: #E0752A; }
a { background-color: rgb(224,117,42); }
div.DivClassName
{
background-color: #E0752A;
}
.BgClassName
{
background-color: #E0752A;
}
</style>
border-color css
<style>
span { border-color: #E0752A; }
span { border-color: rgb(224,117,42); }
td.TdClassName
{
border-color: #E0752A;
}
.TagClassName
{
border-color: #E0752A;
}
</style>