Shades of Gamboge #EE900C
Tints of Gamboge #EE900C
RGB
CMYK
RGB Variations
Color information
#EE900C (or 0xEE900C) is known color: Gamboge. HEX triplet: EE, 90 and 0C. RGB value is (238,144,12). Sum of RGB (Red+Green+Blue) = 238+144+12=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE900C is #116FF3. Grayscale: #9D9D9D. Windows color (decimal): -1142772 or 823534. OLE color: 823534.
HSL color Cylindrical-coordinate representation of color #EE900C: hue angle of 35.04º 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 #EE900C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.04º | 0.9% | 0.49% | - |
| HSV(B) | 35.04º | 0.95% | 0.93% | - |
| XYZ | 45.3 | 38.15 | 5.32 | - |
| YUV | 157.06 | 46.14 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 12 | 0 | 0.39 | 0.95 | 0.07 | 35.04 | 0.9 | 0.49 |
| Hex | EE | 90 | C | 0 | 27 | 5F | 7 | 23 | 5A | 31 |
| Octal | 356 | 220 | 14 | 0 | 47 | 137 | 7 | 43 | 132 | 61 |
| Binary | 11101110 | 10010000 | 1100 | 0 | 100111 | 1011111 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #EE900C
Complementary color
Monochromatic Colors of #EE900C
Black with #EE900C
Text Example
Text Example
White with #EE900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE900C; }
p { color: rgb(238,144,12); }
H1.HeaderClassName
{
color: #EE900C;
}
.AnyTagClassName
{
color: #EE900C;
}
</style>
background-color css
<style>
a { background-color: #EE900C; }
a { background-color: rgb(238,144,12); }
div.DivClassName
{
background-color: #EE900C;
}
.BgClassName
{
background-color: #EE900C;
}
</style>
border-color css
<style>
span { border-color: #EE900C; }
span { border-color: rgb(238,144,12); }
td.TdClassName
{
border-color: #EE900C;
}
.TagClassName
{
border-color: #EE900C;
}
</style>