Shades of Gamboge #ED9D1A
Tints of Gamboge #ED9D1A
RGB
CMYK
RGB Variations
Color information
#ED9D1A (or 0xED9D1A) is known color: Gamboge. HEX triplet: ED, 9D and 1A. RGB value is (237,157,26). Sum of RGB (Red+Green+Blue) = 237+157+26=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9D1A is #1262E5. Grayscale: #A6A6A6. Windows color (decimal): -1204966 or 1744365. OLE color: 1744365.
HSL color Cylindrical-coordinate representation of color #ED9D1A: hue angle of 37.25º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED9D1A is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 26 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.07 |
| HSL | 37.25º | 0.85% | 0.52% | - |
| HSV(B) | 37.25º | 0.89% | 0.93% | - |
| XYZ | 47.17 | 42.19 | 6.64 | - |
| YUV | 165.99 | 49 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 26 | 0 | 0.34 | 0.89 | 0.07 | 37.25 | 0.85 | 0.52 |
| Hex | ED | 9D | 1A | 0 | 22 | 59 | 7 | 25 | 55 | 34 |
| Octal | 355 | 235 | 32 | 0 | 42 | 131 | 7 | 45 | 125 | 64 |
| Binary | 11101101 | 10011101 | 11010 | 0 | 100010 | 1011001 | 111 | 100101 | 1010101 | 110100 |
Color Harmonies of #ED9D1A
Complementary color
Monochromatic Colors of #ED9D1A
Black with #ED9D1A
Text Example
Text Example
White with #ED9D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9D1A; }
p { color: rgb(237,157,26); }
H1.HeaderClassName
{
color: #ED9D1A;
}
.AnyTagClassName
{
color: #ED9D1A;
}
</style>
background-color css
<style>
a { background-color: #ED9D1A; }
a { background-color: rgb(237,157,26); }
div.DivClassName
{
background-color: #ED9D1A;
}
.BgClassName
{
background-color: #ED9D1A;
}
</style>
border-color css
<style>
span { border-color: #ED9D1A; }
span { border-color: rgb(237,157,26); }
td.TdClassName
{
border-color: #ED9D1A;
}
.TagClassName
{
border-color: #ED9D1A;
}
</style>