Shades of Gamboge #EDA81A
Tints of Gamboge #EDA81A
RGB
CMYK
RGB Variations
Color information
#EDA81A (or 0xEDA81A) is known color: Gamboge. HEX triplet: ED, A8 and 1A. RGB value is (237,168,26). Sum of RGB (Red+Green+Blue) = 237+168+26=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA81A is #1257E5. Grayscale: #ADADAD. Windows color (decimal): -1202150 or 1747181. OLE color: 1747181.
HSL color Cylindrical-coordinate representation of color #EDA81A: hue angle of 40.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 #EDA81A is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 26 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.07 |
| HSL | 40.38º | 0.85% | 0.52% | - |
| HSV(B) | 40.38º | 0.89% | 0.93% | - |
| XYZ | 49.11 | 46.08 | 7.28 | - |
| YUV | 172.44 | 45.36 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 26 | 0 | 0.29 | 0.89 | 0.07 | 40.38 | 0.85 | 0.52 |
| Hex | ED | A8 | 1A | 0 | 1D | 59 | 7 | 28 | 55 | 34 |
| Octal | 355 | 250 | 32 | 0 | 35 | 131 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10101000 | 11010 | 0 | 11101 | 1011001 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA81A
Complementary color
Monochromatic Colors of #EDA81A
Black with #EDA81A
Text Example
Text Example
White with #EDA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA81A; }
p { color: rgb(237,168,26); }
H1.HeaderClassName
{
color: #EDA81A;
}
.AnyTagClassName
{
color: #EDA81A;
}
</style>
background-color css
<style>
a { background-color: #EDA81A; }
a { background-color: rgb(237,168,26); }
div.DivClassName
{
background-color: #EDA81A;
}
.BgClassName
{
background-color: #EDA81A;
}
</style>
border-color css
<style>
span { border-color: #EDA81A; }
span { border-color: rgb(237,168,26); }
td.TdClassName
{
border-color: #EDA81A;
}
.TagClassName
{
border-color: #EDA81A;
}
</style>