Shades of Gamboge #EDA01B
Tints of Gamboge #EDA01B
RGB
CMYK
RGB Variations
Color information
#EDA01B (or 0xEDA01B) is known color: Gamboge. HEX triplet: ED, A0 and 1B. RGB value is (237,160,27). Sum of RGB (Red+Green+Blue) = 237+160+27=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA01B is #125FE4. Grayscale: #A8A8A8. Windows color (decimal): -1204197 or 1810669. OLE color: 1810669.
HSL color Cylindrical-coordinate representation of color #EDA01B: hue angle of 38º 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 #EDA01B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 27 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.07 |
| HSL | 38º | 0.85% | 0.52% | - |
| HSV(B) | 38º | 0.89% | 0.93% | - |
| XYZ | 47.69 | 43.23 | 6.87 | - |
| YUV | 167.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 27 | 0 | 0.32 | 0.89 | 0.07 | 38 | 0.85 | 0.52 |
| Hex | ED | A0 | 1B | 0 | 20 | 59 | 7 | 26 | 55 | 34 |
| Octal | 355 | 240 | 33 | 0 | 40 | 131 | 7 | 46 | 125 | 64 |
| Binary | 11101101 | 10100000 | 11011 | 0 | 100000 | 1011001 | 111 | 100110 | 1010101 | 110100 |
Color Harmonies of #EDA01B
Complementary color
Monochromatic Colors of #EDA01B
Black with #EDA01B
Text Example
Text Example
White with #EDA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA01B; }
p { color: rgb(237,160,27); }
H1.HeaderClassName
{
color: #EDA01B;
}
.AnyTagClassName
{
color: #EDA01B;
}
</style>
background-color css
<style>
a { background-color: #EDA01B; }
a { background-color: rgb(237,160,27); }
div.DivClassName
{
background-color: #EDA01B;
}
.BgClassName
{
background-color: #EDA01B;
}
</style>
border-color css
<style>
span { border-color: #EDA01B; }
span { border-color: rgb(237,160,27); }
td.TdClassName
{
border-color: #EDA01B;
}
.TagClassName
{
border-color: #EDA01B;
}
</style>