Shades of Gamboge #EE9510
Tints of Gamboge #EE9510
RGB
CMYK
RGB Variations
Color information
#EE9510 (or 0xEE9510) is known color: Gamboge. HEX triplet: EE, 95 and 10. RGB value is (238,149,16). Sum of RGB (Red+Green+Blue) = 238+149+16=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9510 is #116AEF. Grayscale: #A1A1A1. Windows color (decimal): -1141488 or 1086958. OLE color: 1086958.
HSL color Cylindrical-coordinate representation of color #EE9510: hue angle of 35.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE9510 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.07 |
| HSL | 35.95º | 0.87% | 0.5% | - |
| HSV(B) | 35.95º | 0.93% | 0.93% | - |
| XYZ | 46.1 | 39.71 | 5.73 | - |
| YUV | 160.45 | 46.49 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 16 | 0 | 0.37 | 0.93 | 0.07 | 35.95 | 0.87 | 0.5 |
| Hex | EE | 95 | 10 | 0 | 25 | 5D | 7 | 24 | 57 | 32 |
| Octal | 356 | 225 | 20 | 0 | 45 | 135 | 7 | 44 | 127 | 62 |
| Binary | 11101110 | 10010101 | 10000 | 0 | 100101 | 1011101 | 111 | 100100 | 1010111 | 110010 |
Color Harmonies of #EE9510
Complementary color
Monochromatic Colors of #EE9510
Black with #EE9510
Text Example
Text Example
White with #EE9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9510; }
p { color: rgb(238,149,16); }
H1.HeaderClassName
{
color: #EE9510;
}
.AnyTagClassName
{
color: #EE9510;
}
</style>
background-color css
<style>
a { background-color: #EE9510; }
a { background-color: rgb(238,149,16); }
div.DivClassName
{
background-color: #EE9510;
}
.BgClassName
{
background-color: #EE9510;
}
</style>
border-color css
<style>
span { border-color: #EE9510; }
span { border-color: rgb(238,149,16); }
td.TdClassName
{
border-color: #EE9510;
}
.TagClassName
{
border-color: #EE9510;
}
</style>