Shades of Gamboge #EE930F
Tints of Gamboge #EE930F
RGB
CMYK
RGB Variations
Color information
#EE930F (or 0xEE930F) is known color: Gamboge. HEX triplet: EE, 93 and 0F. RGB value is (238,147,15). Sum of RGB (Red+Green+Blue) = 238+147+15=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE930F is #116CF0. Grayscale: #9F9F9F. Windows color (decimal): -1142001 or 1020910. OLE color: 1020910.
HSL color Cylindrical-coordinate representation of color #EE930F: hue angle of 35.52º 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 #EE930F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.07 |
| HSL | 35.52º | 0.88% | 0.5% | - |
| HSV(B) | 35.52º | 0.94% | 0.93% | - |
| XYZ | 45.78 | 39.08 | 5.58 | - |
| YUV | 159.16 | 46.65 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 15 | 0 | 0.38 | 0.94 | 0.07 | 35.52 | 0.88 | 0.5 |
| Hex | EE | 93 | F | 0 | 26 | 5E | 7 | 24 | 58 | 32 |
| Octal | 356 | 223 | 17 | 0 | 46 | 136 | 7 | 44 | 130 | 62 |
| Binary | 11101110 | 10010011 | 1111 | 0 | 100110 | 1011110 | 111 | 100100 | 1011000 | 110010 |
Color Harmonies of #EE930F
Complementary color
Monochromatic Colors of #EE930F
Black with #EE930F
Text Example
Text Example
White with #EE930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE930F; }
p { color: rgb(238,147,15); }
H1.HeaderClassName
{
color: #EE930F;
}
.AnyTagClassName
{
color: #EE930F;
}
</style>
background-color css
<style>
a { background-color: #EE930F; }
a { background-color: rgb(238,147,15); }
div.DivClassName
{
background-color: #EE930F;
}
.BgClassName
{
background-color: #EE930F;
}
</style>
border-color css
<style>
span { border-color: #EE930F; }
span { border-color: rgb(238,147,15); }
td.TdClassName
{
border-color: #EE930F;
}
.TagClassName
{
border-color: #EE930F;
}
</style>