Shades of Tahiti Gold #E07222
Tints of Tahiti Gold #E07222
RGB
CMYK
RGB Variations
Color information
#E07222 (or 0xE07222) is known color: Tahiti Gold. HEX triplet: E0, 72 and 22. RGB value is (224,114,34). Sum of RGB (Red+Green+Blue) = 224+114+34=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E07222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07222 is #1F8DDD. Grayscale: #8A8A8A. Windows color (decimal): -2067934 or 2257632. OLE color: 2257632.
HSL color Cylindrical-coordinate representation of color #E07222: hue angle of 25.26º 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 #E07222 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 34 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.12 |
| HSL | 25.26º | 0.75% | 0.51% | - |
| HSV(B) | 25.26º | 0.85% | 0.88% | - |
| XYZ | 37.05 | 28 | 4.96 | - |
| YUV | 137.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 34 | 0 | 0.49 | 0.85 | 0.12 | 25.26 | 0.75 | 0.51 |
| Hex | E0 | 72 | 22 | 0 | 31 | 55 | C | 19 | 4B | 33 |
| Octal | 340 | 162 | 42 | 0 | 61 | 125 | 14 | 31 | 113 | 63 |
| Binary | 11100000 | 1110010 | 100010 | 0 | 110001 | 1010101 | 1100 | 11001 | 1001011 | 110011 |
Color Harmonies of #E07222
Complementary color
Monochromatic Colors of #E07222
Black with #E07222
Text Example
Text Example
White with #E07222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07222; }
p { color: rgb(224,114,34); }
H1.HeaderClassName
{
color: #E07222;
}
.AnyTagClassName
{
color: #E07222;
}
</style>
background-color css
<style>
a { background-color: #E07222; }
a { background-color: rgb(224,114,34); }
div.DivClassName
{
background-color: #E07222;
}
.BgClassName
{
background-color: #E07222;
}
</style>
border-color css
<style>
span { border-color: #E07222; }
span { border-color: rgb(224,114,34); }
td.TdClassName
{
border-color: #E07222;
}
.TagClassName
{
border-color: #E07222;
}
</style>