Shades of Gamboge #ED9E01
Tints of Gamboge #ED9E01
RGB
CMYK
RGB Variations
Color information
#ED9E01 (or 0xED9E01) is known color: Gamboge. HEX triplet: ED, 9E and 01. RGB value is (237,158,1). Sum of RGB (Red+Green+Blue) = 237+158+1=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9E01 is #1261FE. Grayscale: #A4A4A4. Windows color (decimal): -1204735 or 106221. OLE color: 106221.
HSL color Cylindrical-coordinate representation of color #ED9E01: hue angle of 39.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED9E01 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.07 |
| HSL | 39.92º | 0.99% | 0.47% | - |
| HSV(B) | 39.92º | 1% | 0.93% | - |
| XYZ | 47.16 | 42.46 | 5.74 | - |
| YUV | 163.72 | 36.17 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 1 | 0 | 0.33 | 1.00 | 0.07 | 39.92 | 0.99 | 0.47 |
| Hex | ED | 9E | 1 | 0 | 21 | 64 | 7 | 28 | 63 | 2F |
| Octal | 355 | 236 | 1 | 0 | 41 | 144 | 7 | 50 | 143 | 57 |
| Binary | 11101101 | 10011110 | 1 | 0 | 100001 | 1100100 | 111 | 101000 | 1100011 | 101111 |
Color Harmonies of #ED9E01
Complementary color
Monochromatic Colors of #ED9E01
Black with #ED9E01
Text Example
Text Example
White with #ED9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E01; }
p { color: rgb(237,158,1); }
H1.HeaderClassName
{
color: #ED9E01;
}
.AnyTagClassName
{
color: #ED9E01;
}
</style>
background-color css
<style>
a { background-color: #ED9E01; }
a { background-color: rgb(237,158,1); }
div.DivClassName
{
background-color: #ED9E01;
}
.BgClassName
{
background-color: #ED9E01;
}
</style>
border-color css
<style>
span { border-color: #ED9E01; }
span { border-color: rgb(237,158,1); }
td.TdClassName
{
border-color: #ED9E01;
}
.TagClassName
{
border-color: #ED9E01;
}
</style>