Shades of Gamboge #EE9807
Tints of Gamboge #EE9807
RGB
CMYK
RGB Variations
Color information
#EE9807 (or 0xEE9807) is known color: Gamboge. HEX triplet: EE, 98 and 07. RGB value is (238,152,7). Sum of RGB (Red+Green+Blue) = 238+152+7=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9807 is #1167F8. Grayscale: #A1A1A1. Windows color (decimal): -1140729 or 497902. OLE color: 497902.
HSL color Cylindrical-coordinate representation of color #EE9807: hue angle of 37.66º 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 #EE9807 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.07 |
| HSL | 37.66º | 0.94% | 0.48% | - |
| HSV(B) | 37.66º | 0.97% | 0.93% | - |
| XYZ | 46.53 | 40.65 | 5.59 | - |
| YUV | 161.18 | 40.99 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 7 | 0 | 0.36 | 0.97 | 0.07 | 37.66 | 0.94 | 0.48 |
| Hex | EE | 98 | 7 | 0 | 24 | 61 | 7 | 26 | 5E | 30 |
| Octal | 356 | 230 | 7 | 0 | 44 | 141 | 7 | 46 | 136 | 60 |
| Binary | 11101110 | 10011000 | 111 | 0 | 100100 | 1100001 | 111 | 100110 | 1011110 | 110000 |
Color Harmonies of #EE9807
Complementary color
Monochromatic Colors of #EE9807
Black with #EE9807
Text Example
Text Example
White with #EE9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9807; }
p { color: rgb(238,152,7); }
H1.HeaderClassName
{
color: #EE9807;
}
.AnyTagClassName
{
color: #EE9807;
}
</style>
background-color css
<style>
a { background-color: #EE9807; }
a { background-color: rgb(238,152,7); }
div.DivClassName
{
background-color: #EE9807;
}
.BgClassName
{
background-color: #EE9807;
}
</style>
border-color css
<style>
span { border-color: #EE9807; }
span { border-color: rgb(238,152,7); }
td.TdClassName
{
border-color: #EE9807;
}
.TagClassName
{
border-color: #EE9807;
}
</style>