Shades of Gamboge #ED950A
Tints of Gamboge #ED950A
RGB
CMYK
RGB Variations
Color information
#ED950A (or 0xED950A) is known color: Gamboge. HEX triplet: ED, 95 and 0A. RGB value is (237,149,10). Sum of RGB (Red+Green+Blue) = 237+149+10=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED950A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED950A is #126AF5. Grayscale: #A0A0A0. Windows color (decimal): -1207030 or 693741. OLE color: 693741.
HSL color Cylindrical-coordinate representation of color #ED950A: hue angle of 36.74º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED950A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.07 |
| HSL | 36.74º | 0.92% | 0.48% | - |
| HSV(B) | 36.74º | 0.96% | 0.93% | - |
| XYZ | 45.73 | 39.52 | 5.51 | - |
| YUV | 159.47 | 43.65 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 10 | 0 | 0.37 | 0.96 | 0.07 | 36.74 | 0.92 | 0.48 |
| Hex | ED | 95 | A | 0 | 25 | 60 | 7 | 25 | 5C | 30 |
| Octal | 355 | 225 | 12 | 0 | 45 | 140 | 7 | 45 | 134 | 60 |
| Binary | 11101101 | 10010101 | 1010 | 0 | 100101 | 1100000 | 111 | 100101 | 1011100 | 110000 |
Color Harmonies of #ED950A
Complementary color
Monochromatic Colors of #ED950A
Black with #ED950A
Text Example
Text Example
White with #ED950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED950A; }
p { color: rgb(237,149,10); }
H1.HeaderClassName
{
color: #ED950A;
}
.AnyTagClassName
{
color: #ED950A;
}
</style>
background-color css
<style>
a { background-color: #ED950A; }
a { background-color: rgb(237,149,10); }
div.DivClassName
{
background-color: #ED950A;
}
.BgClassName
{
background-color: #ED950A;
}
</style>
border-color css
<style>
span { border-color: #ED950A; }
span { border-color: rgb(237,149,10); }
td.TdClassName
{
border-color: #ED950A;
}
.TagClassName
{
border-color: #ED950A;
}
</style>