Shades of Gamboge #EDAC0D
Tints of Gamboge #EDAC0D
RGB
CMYK
RGB Variations
Color information
#EDAC0D (or 0xEDAC0D) is known color: Gamboge. HEX triplet: ED, AC and 0D. RGB value is (237,172,13). Sum of RGB (Red+Green+Blue) = 237+172+13=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC0D is #1253F2. Grayscale: #AEAEAE. Windows color (decimal): -1201139 or 896237. OLE color: 896237.
HSL color Cylindrical-coordinate representation of color #EDAC0D: hue angle of 42.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDAC0D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 13 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.07 |
| HSL | 42.59º | 0.9% | 0.49% | - |
| HSV(B) | 42.59º | 0.95% | 0.93% | - |
| XYZ | 49.75 | 47.54 | 6.93 | - |
| YUV | 173.31 | 37.53 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 13 | 0 | 0.27 | 0.95 | 0.07 | 42.59 | 0.9 | 0.49 |
| Hex | ED | AC | D | 0 | 1B | 5F | 7 | 2B | 5A | 31 |
| Octal | 355 | 254 | 15 | 0 | 33 | 137 | 7 | 53 | 132 | 61 |
| Binary | 11101101 | 10101100 | 1101 | 0 | 11011 | 1011111 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #EDAC0D
Complementary color
Monochromatic Colors of #EDAC0D
Black with #EDAC0D
Text Example
Text Example
White with #EDAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC0D; }
p { color: rgb(237,172,13); }
H1.HeaderClassName
{
color: #EDAC0D;
}
.AnyTagClassName
{
color: #EDAC0D;
}
</style>
background-color css
<style>
a { background-color: #EDAC0D; }
a { background-color: rgb(237,172,13); }
div.DivClassName
{
background-color: #EDAC0D;
}
.BgClassName
{
background-color: #EDAC0D;
}
</style>
border-color css
<style>
span { border-color: #EDAC0D; }
span { border-color: rgb(237,172,13); }
td.TdClassName
{
border-color: #EDAC0D;
}
.TagClassName
{
border-color: #EDAC0D;
}
</style>