Shades of Tahiti Gold #EE7222
Tints of Tahiti Gold #EE7222
RGB
CMYK
RGB Variations
Color information
#EE7222 (or 0xEE7222) is known color: Tahiti Gold. HEX triplet: EE, 72 and 22. RGB value is (238,114,34). Sum of RGB (Red+Green+Blue) = 238+114+34=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7222 is #118DDD. Grayscale: #8E8E8E. Windows color (decimal): -1150430 or 2257646. OLE color: 2257646.
HSL color Cylindrical-coordinate representation of color #EE7222: hue angle of 23.53º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE7222 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 34 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.07 |
| HSL | 23.53º | 0.86% | 0.53% | - |
| HSV(B) | 23.53º | 0.86% | 0.93% | - |
| XYZ | 41.57 | 30.33 | 5.18 | - |
| YUV | 141.96 | 67.08 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 34 | 0 | 0.52 | 0.86 | 0.07 | 23.53 | 0.86 | 0.53 |
| Hex | EE | 72 | 22 | 0 | 34 | 56 | 7 | 18 | 56 | 35 |
| Octal | 356 | 162 | 42 | 0 | 64 | 126 | 7 | 30 | 126 | 65 |
| Binary | 11101110 | 1110010 | 100010 | 0 | 110100 | 1010110 | 111 | 11000 | 1010110 | 110101 |
Color Harmonies of #EE7222
Complementary color
Monochromatic Colors of #EE7222
Black with #EE7222
Text Example
Text Example
White with #EE7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7222; }
p { color: rgb(238,114,34); }
H1.HeaderClassName
{
color: #EE7222;
}
.AnyTagClassName
{
color: #EE7222;
}
</style>
background-color css
<style>
a { background-color: #EE7222; }
a { background-color: rgb(238,114,34); }
div.DivClassName
{
background-color: #EE7222;
}
.BgClassName
{
background-color: #EE7222;
}
</style>
border-color css
<style>
span { border-color: #EE7222; }
span { border-color: rgb(238,114,34); }
td.TdClassName
{
border-color: #EE7222;
}
.TagClassName
{
border-color: #EE7222;
}
</style>