Shades of Gamboge #ED9802
Tints of Gamboge #ED9802
RGB
CMYK
RGB Variations
Color information
#ED9802 (or 0xED9802) is known color: Gamboge. HEX triplet: ED, 98 and 02. RGB value is (237,152,2). Sum of RGB (Red+Green+Blue) = 237+152+2=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9802 is #1267FD. Grayscale: #A0A0A0. Windows color (decimal): -1206270 or 170221. OLE color: 170221.
HSL color Cylindrical-coordinate representation of color #ED9802: hue angle of 38.3º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED9802 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.07 |
| HSL | 38.3º | 0.98% | 0.47% | - |
| HSV(B) | 38.3º | 0.99% | 0.93% | - |
| XYZ | 46.16 | 40.47 | 5.43 | - |
| YUV | 160.32 | 38.66 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 2 | 0 | 0.36 | 0.99 | 0.07 | 38.3 | 0.98 | 0.47 |
| Hex | ED | 98 | 2 | 0 | 24 | 63 | 7 | 26 | 62 | 2F |
| Octal | 355 | 230 | 2 | 0 | 44 | 143 | 7 | 46 | 142 | 57 |
| Binary | 11101101 | 10011000 | 10 | 0 | 100100 | 1100011 | 111 | 100110 | 1100010 | 101111 |
Color Harmonies of #ED9802
Complementary color
Monochromatic Colors of #ED9802
Black with #ED9802
Text Example
Text Example
White with #ED9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9802; }
p { color: rgb(237,152,2); }
H1.HeaderClassName
{
color: #ED9802;
}
.AnyTagClassName
{
color: #ED9802;
}
</style>
background-color css
<style>
a { background-color: #ED9802; }
a { background-color: rgb(237,152,2); }
div.DivClassName
{
background-color: #ED9802;
}
.BgClassName
{
background-color: #ED9802;
}
</style>
border-color css
<style>
span { border-color: #ED9802; }
span { border-color: rgb(237,152,2); }
td.TdClassName
{
border-color: #ED9802;
}
.TagClassName
{
border-color: #ED9802;
}
</style>