Shades of Gamboge #EE930C
Tints of Gamboge #EE930C
RGB
CMYK
RGB Variations
Color information
#EE930C (or 0xEE930C) is known color: Gamboge. HEX triplet: EE, 93 and 0C. RGB value is (238,147,12). Sum of RGB (Red+Green+Blue) = 238+147+12=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE930C is #116CF3. Grayscale: #9F9F9F. Windows color (decimal): -1142004 or 824302. OLE color: 824302.
HSL color Cylindrical-coordinate representation of color #EE930C: hue angle of 35.84º degrees, saturation: 0.9, 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 #EE930C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.07 |
| HSL | 35.84º | 0.9% | 0.49% | - |
| HSV(B) | 35.84º | 0.95% | 0.93% | - |
| XYZ | 45.76 | 39.07 | 5.48 | - |
| YUV | 158.82 | 45.15 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 12 | 0 | 0.38 | 0.95 | 0.07 | 35.84 | 0.9 | 0.49 |
| Hex | EE | 93 | C | 0 | 26 | 5F | 7 | 24 | 5A | 31 |
| Octal | 356 | 223 | 14 | 0 | 46 | 137 | 7 | 44 | 132 | 61 |
| Binary | 11101110 | 10010011 | 1100 | 0 | 100110 | 1011111 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #EE930C
Complementary color
Monochromatic Colors of #EE930C
Black with #EE930C
Text Example
Text Example
White with #EE930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE930C; }
p { color: rgb(238,147,12); }
H1.HeaderClassName
{
color: #EE930C;
}
.AnyTagClassName
{
color: #EE930C;
}
</style>
background-color css
<style>
a { background-color: #EE930C; }
a { background-color: rgb(238,147,12); }
div.DivClassName
{
background-color: #EE930C;
}
.BgClassName
{
background-color: #EE930C;
}
</style>
border-color css
<style>
span { border-color: #EE930C; }
span { border-color: rgb(238,147,12); }
td.TdClassName
{
border-color: #EE930C;
}
.TagClassName
{
border-color: #EE930C;
}
</style>