Shades of Gamboge #EE940F
Tints of Gamboge #EE940F
RGB
CMYK
RGB Variations
Color information
#EE940F (or 0xEE940F) is known color: Gamboge. HEX triplet: EE, 94 and 0F. RGB value is (238,148,15). Sum of RGB (Red+Green+Blue) = 238+148+15=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE940F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE940F is #116BF0. Grayscale: #A0A0A0. Windows color (decimal): -1141745 or 1021166. OLE color: 1021166.
HSL color Cylindrical-coordinate representation of color #EE940F: hue angle of 35.78º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE940F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.07 |
| HSL | 35.78º | 0.88% | 0.5% | - |
| HSV(B) | 35.78º | 0.94% | 0.93% | - |
| XYZ | 45.94 | 39.39 | 5.63 | - |
| YUV | 159.75 | 46.32 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 15 | 0 | 0.38 | 0.94 | 0.07 | 35.78 | 0.88 | 0.5 |
| Hex | EE | 94 | F | 0 | 26 | 5E | 7 | 24 | 58 | 32 |
| Octal | 356 | 224 | 17 | 0 | 46 | 136 | 7 | 44 | 130 | 62 |
| Binary | 11101110 | 10010100 | 1111 | 0 | 100110 | 1011110 | 111 | 100100 | 1011000 | 110010 |
Color Harmonies of #EE940F
Complementary color
Monochromatic Colors of #EE940F
Black with #EE940F
Text Example
Text Example
White with #EE940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE940F; }
p { color: rgb(238,148,15); }
H1.HeaderClassName
{
color: #EE940F;
}
.AnyTagClassName
{
color: #EE940F;
}
</style>
background-color css
<style>
a { background-color: #EE940F; }
a { background-color: rgb(238,148,15); }
div.DivClassName
{
background-color: #EE940F;
}
.BgClassName
{
background-color: #EE940F;
}
</style>
border-color css
<style>
span { border-color: #EE940F; }
span { border-color: rgb(238,148,15); }
td.TdClassName
{
border-color: #EE940F;
}
.TagClassName
{
border-color: #EE940F;
}
</style>