Shades of Gamboge #ED950B
Tints of Gamboge #ED950B
RGB
CMYK
RGB Variations
Color information
#ED950B (or 0xED950B) is known color: Gamboge. HEX triplet: ED, 95 and 0B. RGB value is (237,149,11). Sum of RGB (Red+Green+Blue) = 237+149+11=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED950B is #126AF4. Grayscale: #A0A0A0. Windows color (decimal): -1207029 or 759277. OLE color: 759277.
HSL color Cylindrical-coordinate representation of color #ED950B: hue angle of 36.64º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED950B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.07 |
| HSL | 36.64º | 0.91% | 0.49% | - |
| HSV(B) | 36.64º | 0.95% | 0.93% | - |
| XYZ | 45.73 | 39.52 | 5.54 | - |
| YUV | 159.58 | 44.15 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 11 | 0 | 0.37 | 0.95 | 0.07 | 36.64 | 0.91 | 0.49 |
| Hex | ED | 95 | B | 0 | 25 | 5F | 7 | 25 | 5B | 31 |
| Octal | 355 | 225 | 13 | 0 | 45 | 137 | 7 | 45 | 133 | 61 |
| Binary | 11101101 | 10010101 | 1011 | 0 | 100101 | 1011111 | 111 | 100101 | 1011011 | 110001 |
Color Harmonies of #ED950B
Complementary color
Monochromatic Colors of #ED950B
Black with #ED950B
Text Example
Text Example
White with #ED950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED950B; }
p { color: rgb(237,149,11); }
H1.HeaderClassName
{
color: #ED950B;
}
.AnyTagClassName
{
color: #ED950B;
}
</style>
background-color css
<style>
a { background-color: #ED950B; }
a { background-color: rgb(237,149,11); }
div.DivClassName
{
background-color: #ED950B;
}
.BgClassName
{
background-color: #ED950B;
}
</style>
border-color css
<style>
span { border-color: #ED950B; }
span { border-color: rgb(237,149,11); }
td.TdClassName
{
border-color: #ED950B;
}
.TagClassName
{
border-color: #ED950B;
}
</style>