Shades of Gamboge #EDA21C
Tints of Gamboge #EDA21C
RGB
CMYK
RGB Variations
Color information
#EDA21C (or 0xEDA21C) is known color: Gamboge. HEX triplet: ED, A2 and 1C. RGB value is (237,162,28). Sum of RGB (Red+Green+Blue) = 237+162+28=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA21C is #125DE3. Grayscale: #A9A9A9. Windows color (decimal): -1203684 or 1876717. OLE color: 1876717.
HSL color Cylindrical-coordinate representation of color #EDA21C: hue angle of 38.47º 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 #EDA21C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.07 |
| HSL | 38.47º | 0.85% | 0.52% | - |
| HSV(B) | 38.47º | 0.88% | 0.93% | - |
| XYZ | 48.05 | 43.93 | 7.04 | - |
| YUV | 169.15 | 48.35 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 28 | 0 | 0.32 | 0.88 | 0.07 | 38.47 | 0.85 | 0.52 |
| Hex | ED | A2 | 1C | 0 | 20 | 58 | 7 | 26 | 55 | 34 |
| Octal | 355 | 242 | 34 | 0 | 40 | 130 | 7 | 46 | 125 | 64 |
| Binary | 11101101 | 10100010 | 11100 | 0 | 100000 | 1011000 | 111 | 100110 | 1010101 | 110100 |
Color Harmonies of #EDA21C
Complementary color
Monochromatic Colors of #EDA21C
Black with #EDA21C
Text Example
Text Example
White with #EDA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA21C; }
p { color: rgb(237,162,28); }
H1.HeaderClassName
{
color: #EDA21C;
}
.AnyTagClassName
{
color: #EDA21C;
}
</style>
background-color css
<style>
a { background-color: #EDA21C; }
a { background-color: rgb(237,162,28); }
div.DivClassName
{
background-color: #EDA21C;
}
.BgClassName
{
background-color: #EDA21C;
}
</style>
border-color css
<style>
span { border-color: #EDA21C; }
span { border-color: rgb(237,162,28); }
td.TdClassName
{
border-color: #EDA21C;
}
.TagClassName
{
border-color: #EDA21C;
}
</style>