Shades of Gamboge #ED9C03
Tints of Gamboge #ED9C03
RGB
CMYK
RGB Variations
Color information
#ED9C03 (or 0xED9C03) is known color: Gamboge. HEX triplet: ED, 9C and 03. RGB value is (237,156,3). Sum of RGB (Red+Green+Blue) = 237+156+3=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9C03 is #1263FC. Grayscale: #A3A3A3. Windows color (decimal): -1205245 or 236781. OLE color: 236781.
HSL color Cylindrical-coordinate representation of color #ED9C03: hue angle of 39.23º 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 #ED9C03 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.07 |
| HSL | 39.23º | 0.98% | 0.47% | - |
| HSV(B) | 39.23º | 0.99% | 0.93% | - |
| XYZ | 46.83 | 41.79 | 5.68 | - |
| YUV | 162.78 | 37.84 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 3 | 0 | 0.34 | 0.99 | 0.07 | 39.23 | 0.98 | 0.47 |
| Hex | ED | 9C | 3 | 0 | 22 | 63 | 7 | 27 | 62 | 2F |
| Octal | 355 | 234 | 3 | 0 | 42 | 143 | 7 | 47 | 142 | 57 |
| Binary | 11101101 | 10011100 | 11 | 0 | 100010 | 1100011 | 111 | 100111 | 1100010 | 101111 |
Color Harmonies of #ED9C03
Complementary color
Monochromatic Colors of #ED9C03
Black with #ED9C03
Text Example
Text Example
White with #ED9C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C03; }
p { color: rgb(237,156,3); }
H1.HeaderClassName
{
color: #ED9C03;
}
.AnyTagClassName
{
color: #ED9C03;
}
</style>
background-color css
<style>
a { background-color: #ED9C03; }
a { background-color: rgb(237,156,3); }
div.DivClassName
{
background-color: #ED9C03;
}
.BgClassName
{
background-color: #ED9C03;
}
</style>
border-color css
<style>
span { border-color: #ED9C03; }
span { border-color: rgb(237,156,3); }
td.TdClassName
{
border-color: #ED9C03;
}
.TagClassName
{
border-color: #ED9C03;
}
</style>