Shades of Tahiti Gold #EE7D25
Tints of Tahiti Gold #EE7D25
RGB
CMYK
RGB Variations
Color information
#EE7D25 (or 0xEE7D25) is known color: Tahiti Gold. HEX triplet: EE, 7D and 25. RGB value is (238,125,37). Sum of RGB (Red+Green+Blue) = 238+125+37=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7D25 is #1182DA. Grayscale: #959595. Windows color (decimal): -1147611 or 2457070. OLE color: 2457070.
HSL color Cylindrical-coordinate representation of color #EE7D25: hue angle of 26.27º 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 #EE7D25 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 37 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.07 |
| HSL | 26.27º | 0.86% | 0.54% | - |
| HSV(B) | 26.27º | 0.84% | 0.93% | - |
| XYZ | 42.93 | 32.98 | 5.85 | - |
| YUV | 148.76 | 64.94 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 37 | 0 | 0.47 | 0.84 | 0.07 | 26.27 | 0.86 | 0.54 |
| Hex | EE | 7D | 25 | 0 | 2F | 54 | 7 | 1A | 56 | 36 |
| Octal | 356 | 175 | 45 | 0 | 57 | 124 | 7 | 32 | 126 | 66 |
| Binary | 11101110 | 1111101 | 100101 | 0 | 101111 | 1010100 | 111 | 11010 | 1010110 | 110110 |
Color Harmonies of #EE7D25
Complementary color
Monochromatic Colors of #EE7D25
Black with #EE7D25
Text Example
Text Example
White with #EE7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7D25; }
p { color: rgb(238,125,37); }
H1.HeaderClassName
{
color: #EE7D25;
}
.AnyTagClassName
{
color: #EE7D25;
}
</style>
background-color css
<style>
a { background-color: #EE7D25; }
a { background-color: rgb(238,125,37); }
div.DivClassName
{
background-color: #EE7D25;
}
.BgClassName
{
background-color: #EE7D25;
}
</style>
border-color css
<style>
span { border-color: #EE7D25; }
span { border-color: rgb(238,125,37); }
td.TdClassName
{
border-color: #EE7D25;
}
.TagClassName
{
border-color: #EE7D25;
}
</style>