Shades of Gamboge #EE920C
Tints of Gamboge #EE920C
RGB
CMYK
RGB Variations
Color information
#EE920C (or 0xEE920C) is known color: Gamboge. HEX triplet: EE, 92 and 0C. RGB value is (238,146,12). Sum of RGB (Red+Green+Blue) = 238+146+12=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE920C is #116DF3. Grayscale: #9E9E9E. Windows color (decimal): -1142260 or 824046. OLE color: 824046.
HSL color Cylindrical-coordinate representation of color #EE920C: hue angle of 35.58º 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 #EE920C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.58º | 0.9% | 0.49% | - |
| HSV(B) | 35.58º | 0.95% | 0.93% | - |
| XYZ | 45.61 | 38.76 | 5.43 | - |
| YUV | 158.23 | 45.48 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 12 | 0 | 0.39 | 0.95 | 0.07 | 35.58 | 0.9 | 0.49 |
| Hex | EE | 92 | C | 0 | 27 | 5F | 7 | 24 | 5A | 31 |
| Octal | 356 | 222 | 14 | 0 | 47 | 137 | 7 | 44 | 132 | 61 |
| Binary | 11101110 | 10010010 | 1100 | 0 | 100111 | 1011111 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #EE920C
Complementary color
Monochromatic Colors of #EE920C
Black with #EE920C
Text Example
Text Example
White with #EE920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE920C; }
p { color: rgb(238,146,12); }
H1.HeaderClassName
{
color: #EE920C;
}
.AnyTagClassName
{
color: #EE920C;
}
</style>
background-color css
<style>
a { background-color: #EE920C; }
a { background-color: rgb(238,146,12); }
div.DivClassName
{
background-color: #EE920C;
}
.BgClassName
{
background-color: #EE920C;
}
</style>
border-color css
<style>
span { border-color: #EE920C; }
span { border-color: rgb(238,146,12); }
td.TdClassName
{
border-color: #EE920C;
}
.TagClassName
{
border-color: #EE920C;
}
</style>