Shades of Gamboge #EE910F
Tints of Gamboge #EE910F
RGB
CMYK
RGB Variations
Color information
#EE910F (or 0xEE910F) is known color: Gamboge. HEX triplet: EE, 91 and 0F. RGB value is (238,145,15). Sum of RGB (Red+Green+Blue) = 238+145+15=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE910F is #116EF0. Grayscale: #9E9E9E. Windows color (decimal): -1142513 or 1020398. OLE color: 1020398.
HSL color Cylindrical-coordinate representation of color #EE910F: hue angle of 34.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE910F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 15 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.07 |
| HSL | 34.98º | 0.88% | 0.5% | - |
| HSV(B) | 34.98º | 0.94% | 0.93% | - |
| XYZ | 45.47 | 38.46 | 5.48 | - |
| YUV | 157.99 | 47.31 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 15 | 0 | 0.39 | 0.94 | 0.07 | 34.98 | 0.88 | 0.5 |
| Hex | EE | 91 | F | 0 | 27 | 5E | 7 | 23 | 58 | 32 |
| Octal | 356 | 221 | 17 | 0 | 47 | 136 | 7 | 43 | 130 | 62 |
| Binary | 11101110 | 10010001 | 1111 | 0 | 100111 | 1011110 | 111 | 100011 | 1011000 | 110010 |
Color Harmonies of #EE910F
Complementary color
Monochromatic Colors of #EE910F
Black with #EE910F
Text Example
Text Example
White with #EE910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE910F; }
p { color: rgb(238,145,15); }
H1.HeaderClassName
{
color: #EE910F;
}
.AnyTagClassName
{
color: #EE910F;
}
</style>
background-color css
<style>
a { background-color: #EE910F; }
a { background-color: rgb(238,145,15); }
div.DivClassName
{
background-color: #EE910F;
}
.BgClassName
{
background-color: #EE910F;
}
</style>
border-color css
<style>
span { border-color: #EE910F; }
span { border-color: rgb(238,145,15); }
td.TdClassName
{
border-color: #EE910F;
}
.TagClassName
{
border-color: #EE910F;
}
</style>