Shades of Gamboge #EDA201
Tints of Gamboge #EDA201
RGB
CMYK
RGB Variations
Color information
#EDA201 (or 0xEDA201) is known color: Gamboge. HEX triplet: ED, A2 and 01. RGB value is (237,162,1). Sum of RGB (Red+Green+Blue) = 237+162+1=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA201 is #125DFE. Grayscale: #A6A6A6. Windows color (decimal): -1203711 or 107245. OLE color: 107245.
HSL color Cylindrical-coordinate representation of color #EDA201: hue angle of 40.93º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDA201 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.07 |
| HSL | 40.93º | 0.99% | 0.47% | - |
| HSV(B) | 40.93º | 1% | 0.93% | - |
| XYZ | 47.85 | 43.85 | 5.97 | - |
| YUV | 166.07 | 34.85 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 1 | 0 | 0.32 | 1.00 | 0.07 | 40.93 | 0.99 | 0.47 |
| Hex | ED | A2 | 1 | 0 | 20 | 64 | 7 | 29 | 63 | 2F |
| Octal | 355 | 242 | 1 | 0 | 40 | 144 | 7 | 51 | 143 | 57 |
| Binary | 11101101 | 10100010 | 1 | 0 | 100000 | 1100100 | 111 | 101001 | 1100011 | 101111 |
Color Harmonies of #EDA201
Complementary color
Monochromatic Colors of #EDA201
Black with #EDA201
Text Example
Text Example
White with #EDA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA201; }
p { color: rgb(237,162,1); }
H1.HeaderClassName
{
color: #EDA201;
}
.AnyTagClassName
{
color: #EDA201;
}
</style>
background-color css
<style>
a { background-color: #EDA201; }
a { background-color: rgb(237,162,1); }
div.DivClassName
{
background-color: #EDA201;
}
.BgClassName
{
background-color: #EDA201;
}
</style>
border-color css
<style>
span { border-color: #EDA201; }
span { border-color: rgb(237,162,1); }
td.TdClassName
{
border-color: #EDA201;
}
.TagClassName
{
border-color: #EDA201;
}
</style>