Shades of Gamboge #EDA30B
Tints of Gamboge #EDA30B
RGB
CMYK
RGB Variations
Color information
#EDA30B (or 0xEDA30B) is known color: Gamboge. HEX triplet: ED, A3 and 0B. RGB value is (237,163,11). Sum of RGB (Red+Green+Blue) = 237+163+11=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA30B is #125CF4. Grayscale: #A8A8A8. Windows color (decimal): -1203445 or 762861. OLE color: 762861.
HSL color Cylindrical-coordinate representation of color #EDA30B: hue angle of 40.35º 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 #EDA30B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.07 |
| HSL | 40.35º | 0.91% | 0.49% | - |
| HSV(B) | 40.35º | 0.95% | 0.93% | - |
| XYZ | 48.08 | 44.22 | 6.32 | - |
| YUV | 167.8 | 39.52 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 11 | 0 | 0.31 | 0.95 | 0.07 | 40.35 | 0.91 | 0.49 |
| Hex | ED | A3 | B | 0 | 1F | 5F | 7 | 28 | 5B | 31 |
| Octal | 355 | 243 | 13 | 0 | 37 | 137 | 7 | 50 | 133 | 61 |
| Binary | 11101101 | 10100011 | 1011 | 0 | 11111 | 1011111 | 111 | 101000 | 1011011 | 110001 |
Color Harmonies of #EDA30B
Complementary color
Monochromatic Colors of #EDA30B
Black with #EDA30B
Text Example
Text Example
White with #EDA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA30B; }
p { color: rgb(237,163,11); }
H1.HeaderClassName
{
color: #EDA30B;
}
.AnyTagClassName
{
color: #EDA30B;
}
</style>
background-color css
<style>
a { background-color: #EDA30B; }
a { background-color: rgb(237,163,11); }
div.DivClassName
{
background-color: #EDA30B;
}
.BgClassName
{
background-color: #EDA30B;
}
</style>
border-color css
<style>
span { border-color: #EDA30B; }
span { border-color: rgb(237,163,11); }
td.TdClassName
{
border-color: #EDA30B;
}
.TagClassName
{
border-color: #EDA30B;
}
</style>