Shades of Gamboge #EB900C
Tints of Gamboge #EB900C
RGB
CMYK
RGB Variations
Color information
#EB900C (or 0xEB900C) is known color: Gamboge. HEX triplet: EB, 90 and 0C. RGB value is (235,144,12). Sum of RGB (Red+Green+Blue) = 235+144+12=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB900C is #146FF3. Grayscale: #9C9C9C. Windows color (decimal): -1339380 or 823531. OLE color: 823531.
HSL color Cylindrical-coordinate representation of color #EB900C: hue angle of 35.52º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB900C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.08 |
| HSL | 35.52º | 0.9% | 0.48% | - |
| HSV(B) | 35.52º | 0.95% | 0.92% | - |
| XYZ | 44.3 | 37.64 | 5.28 | - |
| YUV | 156.16 | 46.65 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 12 | 0 | 0.39 | 0.95 | 0.08 | 35.52 | 0.9 | 0.48 |
| Hex | EB | 90 | C | 0 | 27 | 5F | 8 | 24 | 5A | 30 |
| Octal | 353 | 220 | 14 | 0 | 47 | 137 | 10 | 44 | 132 | 60 |
| Binary | 11101011 | 10010000 | 1100 | 0 | 100111 | 1011111 | 1000 | 100100 | 1011010 | 110000 |
Color Harmonies of #EB900C
Complementary color
Monochromatic Colors of #EB900C
Black with #EB900C
Text Example
Text Example
White with #EB900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB900C; }
p { color: rgb(235,144,12); }
H1.HeaderClassName
{
color: #EB900C;
}
.AnyTagClassName
{
color: #EB900C;
}
</style>
background-color css
<style>
a { background-color: #EB900C; }
a { background-color: rgb(235,144,12); }
div.DivClassName
{
background-color: #EB900C;
}
.BgClassName
{
background-color: #EB900C;
}
</style>
border-color css
<style>
span { border-color: #EB900C; }
span { border-color: rgb(235,144,12); }
td.TdClassName
{
border-color: #EB900C;
}
.TagClassName
{
border-color: #EB900C;
}
</style>