Shades of Tahiti Gold #E07022
Tints of Tahiti Gold #E07022
RGB
CMYK
RGB Variations
Color information
#E07022 (or 0xE07022) is known color: Tahiti Gold. HEX triplet: E0, 70 and 22. RGB value is (224,112,34). Sum of RGB (Red+Green+Blue) = 224+112+34=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E07022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07022 is #1F8FDD. Grayscale: #898989. Windows color (decimal): -2068446 or 2257120. OLE color: 2257120.
HSL color Cylindrical-coordinate representation of color #E07022: hue angle of 24.63º 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 #E07022 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 34 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.12 |
| HSL | 24.63º | 0.75% | 0.51% | - |
| HSV(B) | 24.63º | 0.85% | 0.88% | - |
| XYZ | 36.82 | 27.55 | 4.89 | - |
| YUV | 136.6 | 70.11 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 34 | 0 | 0.50 | 0.85 | 0.12 | 24.63 | 0.75 | 0.51 |
| Hex | E0 | 70 | 22 | 0 | 32 | 55 | C | 19 | 4B | 33 |
| Octal | 340 | 160 | 42 | 0 | 62 | 125 | 14 | 31 | 113 | 63 |
| Binary | 11100000 | 1110000 | 100010 | 0 | 110010 | 1010101 | 1100 | 11001 | 1001011 | 110011 |
Color Harmonies of #E07022
Complementary color
Monochromatic Colors of #E07022
Black with #E07022
Text Example
Text Example
White with #E07022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07022; }
p { color: rgb(224,112,34); }
H1.HeaderClassName
{
color: #E07022;
}
.AnyTagClassName
{
color: #E07022;
}
</style>
background-color css
<style>
a { background-color: #E07022; }
a { background-color: rgb(224,112,34); }
div.DivClassName
{
background-color: #E07022;
}
.BgClassName
{
background-color: #E07022;
}
</style>
border-color css
<style>
span { border-color: #E07022; }
span { border-color: rgb(224,112,34); }
td.TdClassName
{
border-color: #E07022;
}
.TagClassName
{
border-color: #E07022;
}
</style>