Shades of Gamboge #EB900F
Tints of Gamboge #EB900F
RGB
CMYK
RGB Variations
Color information
#EB900F (or 0xEB900F) is known color: Gamboge. HEX triplet: EB, 90 and 0F. RGB value is (235,144,15). Sum of RGB (Red+Green+Blue) = 235+144+15=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB900F is #146FF0. Grayscale: #9D9D9D. Windows color (decimal): -1339377 or 1020139. OLE color: 1020139.
HSL color Cylindrical-coordinate representation of color #EB900F: hue angle of 35.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB900F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 15 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.08 |
| HSL | 35.18º | 0.88% | 0.49% | - |
| HSV(B) | 35.18º | 0.94% | 0.92% | - |
| XYZ | 44.32 | 37.64 | 5.38 | - |
| YUV | 156.5 | 48.15 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 15 | 0 | 0.39 | 0.94 | 0.08 | 35.18 | 0.88 | 0.49 |
| Hex | EB | 90 | F | 0 | 27 | 5E | 8 | 23 | 58 | 31 |
| Octal | 353 | 220 | 17 | 0 | 47 | 136 | 10 | 43 | 130 | 61 |
| Binary | 11101011 | 10010000 | 1111 | 0 | 100111 | 1011110 | 1000 | 100011 | 1011000 | 110001 |
Color Harmonies of #EB900F
Complementary color
Monochromatic Colors of #EB900F
Black with #EB900F
Text Example
Text Example
White with #EB900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB900F; }
p { color: rgb(235,144,15); }
H1.HeaderClassName
{
color: #EB900F;
}
.AnyTagClassName
{
color: #EB900F;
}
</style>
background-color css
<style>
a { background-color: #EB900F; }
a { background-color: rgb(235,144,15); }
div.DivClassName
{
background-color: #EB900F;
}
.BgClassName
{
background-color: #EB900F;
}
</style>
border-color css
<style>
span { border-color: #EB900F; }
span { border-color: rgb(235,144,15); }
td.TdClassName
{
border-color: #EB900F;
}
.TagClassName
{
border-color: #EB900F;
}
</style>