Shades of Tahiti Gold #E0721C
Tints of Tahiti Gold #E0721C
RGB
CMYK
RGB Variations
Color information
#E0721C (or 0xE0721C) is known color: Tahiti Gold. HEX triplet: E0, 72 and 1C. RGB value is (224,114,28). Sum of RGB (Red+Green+Blue) = 224+114+28=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0721C is #1F8DE3. Grayscale: #898989. Windows color (decimal): -2067940 or 1864416. OLE color: 1864416.
HSL color Cylindrical-coordinate representation of color #E0721C: hue angle of 26.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0721C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 28 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.12 |
| HSL | 26.33º | 0.78% | 0.49% | - |
| HSV(B) | 26.33º | 0.88% | 0.88% | - |
| XYZ | 36.97 | 27.97 | 4.55 | - |
| YUV | 137.09 | 66.44 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 28 | 0 | 0.49 | 0.88 | 0.12 | 26.33 | 0.78 | 0.49 |
| Hex | E0 | 72 | 1C | 0 | 31 | 58 | C | 1A | 4E | 31 |
| Octal | 340 | 162 | 34 | 0 | 61 | 130 | 14 | 32 | 116 | 61 |
| Binary | 11100000 | 1110010 | 11100 | 0 | 110001 | 1011000 | 1100 | 11010 | 1001110 | 110001 |
Color Harmonies of #E0721C
Complementary color
Monochromatic Colors of #E0721C
Black with #E0721C
Text Example
Text Example
White with #E0721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0721C; }
p { color: rgb(224,114,28); }
H1.HeaderClassName
{
color: #E0721C;
}
.AnyTagClassName
{
color: #E0721C;
}
</style>
background-color css
<style>
a { background-color: #E0721C; }
a { background-color: rgb(224,114,28); }
div.DivClassName
{
background-color: #E0721C;
}
.BgClassName
{
background-color: #E0721C;
}
</style>
border-color css
<style>
span { border-color: #E0721C; }
span { border-color: rgb(224,114,28); }
td.TdClassName
{
border-color: #E0721C;
}
.TagClassName
{
border-color: #E0721C;
}
</style>