Shades of Gamboge #EE910B
Tints of Gamboge #EE910B
RGB
CMYK
RGB Variations
Color information
#EE910B (or 0xEE910B) is known color: Gamboge. HEX triplet: EE, 91 and 0B. RGB value is (238,145,11). Sum of RGB (Red+Green+Blue) = 238+145+11=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE910B is #116EF4. Grayscale: #9E9E9E. Windows color (decimal): -1142517 or 758254. OLE color: 758254.
HSL color Cylindrical-coordinate representation of color #EE910B: hue angle of 35.42º degrees, saturation: 0.91, 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 #EE910B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.42º | 0.91% | 0.49% | - |
| HSV(B) | 35.42º | 0.95% | 0.93% | - |
| XYZ | 45.45 | 38.45 | 5.34 | - |
| YUV | 157.53 | 45.31 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 11 | 0 | 0.39 | 0.95 | 0.07 | 35.42 | 0.91 | 0.49 |
| Hex | EE | 91 | B | 0 | 27 | 5F | 7 | 23 | 5B | 31 |
| Octal | 356 | 221 | 13 | 0 | 47 | 137 | 7 | 43 | 133 | 61 |
| Binary | 11101110 | 10010001 | 1011 | 0 | 100111 | 1011111 | 111 | 100011 | 1011011 | 110001 |
Color Harmonies of #EE910B
Complementary color
Monochromatic Colors of #EE910B
Black with #EE910B
Text Example
Text Example
White with #EE910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE910B; }
p { color: rgb(238,145,11); }
H1.HeaderClassName
{
color: #EE910B;
}
.AnyTagClassName
{
color: #EE910B;
}
</style>
background-color css
<style>
a { background-color: #EE910B; }
a { background-color: rgb(238,145,11); }
div.DivClassName
{
background-color: #EE910B;
}
.BgClassName
{
background-color: #EE910B;
}
</style>
border-color css
<style>
span { border-color: #EE910B; }
span { border-color: rgb(238,145,11); }
td.TdClassName
{
border-color: #EE910B;
}
.TagClassName
{
border-color: #EE910B;
}
</style>