Shades of Gamboge #EDA01C
Tints of Gamboge #EDA01C
RGB
CMYK
RGB Variations
Color information
#EDA01C (or 0xEDA01C) is known color: Gamboge. HEX triplet: ED, A0 and 1C. RGB value is (237,160,28). Sum of RGB (Red+Green+Blue) = 237+160+28=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA01C is #125FE3. Grayscale: #A8A8A8. Windows color (decimal): -1204196 or 1876205. OLE color: 1876205.
HSL color Cylindrical-coordinate representation of color #EDA01C: hue angle of 37.89º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDA01C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.07 |
| HSL | 37.89º | 0.85% | 0.52% | - |
| HSV(B) | 37.89º | 0.88% | 0.93% | - |
| XYZ | 47.71 | 43.23 | 6.93 | - |
| YUV | 167.98 | 49.01 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 28 | 0 | 0.32 | 0.88 | 0.07 | 37.89 | 0.85 | 0.52 |
| Hex | ED | A0 | 1C | 0 | 20 | 58 | 7 | 26 | 55 | 34 |
| Octal | 355 | 240 | 34 | 0 | 40 | 130 | 7 | 46 | 125 | 64 |
| Binary | 11101101 | 10100000 | 11100 | 0 | 100000 | 1011000 | 111 | 100110 | 1010101 | 110100 |
Color Harmonies of #EDA01C
Complementary color
Monochromatic Colors of #EDA01C
Black with #EDA01C
Text Example
Text Example
White with #EDA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA01C; }
p { color: rgb(237,160,28); }
H1.HeaderClassName
{
color: #EDA01C;
}
.AnyTagClassName
{
color: #EDA01C;
}
</style>
background-color css
<style>
a { background-color: #EDA01C; }
a { background-color: rgb(237,160,28); }
div.DivClassName
{
background-color: #EDA01C;
}
.BgClassName
{
background-color: #EDA01C;
}
</style>
border-color css
<style>
span { border-color: #EDA01C; }
span { border-color: rgb(237,160,28); }
td.TdClassName
{
border-color: #EDA01C;
}
.TagClassName
{
border-color: #EDA01C;
}
</style>