Shades of Tahiti Gold #E0722C
Tints of Tahiti Gold #E0722C
RGB
CMYK
RGB Variations
Color information
#E0722C (or 0xE0722C) is known color: Tahiti Gold. HEX triplet: E0, 72 and 2C. RGB value is (224,114,44). Sum of RGB (Red+Green+Blue) = 224+114+44=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0722C is #1F8DD3. Grayscale: #8B8B8B. Windows color (decimal): -2067924 or 2912992. OLE color: 2912992.
HSL color Cylindrical-coordinate representation of color #E0722C: hue angle of 23.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 #E0722C is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 44 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.12 |
| HSL | 23.33º | 0.74% | 0.53% | - |
| HSV(B) | 23.33º | 0.8% | 0.88% | - |
| XYZ | 37.21 | 28.06 | 5.84 | - |
| YUV | 138.91 | 74.44 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 44 | 0 | 0.49 | 0.80 | 0.12 | 23.33 | 0.74 | 0.53 |
| Hex | E0 | 72 | 2C | 0 | 31 | 50 | C | 17 | 4A | 35 |
| Octal | 340 | 162 | 54 | 0 | 61 | 120 | 14 | 27 | 112 | 65 |
| Binary | 11100000 | 1110010 | 101100 | 0 | 110001 | 1010000 | 1100 | 10111 | 1001010 | 110101 |
Color Harmonies of #E0722C
Complementary color
Monochromatic Colors of #E0722C
Black with #E0722C
Text Example
Text Example
White with #E0722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0722C; }
p { color: rgb(224,114,44); }
H1.HeaderClassName
{
color: #E0722C;
}
.AnyTagClassName
{
color: #E0722C;
}
</style>
background-color css
<style>
a { background-color: #E0722C; }
a { background-color: rgb(224,114,44); }
div.DivClassName
{
background-color: #E0722C;
}
.BgClassName
{
background-color: #E0722C;
}
</style>
border-color css
<style>
span { border-color: #E0722C; }
span { border-color: rgb(224,114,44); }
td.TdClassName
{
border-color: #E0722C;
}
.TagClassName
{
border-color: #E0722C;
}
</style>