Shades of Tahiti Gold #EE6F25
Tints of Tahiti Gold #EE6F25
RGB
CMYK
RGB Variations
Color information
#EE6F25 (or 0xEE6F25) is known color: Tahiti Gold. HEX triplet: EE, 6F and 25. RGB value is (238,111,37). Sum of RGB (Red+Green+Blue) = 238+111+37=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6F25 is #1190DA. Grayscale: #8C8C8C. Windows color (decimal): -1151195 or 2453486. OLE color: 2453486.
HSL color Cylindrical-coordinate representation of color #EE6F25: hue angle of 22.09º 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 #EE6F25 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 37 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.07 |
| HSL | 22.09º | 0.86% | 0.54% | - |
| HSV(B) | 22.09º | 0.84% | 0.93% | - |
| XYZ | 41.28 | 29.68 | 5.3 | - |
| YUV | 140.54 | 69.58 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 37 | 0 | 0.53 | 0.84 | 0.07 | 22.09 | 0.86 | 0.54 |
| Hex | EE | 6F | 25 | 0 | 35 | 54 | 7 | 16 | 56 | 36 |
| Octal | 356 | 157 | 45 | 0 | 65 | 124 | 7 | 26 | 126 | 66 |
| Binary | 11101110 | 1101111 | 100101 | 0 | 110101 | 1010100 | 111 | 10110 | 1010110 | 110110 |
Color Harmonies of #EE6F25
Complementary color
Monochromatic Colors of #EE6F25
Black with #EE6F25
Text Example
Text Example
White with #EE6F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F25; }
p { color: rgb(238,111,37); }
H1.HeaderClassName
{
color: #EE6F25;
}
.AnyTagClassName
{
color: #EE6F25;
}
</style>
background-color css
<style>
a { background-color: #EE6F25; }
a { background-color: rgb(238,111,37); }
div.DivClassName
{
background-color: #EE6F25;
}
.BgClassName
{
background-color: #EE6F25;
}
</style>
border-color css
<style>
span { border-color: #EE6F25; }
span { border-color: rgb(238,111,37); }
td.TdClassName
{
border-color: #EE6F25;
}
.TagClassName
{
border-color: #EE6F25;
}
</style>