Shades of Tahiti Gold #EE7726
Tints of Tahiti Gold #EE7726
RGB
CMYK
RGB Variations
Color information
#EE7726 (or 0xEE7726) is known color: Tahiti Gold. HEX triplet: EE, 77 and 26. RGB value is (238,119,38). Sum of RGB (Red+Green+Blue) = 238+119+38=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7726 is #1188D9. Grayscale: #919191. Windows color (decimal): -1149146 or 2521070. OLE color: 2521070.
HSL color Cylindrical-coordinate representation of color #EE7726: hue angle of 24.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE7726 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 38 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.07 |
| HSL | 24.3º | 0.85% | 0.54% | - |
| HSV(B) | 24.3º | 0.84% | 0.93% | - |
| XYZ | 42.21 | 31.51 | 5.69 | - |
| YUV | 145.35 | 67.42 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 38 | 0 | 0.50 | 0.84 | 0.07 | 24.3 | 0.85 | 0.54 |
| Hex | EE | 77 | 26 | 0 | 32 | 54 | 7 | 18 | 55 | 36 |
| Octal | 356 | 167 | 46 | 0 | 62 | 124 | 7 | 30 | 125 | 66 |
| Binary | 11101110 | 1110111 | 100110 | 0 | 110010 | 1010100 | 111 | 11000 | 1010101 | 110110 |
Color Harmonies of #EE7726
Complementary color
Monochromatic Colors of #EE7726
Black with #EE7726
Text Example
Text Example
White with #EE7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7726; }
p { color: rgb(238,119,38); }
H1.HeaderClassName
{
color: #EE7726;
}
.AnyTagClassName
{
color: #EE7726;
}
</style>
background-color css
<style>
a { background-color: #EE7726; }
a { background-color: rgb(238,119,38); }
div.DivClassName
{
background-color: #EE7726;
}
.BgClassName
{
background-color: #EE7726;
}
</style>
border-color css
<style>
span { border-color: #EE7726; }
span { border-color: rgb(238,119,38); }
td.TdClassName
{
border-color: #EE7726;
}
.TagClassName
{
border-color: #EE7726;
}
</style>