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