Shades of Gamboge #EDA00C
Tints of Gamboge #EDA00C
RGB
CMYK
RGB Variations
Color information
#EDA00C (or 0xEDA00C) is known color: Gamboge. HEX triplet: ED, A0 and 0C. RGB value is (237,160,12). Sum of RGB (Red+Green+Blue) = 237+160+12=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA00C is #125FF3. Grayscale: #A6A6A6. Windows color (decimal): -1204212 or 827629. OLE color: 827629.
HSL color Cylindrical-coordinate representation of color #EDA00C: hue angle of 39.47º 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 #EDA00C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.07 |
| HSL | 39.47º | 0.9% | 0.49% | - |
| HSV(B) | 39.47º | 0.95% | 0.93% | - |
| XYZ | 47.56 | 43.17 | 6.17 | - |
| YUV | 166.15 | 41.01 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 12 | 0 | 0.32 | 0.95 | 0.07 | 39.47 | 0.9 | 0.49 |
| Hex | ED | A0 | C | 0 | 20 | 5F | 7 | 27 | 5A | 31 |
| Octal | 355 | 240 | 14 | 0 | 40 | 137 | 7 | 47 | 132 | 61 |
| Binary | 11101101 | 10100000 | 1100 | 0 | 100000 | 1011111 | 111 | 100111 | 1011010 | 110001 |
Color Harmonies of #EDA00C
Complementary color
Monochromatic Colors of #EDA00C
Black with #EDA00C
Text Example
Text Example
White with #EDA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA00C; }
p { color: rgb(237,160,12); }
H1.HeaderClassName
{
color: #EDA00C;
}
.AnyTagClassName
{
color: #EDA00C;
}
</style>
background-color css
<style>
a { background-color: #EDA00C; }
a { background-color: rgb(237,160,12); }
div.DivClassName
{
background-color: #EDA00C;
}
.BgClassName
{
background-color: #EDA00C;
}
</style>
border-color css
<style>
span { border-color: #EDA00C; }
span { border-color: rgb(237,160,12); }
td.TdClassName
{
border-color: #EDA00C;
}
.TagClassName
{
border-color: #EDA00C;
}
</style>