Shades of Gamboge #EE9705
Tints of Gamboge #EE9705
RGB
CMYK
RGB Variations
Color information
#EE9705 (or 0xEE9705) is known color: Gamboge. HEX triplet: EE, 97 and 05. RGB value is (238,151,5). Sum of RGB (Red+Green+Blue) = 238+151+5=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9705 is #1168FA. Grayscale: #A1A1A1. Windows color (decimal): -1140987 or 366574. OLE color: 366574.
HSL color Cylindrical-coordinate representation of color #EE9705: hue angle of 37.6º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE9705 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.07 |
| HSL | 37.6º | 0.96% | 0.48% | - |
| HSV(B) | 37.6º | 0.98% | 0.93% | - |
| XYZ | 46.35 | 40.32 | 5.48 | - |
| YUV | 160.37 | 40.32 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 5 | 0 | 0.37 | 0.98 | 0.07 | 37.6 | 0.96 | 0.48 |
| Hex | EE | 97 | 5 | 0 | 25 | 62 | 7 | 26 | 60 | 30 |
| Octal | 356 | 227 | 5 | 0 | 45 | 142 | 7 | 46 | 140 | 60 |
| Binary | 11101110 | 10010111 | 101 | 0 | 100101 | 1100010 | 111 | 100110 | 1100000 | 110000 |
Color Harmonies of #EE9705
Complementary color
Monochromatic Colors of #EE9705
Black with #EE9705
Text Example
Text Example
White with #EE9705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9705; }
p { color: rgb(238,151,5); }
H1.HeaderClassName
{
color: #EE9705;
}
.AnyTagClassName
{
color: #EE9705;
}
</style>
background-color css
<style>
a { background-color: #EE9705; }
a { background-color: rgb(238,151,5); }
div.DivClassName
{
background-color: #EE9705;
}
.BgClassName
{
background-color: #EE9705;
}
</style>
border-color css
<style>
span { border-color: #EE9705; }
span { border-color: rgb(238,151,5); }
td.TdClassName
{
border-color: #EE9705;
}
.TagClassName
{
border-color: #EE9705;
}
</style>