Shades of Tahiti Gold #E07422
Tints of Tahiti Gold #E07422
RGB
CMYK
RGB Variations
Color information
#E07422 (or 0xE07422) is known color: Tahiti Gold. HEX triplet: E0, 74 and 22. RGB value is (224,116,34). Sum of RGB (Red+Green+Blue) = 224+116+34=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E07422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07422 is #1F8BDD. Grayscale: #8B8B8B. Windows color (decimal): -2067422 or 2258144. OLE color: 2258144.
HSL color Cylindrical-coordinate representation of color #E07422: hue angle of 25.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E07422 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 34 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.12 |
| HSL | 25.89º | 0.75% | 0.51% | - |
| HSV(B) | 25.89º | 0.85% | 0.88% | - |
| XYZ | 37.27 | 28.45 | 5.04 | - |
| YUV | 138.94 | 68.78 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 34 | 0 | 0.48 | 0.85 | 0.12 | 25.89 | 0.75 | 0.51 |
| Hex | E0 | 74 | 22 | 0 | 30 | 55 | C | 1A | 4B | 33 |
| Octal | 340 | 164 | 42 | 0 | 60 | 125 | 14 | 32 | 113 | 63 |
| Binary | 11100000 | 1110100 | 100010 | 0 | 110000 | 1010101 | 1100 | 11010 | 1001011 | 110011 |
Color Harmonies of #E07422
Complementary color
Monochromatic Colors of #E07422
Black with #E07422
Text Example
Text Example
White with #E07422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07422; }
p { color: rgb(224,116,34); }
H1.HeaderClassName
{
color: #E07422;
}
.AnyTagClassName
{
color: #E07422;
}
</style>
background-color css
<style>
a { background-color: #E07422; }
a { background-color: rgb(224,116,34); }
div.DivClassName
{
background-color: #E07422;
}
.BgClassName
{
background-color: #E07422;
}
</style>
border-color css
<style>
span { border-color: #E07422; }
span { border-color: rgb(224,116,34); }
td.TdClassName
{
border-color: #E07422;
}
.TagClassName
{
border-color: #E07422;
}
</style>