Shades of Gamboge #EE920A
Tints of Gamboge #EE920A
RGB
CMYK
RGB Variations
Color information
#EE920A (or 0xEE920A) is known color: Gamboge. HEX triplet: EE, 92 and 0A. RGB value is (238,146,10). Sum of RGB (Red+Green+Blue) = 238+146+10=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE920A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE920A is #116DF5. Grayscale: #9E9E9E. Windows color (decimal): -1142262 or 692974. OLE color: 692974.
HSL color Cylindrical-coordinate representation of color #EE920A: hue angle of 35.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE920A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 10 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.07 |
| HSL | 35.79º | 0.92% | 0.49% | - |
| HSV(B) | 35.79º | 0.96% | 0.93% | - |
| XYZ | 45.59 | 38.76 | 5.36 | - |
| YUV | 158 | 44.48 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 10 | 0 | 0.39 | 0.96 | 0.07 | 35.79 | 0.92 | 0.49 |
| Hex | EE | 92 | A | 0 | 27 | 60 | 7 | 24 | 5C | 31 |
| Octal | 356 | 222 | 12 | 0 | 47 | 140 | 7 | 44 | 134 | 61 |
| Binary | 11101110 | 10010010 | 1010 | 0 | 100111 | 1100000 | 111 | 100100 | 1011100 | 110001 |
Color Harmonies of #EE920A
Complementary color
Monochromatic Colors of #EE920A
Black with #EE920A
Text Example
Text Example
White with #EE920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE920A; }
p { color: rgb(238,146,10); }
H1.HeaderClassName
{
color: #EE920A;
}
.AnyTagClassName
{
color: #EE920A;
}
</style>
background-color css
<style>
a { background-color: #EE920A; }
a { background-color: rgb(238,146,10); }
div.DivClassName
{
background-color: #EE920A;
}
.BgClassName
{
background-color: #EE920A;
}
</style>
border-color css
<style>
span { border-color: #EE920A; }
span { border-color: rgb(238,146,10); }
td.TdClassName
{
border-color: #EE920A;
}
.TagClassName
{
border-color: #EE920A;
}
</style>