Shades of Gamboge #EDAC0A
Tints of Gamboge #EDAC0A
RGB
CMYK
RGB Variations
Color information
#EDAC0A (or 0xEDAC0A) is known color: Gamboge. HEX triplet: ED, AC and 0A. RGB value is (237,172,10). Sum of RGB (Red+Green+Blue) = 237+172+10=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC0A is #1253F5. Grayscale: #ADADAD. Windows color (decimal): -1201142 or 699629. OLE color: 699629.
HSL color Cylindrical-coordinate representation of color #EDAC0A: hue angle of 42.82º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDAC0A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.07 |
| HSL | 42.82º | 0.92% | 0.48% | - |
| HSV(B) | 42.82º | 0.96% | 0.93% | - |
| XYZ | 49.73 | 47.53 | 6.84 | - |
| YUV | 172.97 | 36.03 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 10 | 0 | 0.27 | 0.96 | 0.07 | 42.82 | 0.92 | 0.48 |
| Hex | ED | AC | A | 0 | 1B | 60 | 7 | 2B | 5C | 30 |
| Octal | 355 | 254 | 12 | 0 | 33 | 140 | 7 | 53 | 134 | 60 |
| Binary | 11101101 | 10101100 | 1010 | 0 | 11011 | 1100000 | 111 | 101011 | 1011100 | 110000 |
Color Harmonies of #EDAC0A
Complementary color
Monochromatic Colors of #EDAC0A
Black with #EDAC0A
Text Example
Text Example
White with #EDAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC0A; }
p { color: rgb(237,172,10); }
H1.HeaderClassName
{
color: #EDAC0A;
}
.AnyTagClassName
{
color: #EDAC0A;
}
</style>
background-color css
<style>
a { background-color: #EDAC0A; }
a { background-color: rgb(237,172,10); }
div.DivClassName
{
background-color: #EDAC0A;
}
.BgClassName
{
background-color: #EDAC0A;
}
</style>
border-color css
<style>
span { border-color: #EDAC0A; }
span { border-color: rgb(237,172,10); }
td.TdClassName
{
border-color: #EDAC0A;
}
.TagClassName
{
border-color: #EDAC0A;
}
</style>