Shades of Tahiti Gold #EE7325
Tints of Tahiti Gold #EE7325
RGB
CMYK
RGB Variations
Color information
#EE7325 (or 0xEE7325) is known color: Tahiti Gold. HEX triplet: EE, 73 and 25. RGB value is (238,115,37). Sum of RGB (Red+Green+Blue) = 238+115+37=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7325 is #118CDA. Grayscale: #8F8F8F. Windows color (decimal): -1150171 or 2454510. OLE color: 2454510.
HSL color Cylindrical-coordinate representation of color #EE7325: hue angle of 23.28º degrees, saturation: 0.86, 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 #EE7325 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 37 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.07 |
| HSL | 23.28º | 0.86% | 0.54% | - |
| HSV(B) | 23.28º | 0.84% | 0.93% | - |
| XYZ | 41.72 | 30.57 | 5.45 | - |
| YUV | 142.89 | 68.25 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 37 | 0 | 0.52 | 0.84 | 0.07 | 23.28 | 0.86 | 0.54 |
| Hex | EE | 73 | 25 | 0 | 34 | 54 | 7 | 17 | 56 | 36 |
| Octal | 356 | 163 | 45 | 0 | 64 | 124 | 7 | 27 | 126 | 66 |
| Binary | 11101110 | 1110011 | 100101 | 0 | 110100 | 1010100 | 111 | 10111 | 1010110 | 110110 |
Color Harmonies of #EE7325
Complementary color
Monochromatic Colors of #EE7325
Black with #EE7325
Text Example
Text Example
White with #EE7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7325; }
p { color: rgb(238,115,37); }
H1.HeaderClassName
{
color: #EE7325;
}
.AnyTagClassName
{
color: #EE7325;
}
</style>
background-color css
<style>
a { background-color: #EE7325; }
a { background-color: rgb(238,115,37); }
div.DivClassName
{
background-color: #EE7325;
}
.BgClassName
{
background-color: #EE7325;
}
</style>
border-color css
<style>
span { border-color: #EE7325; }
span { border-color: rgb(238,115,37); }
td.TdClassName
{
border-color: #EE7325;
}
.TagClassName
{
border-color: #EE7325;
}
</style>