Shades of Gamboge #EE9504
Tints of Gamboge #EE9504
RGB
CMYK
RGB Variations
Color information
#EE9504 (or 0xEE9504) is known color: Gamboge. HEX triplet: EE, 95 and 04. RGB value is (238,149,4). Sum of RGB (Red+Green+Blue) = 238+149+4=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9504 is #116AFB. Grayscale: #9F9F9F. Windows color (decimal): -1141500 or 300526. OLE color: 300526.
HSL color Cylindrical-coordinate representation of color #EE9504: hue angle of 37.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE9504 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.07 |
| HSL | 37.18º | 0.97% | 0.47% | - |
| HSV(B) | 37.18º | 0.98% | 0.93% | - |
| XYZ | 46.03 | 39.68 | 5.35 | - |
| YUV | 159.08 | 40.49 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 4 | 0 | 0.37 | 0.98 | 0.07 | 37.18 | 0.97 | 0.47 |
| Hex | EE | 95 | 4 | 0 | 25 | 62 | 7 | 25 | 61 | 2F |
| Octal | 356 | 225 | 4 | 0 | 45 | 142 | 7 | 45 | 141 | 57 |
| Binary | 11101110 | 10010101 | 100 | 0 | 100101 | 1100010 | 111 | 100101 | 1100001 | 101111 |
Color Harmonies of #EE9504
Complementary color
Monochromatic Colors of #EE9504
Black with #EE9504
Text Example
Text Example
White with #EE9504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9504; }
p { color: rgb(238,149,4); }
H1.HeaderClassName
{
color: #EE9504;
}
.AnyTagClassName
{
color: #EE9504;
}
</style>
background-color css
<style>
a { background-color: #EE9504; }
a { background-color: rgb(238,149,4); }
div.DivClassName
{
background-color: #EE9504;
}
.BgClassName
{
background-color: #EE9504;
}
</style>
border-color css
<style>
span { border-color: #EE9504; }
span { border-color: rgb(238,149,4); }
td.TdClassName
{
border-color: #EE9504;
}
.TagClassName
{
border-color: #EE9504;
}
</style>