Shades of Gamboge #EDA00B
Tints of Gamboge #EDA00B
RGB
CMYK
RGB Variations
Color information
#EDA00B (or 0xEDA00B) is known color: Gamboge. HEX triplet: ED, A0 and 0B. RGB value is (237,160,11). Sum of RGB (Red+Green+Blue) = 237+160+11=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA00B is #125FF4. Grayscale: #A6A6A6. Windows color (decimal): -1204213 or 762093. OLE color: 762093.
HSL color Cylindrical-coordinate representation of color #EDA00B: hue angle of 39.56º 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 #EDA00B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.07 |
| HSL | 39.56º | 0.91% | 0.49% | - |
| HSV(B) | 39.56º | 0.95% | 0.93% | - |
| XYZ | 47.56 | 43.17 | 6.14 | - |
| YUV | 166.04 | 40.51 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 11 | 0 | 0.32 | 0.95 | 0.07 | 39.56 | 0.91 | 0.49 |
| Hex | ED | A0 | B | 0 | 20 | 5F | 7 | 28 | 5B | 31 |
| Octal | 355 | 240 | 13 | 0 | 40 | 137 | 7 | 50 | 133 | 61 |
| Binary | 11101101 | 10100000 | 1011 | 0 | 100000 | 1011111 | 111 | 101000 | 1011011 | 110001 |
Color Harmonies of #EDA00B
Complementary color
Monochromatic Colors of #EDA00B
Black with #EDA00B
Text Example
Text Example
White with #EDA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA00B; }
p { color: rgb(237,160,11); }
H1.HeaderClassName
{
color: #EDA00B;
}
.AnyTagClassName
{
color: #EDA00B;
}
</style>
background-color css
<style>
a { background-color: #EDA00B; }
a { background-color: rgb(237,160,11); }
div.DivClassName
{
background-color: #EDA00B;
}
.BgClassName
{
background-color: #EDA00B;
}
</style>
border-color css
<style>
span { border-color: #EDA00B; }
span { border-color: rgb(237,160,11); }
td.TdClassName
{
border-color: #EDA00B;
}
.TagClassName
{
border-color: #EDA00B;
}
</style>