Shades of Gamboge #EDA20B
Tints of Gamboge #EDA20B
RGB
CMYK
RGB Variations
Color information
#EDA20B (or 0xEDA20B) is known color: Gamboge. HEX triplet: ED, A2 and 0B. RGB value is (237,162,11). Sum of RGB (Red+Green+Blue) = 237+162+11=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA20B is #125DF4. Grayscale: #A7A7A7. Windows color (decimal): -1203701 or 762605. OLE color: 762605.
HSL color Cylindrical-coordinate representation of color #EDA20B: hue angle of 40.09º 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 #EDA20B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.07 |
| HSL | 40.09º | 0.91% | 0.49% | - |
| HSV(B) | 40.09º | 0.95% | 0.93% | - |
| XYZ | 47.91 | 43.87 | 6.26 | - |
| YUV | 167.21 | 39.85 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 11 | 0 | 0.32 | 0.95 | 0.07 | 40.09 | 0.91 | 0.49 |
| Hex | ED | A2 | B | 0 | 20 | 5F | 7 | 28 | 5B | 31 |
| Octal | 355 | 242 | 13 | 0 | 40 | 137 | 7 | 50 | 133 | 61 |
| Binary | 11101101 | 10100010 | 1011 | 0 | 100000 | 1011111 | 111 | 101000 | 1011011 | 110001 |
Color Harmonies of #EDA20B
Complementary color
Monochromatic Colors of #EDA20B
Black with #EDA20B
Text Example
Text Example
White with #EDA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA20B; }
p { color: rgb(237,162,11); }
H1.HeaderClassName
{
color: #EDA20B;
}
.AnyTagClassName
{
color: #EDA20B;
}
</style>
background-color css
<style>
a { background-color: #EDA20B; }
a { background-color: rgb(237,162,11); }
div.DivClassName
{
background-color: #EDA20B;
}
.BgClassName
{
background-color: #EDA20B;
}
</style>
border-color css
<style>
span { border-color: #EDA20B; }
span { border-color: rgb(237,162,11); }
td.TdClassName
{
border-color: #EDA20B;
}
.TagClassName
{
border-color: #EDA20B;
}
</style>