Shades of Gamboge #EE9C0B
Tints of Gamboge #EE9C0B
RGB
CMYK
RGB Variations
Color information
#EE9C0B (or 0xEE9C0B) is known color: Gamboge. HEX triplet: EE, 9C and 0B. RGB value is (238,156,11). Sum of RGB (Red+Green+Blue) = 238+156+11=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C0B is #1163F4. Grayscale: #A4A4A4. Windows color (decimal): -1139701 or 761070. OLE color: 761070.
HSL color Cylindrical-coordinate representation of color #EE9C0B: hue angle of 38.33º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE9C0B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.07 |
| HSL | 38.33º | 0.91% | 0.49% | - |
| HSV(B) | 38.33º | 0.95% | 0.93% | - |
| XYZ | 47.21 | 41.98 | 5.93 | - |
| YUV | 163.99 | 41.67 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 11 | 0 | 0.34 | 0.95 | 0.07 | 38.33 | 0.91 | 0.49 |
| Hex | EE | 9C | B | 0 | 22 | 5F | 7 | 26 | 5B | 31 |
| Octal | 356 | 234 | 13 | 0 | 42 | 137 | 7 | 46 | 133 | 61 |
| Binary | 11101110 | 10011100 | 1011 | 0 | 100010 | 1011111 | 111 | 100110 | 1011011 | 110001 |
Color Harmonies of #EE9C0B
Complementary color
Monochromatic Colors of #EE9C0B
Black with #EE9C0B
Text Example
Text Example
White with #EE9C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C0B; }
p { color: rgb(238,156,11); }
H1.HeaderClassName
{
color: #EE9C0B;
}
.AnyTagClassName
{
color: #EE9C0B;
}
</style>
background-color css
<style>
a { background-color: #EE9C0B; }
a { background-color: rgb(238,156,11); }
div.DivClassName
{
background-color: #EE9C0B;
}
.BgClassName
{
background-color: #EE9C0B;
}
</style>
border-color css
<style>
span { border-color: #EE9C0B; }
span { border-color: rgb(238,156,11); }
td.TdClassName
{
border-color: #EE9C0B;
}
.TagClassName
{
border-color: #EE9C0B;
}
</style>