Shades of Gamboge #EE920D
Tints of Gamboge #EE920D
RGB
CMYK
RGB Variations
Color information
#EE920D (or 0xEE920D) is known color: Gamboge. HEX triplet: EE, 92 and 0D. RGB value is (238,146,13). Sum of RGB (Red+Green+Blue) = 238+146+13=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE920D is #116DF2. Grayscale: #9E9E9E. Windows color (decimal): -1142259 or 889582. OLE color: 889582.
HSL color Cylindrical-coordinate representation of color #EE920D: hue angle of 35.47º 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 #EE920D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.47º | 0.9% | 0.49% | - |
| HSV(B) | 35.47º | 0.95% | 0.93% | - |
| XYZ | 45.61 | 38.76 | 5.46 | - |
| YUV | 158.35 | 45.98 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 13 | 0 | 0.39 | 0.95 | 0.07 | 35.47 | 0.9 | 0.49 |
| Hex | EE | 92 | D | 0 | 27 | 5F | 7 | 23 | 5A | 31 |
| Octal | 356 | 222 | 15 | 0 | 47 | 137 | 7 | 43 | 132 | 61 |
| Binary | 11101110 | 10010010 | 1101 | 0 | 100111 | 1011111 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #EE920D
Complementary color
Monochromatic Colors of #EE920D
Black with #EE920D
Text Example
Text Example
White with #EE920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE920D; }
p { color: rgb(238,146,13); }
H1.HeaderClassName
{
color: #EE920D;
}
.AnyTagClassName
{
color: #EE920D;
}
</style>
background-color css
<style>
a { background-color: #EE920D; }
a { background-color: rgb(238,146,13); }
div.DivClassName
{
background-color: #EE920D;
}
.BgClassName
{
background-color: #EE920D;
}
</style>
border-color css
<style>
span { border-color: #EE920D; }
span { border-color: rgb(238,146,13); }
td.TdClassName
{
border-color: #EE920D;
}
.TagClassName
{
border-color: #EE920D;
}
</style>