Shades of Gamboge #EE940B
Tints of Gamboge #EE940B
RGB
CMYK
RGB Variations
Color information
#EE940B (or 0xEE940B) is known color: Gamboge. HEX triplet: EE, 94 and 0B. RGB value is (238,148,11). Sum of RGB (Red+Green+Blue) = 238+148+11=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE940B is #116BF4. Grayscale: #9F9F9F. Windows color (decimal): -1141749 or 759022. OLE color: 759022.
HSL color Cylindrical-coordinate representation of color #EE940B: hue angle of 36.21º 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 #EE940B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.07 |
| HSL | 36.21º | 0.91% | 0.49% | - |
| HSV(B) | 36.21º | 0.95% | 0.93% | - |
| XYZ | 45.91 | 39.38 | 5.5 | - |
| YUV | 159.29 | 44.32 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 11 | 0 | 0.38 | 0.95 | 0.07 | 36.21 | 0.91 | 0.49 |
| Hex | EE | 94 | B | 0 | 26 | 5F | 7 | 24 | 5B | 31 |
| Octal | 356 | 224 | 13 | 0 | 46 | 137 | 7 | 44 | 133 | 61 |
| Binary | 11101110 | 10010100 | 1011 | 0 | 100110 | 1011111 | 111 | 100100 | 1011011 | 110001 |
Color Harmonies of #EE940B
Complementary color
Monochromatic Colors of #EE940B
Black with #EE940B
Text Example
Text Example
White with #EE940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE940B; }
p { color: rgb(238,148,11); }
H1.HeaderClassName
{
color: #EE940B;
}
.AnyTagClassName
{
color: #EE940B;
}
</style>
background-color css
<style>
a { background-color: #EE940B; }
a { background-color: rgb(238,148,11); }
div.DivClassName
{
background-color: #EE940B;
}
.BgClassName
{
background-color: #EE940B;
}
</style>
border-color css
<style>
span { border-color: #EE940B; }
span { border-color: rgb(238,148,11); }
td.TdClassName
{
border-color: #EE940B;
}
.TagClassName
{
border-color: #EE940B;
}
</style>