Shades of Gamboge #EDA105
Tints of Gamboge #EDA105
RGB
CMYK
RGB Variations
Color information
#EDA105 (or 0xEDA105) is known color: Gamboge. HEX triplet: ED, A1 and 05. RGB value is (237,161,5). Sum of RGB (Red+Green+Blue) = 237+161+5=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA105 is #125EFA. Grayscale: #A6A6A6. Windows color (decimal): -1203963 or 369133. OLE color: 369133.
HSL color Cylindrical-coordinate representation of color #EDA105: hue angle of 40.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDA105 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.07 |
| HSL | 40.34º | 0.96% | 0.47% | - |
| HSV(B) | 40.34º | 0.98% | 0.93% | - |
| XYZ | 47.7 | 43.51 | 6.03 | - |
| YUV | 165.94 | 37.18 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 5 | 0 | 0.32 | 0.98 | 0.07 | 40.34 | 0.96 | 0.47 |
| Hex | ED | A1 | 5 | 0 | 20 | 62 | 7 | 28 | 60 | 2F |
| Octal | 355 | 241 | 5 | 0 | 40 | 142 | 7 | 50 | 140 | 57 |
| Binary | 11101101 | 10100001 | 101 | 0 | 100000 | 1100010 | 111 | 101000 | 1100000 | 101111 |
Color Harmonies of #EDA105
Complementary color
Monochromatic Colors of #EDA105
Black with #EDA105
Text Example
Text Example
White with #EDA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA105; }
p { color: rgb(237,161,5); }
H1.HeaderClassName
{
color: #EDA105;
}
.AnyTagClassName
{
color: #EDA105;
}
</style>
background-color css
<style>
a { background-color: #EDA105; }
a { background-color: rgb(237,161,5); }
div.DivClassName
{
background-color: #EDA105;
}
.BgClassName
{
background-color: #EDA105;
}
</style>
border-color css
<style>
span { border-color: #EDA105; }
span { border-color: rgb(237,161,5); }
td.TdClassName
{
border-color: #EDA105;
}
.TagClassName
{
border-color: #EDA105;
}
</style>