Shades of Gamboge #EDA81B
Tints of Gamboge #EDA81B
RGB
CMYK
RGB Variations
Color information
#EDA81B (or 0xEDA81B) is known color: Gamboge. HEX triplet: ED, A8 and 1B. RGB value is (237,168,27). Sum of RGB (Red+Green+Blue) = 237+168+27=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA81B is #1257E4. Grayscale: #ADADAD. Windows color (decimal): -1202149 or 1812717. OLE color: 1812717.
HSL color Cylindrical-coordinate representation of color #EDA81B: hue angle of 40.29º 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 #EDA81B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 27 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.07 |
| HSL | 40.29º | 0.85% | 0.52% | - |
| HSV(B) | 40.29º | 0.89% | 0.93% | - |
| XYZ | 49.13 | 46.09 | 7.34 | - |
| YUV | 172.56 | 45.86 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 27 | 0 | 0.29 | 0.89 | 0.07 | 40.29 | 0.85 | 0.52 |
| Hex | ED | A8 | 1B | 0 | 1D | 59 | 7 | 28 | 55 | 34 |
| Octal | 355 | 250 | 33 | 0 | 35 | 131 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10101000 | 11011 | 0 | 11101 | 1011001 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA81B
Complementary color
Monochromatic Colors of #EDA81B
Black with #EDA81B
Text Example
Text Example
White with #EDA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA81B; }
p { color: rgb(237,168,27); }
H1.HeaderClassName
{
color: #EDA81B;
}
.AnyTagClassName
{
color: #EDA81B;
}
</style>
background-color css
<style>
a { background-color: #EDA81B; }
a { background-color: rgb(237,168,27); }
div.DivClassName
{
background-color: #EDA81B;
}
.BgClassName
{
background-color: #EDA81B;
}
</style>
border-color css
<style>
span { border-color: #EDA81B; }
span { border-color: rgb(237,168,27); }
td.TdClassName
{
border-color: #EDA81B;
}
.TagClassName
{
border-color: #EDA81B;
}
</style>