Shades of Gamboge #EDA103
Tints of Gamboge #EDA103
RGB
CMYK
RGB Variations
Color information
#EDA103 (or 0xEDA103) is known color: Gamboge. HEX triplet: ED, A1 and 03. RGB value is (237,161,3). Sum of RGB (Red+Green+Blue) = 237+161+3=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA103 is #125EFC. Grayscale: #A6A6A6. Windows color (decimal): -1203965 or 238061. OLE color: 238061.
HSL color Cylindrical-coordinate representation of color #EDA103: hue angle of 40.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDA103 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.07 |
| HSL | 40.51º | 0.98% | 0.47% | - |
| HSV(B) | 40.51º | 0.99% | 0.93% | - |
| XYZ | 47.69 | 43.5 | 5.97 | - |
| YUV | 165.71 | 36.18 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 3 | 0 | 0.32 | 0.99 | 0.07 | 40.51 | 0.98 | 0.47 |
| Hex | ED | A1 | 3 | 0 | 20 | 63 | 7 | 29 | 62 | 2F |
| Octal | 355 | 241 | 3 | 0 | 40 | 143 | 7 | 51 | 142 | 57 |
| Binary | 11101101 | 10100001 | 11 | 0 | 100000 | 1100011 | 111 | 101001 | 1100010 | 101111 |
Color Harmonies of #EDA103
Complementary color
Monochromatic Colors of #EDA103
Black with #EDA103
Text Example
Text Example
White with #EDA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA103; }
p { color: rgb(237,161,3); }
H1.HeaderClassName
{
color: #EDA103;
}
.AnyTagClassName
{
color: #EDA103;
}
</style>
background-color css
<style>
a { background-color: #EDA103; }
a { background-color: rgb(237,161,3); }
div.DivClassName
{
background-color: #EDA103;
}
.BgClassName
{
background-color: #EDA103;
}
</style>
border-color css
<style>
span { border-color: #EDA103; }
span { border-color: rgb(237,161,3); }
td.TdClassName
{
border-color: #EDA103;
}
.TagClassName
{
border-color: #EDA103;
}
</style>