Shades of Gamboge #EDA402
Tints of Gamboge #EDA402
RGB
CMYK
RGB Variations
Color information
#EDA402 (or 0xEDA402) is known color: Gamboge. HEX triplet: ED, A4 and 02. RGB value is (237,164,2). Sum of RGB (Red+Green+Blue) = 237+164+2=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA402 is #125BFD. Grayscale: #A8A8A8. Windows color (decimal): -1203198 or 173293. OLE color: 173293.
HSL color Cylindrical-coordinate representation of color #EDA402: hue angle of 41.36º 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 #EDA402 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.07 |
| HSL | 41.36º | 0.98% | 0.47% | - |
| HSV(B) | 41.36º | 0.99% | 0.93% | - |
| XYZ | 48.21 | 44.56 | 6.12 | - |
| YUV | 167.36 | 34.68 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 2 | 0 | 0.31 | 0.99 | 0.07 | 41.36 | 0.98 | 0.47 |
| Hex | ED | A4 | 2 | 0 | 1F | 63 | 7 | 29 | 62 | 2F |
| Octal | 355 | 244 | 2 | 0 | 37 | 143 | 7 | 51 | 142 | 57 |
| Binary | 11101101 | 10100100 | 10 | 0 | 11111 | 1100011 | 111 | 101001 | 1100010 | 101111 |
Color Harmonies of #EDA402
Complementary color
Monochromatic Colors of #EDA402
Black with #EDA402
Text Example
Text Example
White with #EDA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA402; }
p { color: rgb(237,164,2); }
H1.HeaderClassName
{
color: #EDA402;
}
.AnyTagClassName
{
color: #EDA402;
}
</style>
background-color css
<style>
a { background-color: #EDA402; }
a { background-color: rgb(237,164,2); }
div.DivClassName
{
background-color: #EDA402;
}
.BgClassName
{
background-color: #EDA402;
}
</style>
border-color css
<style>
span { border-color: #EDA402; }
span { border-color: rgb(237,164,2); }
td.TdClassName
{
border-color: #EDA402;
}
.TagClassName
{
border-color: #EDA402;
}
</style>