Shades of Gamboge #EE930D
Tints of Gamboge #EE930D
RGB
CMYK
RGB Variations
Color information
#EE930D (or 0xEE930D) is known color: Gamboge. HEX triplet: EE, 93 and 0D. RGB value is (238,147,13). Sum of RGB (Red+Green+Blue) = 238+147+13=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE930D is #116CF2. Grayscale: #9F9F9F. Windows color (decimal): -1142003 or 889838. OLE color: 889838.
HSL color Cylindrical-coordinate representation of color #EE930D: hue angle of 35.73º 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 #EE930D is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 13 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.07 |
| HSL | 35.73º | 0.9% | 0.49% | - |
| HSV(B) | 35.73º | 0.95% | 0.93% | - |
| XYZ | 45.77 | 39.07 | 5.51 | - |
| YUV | 158.93 | 45.65 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 13 | 0 | 0.38 | 0.95 | 0.07 | 35.73 | 0.9 | 0.49 |
| Hex | EE | 93 | D | 0 | 26 | 5F | 7 | 24 | 5A | 31 |
| Octal | 356 | 223 | 15 | 0 | 46 | 137 | 7 | 44 | 132 | 61 |
| Binary | 11101110 | 10010011 | 1101 | 0 | 100110 | 1011111 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #EE930D
Complementary color
Monochromatic Colors of #EE930D
Black with #EE930D
Text Example
Text Example
White with #EE930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE930D; }
p { color: rgb(238,147,13); }
H1.HeaderClassName
{
color: #EE930D;
}
.AnyTagClassName
{
color: #EE930D;
}
</style>
background-color css
<style>
a { background-color: #EE930D; }
a { background-color: rgb(238,147,13); }
div.DivClassName
{
background-color: #EE930D;
}
.BgClassName
{
background-color: #EE930D;
}
</style>
border-color css
<style>
span { border-color: #EE930D; }
span { border-color: rgb(238,147,13); }
td.TdClassName
{
border-color: #EE930D;
}
.TagClassName
{
border-color: #EE930D;
}
</style>