Shades of Gamboge #EDA50B
Tints of Gamboge #EDA50B
RGB
CMYK
RGB Variations
Color information
#EDA50B (or 0xEDA50B) is known color: Gamboge. HEX triplet: ED, A5 and 0B. RGB value is (237,165,11). Sum of RGB (Red+Green+Blue) = 237+165+11=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA50B is #125AF4. Grayscale: #A9A9A9. Windows color (decimal): -1202933 or 763373. OLE color: 763373.
HSL color Cylindrical-coordinate representation of color #EDA50B: hue angle of 40.88º 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 #EDA50B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.07 |
| HSL | 40.88º | 0.91% | 0.49% | - |
| HSV(B) | 40.88º | 0.95% | 0.93% | - |
| XYZ | 48.44 | 44.94 | 6.44 | - |
| YUV | 168.97 | 38.85 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 11 | 0 | 0.30 | 0.95 | 0.07 | 40.88 | 0.91 | 0.49 |
| Hex | ED | A5 | B | 0 | 1E | 5F | 7 | 29 | 5B | 31 |
| Octal | 355 | 245 | 13 | 0 | 36 | 137 | 7 | 51 | 133 | 61 |
| Binary | 11101101 | 10100101 | 1011 | 0 | 11110 | 1011111 | 111 | 101001 | 1011011 | 110001 |
Color Harmonies of #EDA50B
Complementary color
Monochromatic Colors of #EDA50B
Black with #EDA50B
Text Example
Text Example
White with #EDA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA50B; }
p { color: rgb(237,165,11); }
H1.HeaderClassName
{
color: #EDA50B;
}
.AnyTagClassName
{
color: #EDA50B;
}
</style>
background-color css
<style>
a { background-color: #EDA50B; }
a { background-color: rgb(237,165,11); }
div.DivClassName
{
background-color: #EDA50B;
}
.BgClassName
{
background-color: #EDA50B;
}
</style>
border-color css
<style>
span { border-color: #EDA50B; }
span { border-color: rgb(237,165,11); }
td.TdClassName
{
border-color: #EDA50B;
}
.TagClassName
{
border-color: #EDA50B;
}
</style>