Shades of Tahiti Gold #EE7128
Tints of Tahiti Gold #EE7128
RGB
CMYK
RGB Variations
Color information
#EE7128 (or 0xEE7128) is known color: Tahiti Gold. HEX triplet: EE, 71 and 28. RGB value is (238,113,40). Sum of RGB (Red+Green+Blue) = 238+113+40=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7128 is #118ED7. Grayscale: #8E8E8E. Windows color (decimal): -1150680 or 2650606. OLE color: 2650606.
HSL color Cylindrical-coordinate representation of color #EE7128: hue angle of 22.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE7128 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 40 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.07 |
| HSL | 22.12º | 0.85% | 0.55% | - |
| HSV(B) | 22.12º | 0.83% | 0.93% | - |
| XYZ | 41.55 | 30.14 | 5.64 | - |
| YUV | 142.05 | 70.41 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 40 | 0 | 0.53 | 0.83 | 0.07 | 22.12 | 0.85 | 0.55 |
| Hex | EE | 71 | 28 | 0 | 35 | 53 | 7 | 16 | 55 | 37 |
| Octal | 356 | 161 | 50 | 0 | 65 | 123 | 7 | 26 | 125 | 67 |
| Binary | 11101110 | 1110001 | 101000 | 0 | 110101 | 1010011 | 111 | 10110 | 1010101 | 110111 |
Color Harmonies of #EE7128
Complementary color
Monochromatic Colors of #EE7128
Black with #EE7128
Text Example
Text Example
White with #EE7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7128; }
p { color: rgb(238,113,40); }
H1.HeaderClassName
{
color: #EE7128;
}
.AnyTagClassName
{
color: #EE7128;
}
</style>
background-color css
<style>
a { background-color: #EE7128; }
a { background-color: rgb(238,113,40); }
div.DivClassName
{
background-color: #EE7128;
}
.BgClassName
{
background-color: #EE7128;
}
</style>
border-color css
<style>
span { border-color: #EE7128; }
span { border-color: rgb(238,113,40); }
td.TdClassName
{
border-color: #EE7128;
}
.TagClassName
{
border-color: #EE7128;
}
</style>