Shades of Gamboge #EE9507
Tints of Gamboge #EE9507
RGB
CMYK
RGB Variations
Color information
#EE9507 (or 0xEE9507) is known color: Gamboge. HEX triplet: EE, 95 and 07. RGB value is (238,149,7). Sum of RGB (Red+Green+Blue) = 238+149+7=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9507 is #116AF8. Grayscale: #A0A0A0. Windows color (decimal): -1141497 or 497134. OLE color: 497134.
HSL color Cylindrical-coordinate representation of color #EE9507: hue angle of 36.88º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE9507 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.07 |
| HSL | 36.88º | 0.94% | 0.48% | - |
| HSV(B) | 36.88º | 0.97% | 0.93% | - |
| XYZ | 46.05 | 39.69 | 5.43 | - |
| YUV | 159.42 | 41.99 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 7 | 0 | 0.37 | 0.97 | 0.07 | 36.88 | 0.94 | 0.48 |
| Hex | EE | 95 | 7 | 0 | 25 | 61 | 7 | 25 | 5E | 30 |
| Octal | 356 | 225 | 7 | 0 | 45 | 141 | 7 | 45 | 136 | 60 |
| Binary | 11101110 | 10010101 | 111 | 0 | 100101 | 1100001 | 111 | 100101 | 1011110 | 110000 |
Color Harmonies of #EE9507
Complementary color
Monochromatic Colors of #EE9507
Black with #EE9507
Text Example
Text Example
White with #EE9507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9507; }
p { color: rgb(238,149,7); }
H1.HeaderClassName
{
color: #EE9507;
}
.AnyTagClassName
{
color: #EE9507;
}
</style>
background-color css
<style>
a { background-color: #EE9507; }
a { background-color: rgb(238,149,7); }
div.DivClassName
{
background-color: #EE9507;
}
.BgClassName
{
background-color: #EE9507;
}
</style>
border-color css
<style>
span { border-color: #EE9507; }
span { border-color: rgb(238,149,7); }
td.TdClassName
{
border-color: #EE9507;
}
.TagClassName
{
border-color: #EE9507;
}
</style>