Shades of Gamboge #EDA51D
Tints of Gamboge #EDA51D
RGB
CMYK
RGB Variations
Color information
#EDA51D (or 0xEDA51D) is known color: Gamboge. HEX triplet: ED, A5 and 1D. RGB value is (237,165,29). Sum of RGB (Red+Green+Blue) = 237+165+29=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA51D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA51D is #125AE2. Grayscale: #ABABAB. Windows color (decimal): -1202915 or 1943021. OLE color: 1943021.
HSL color Cylindrical-coordinate representation of color #EDA51D: hue angle of 39.23º 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 #EDA51D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.07 |
| HSL | 39.23º | 0.85% | 0.52% | - |
| HSV(B) | 39.23º | 0.88% | 0.93% | - |
| XYZ | 48.6 | 45 | 7.29 | - |
| YUV | 171.02 | 47.85 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 29 | 0 | 0.30 | 0.88 | 0.07 | 39.23 | 0.85 | 0.52 |
| Hex | ED | A5 | 1D | 0 | 1E | 58 | 7 | 27 | 55 | 34 |
| Octal | 355 | 245 | 35 | 0 | 36 | 130 | 7 | 47 | 125 | 64 |
| Binary | 11101101 | 10100101 | 11101 | 0 | 11110 | 1011000 | 111 | 100111 | 1010101 | 110100 |
Color Harmonies of #EDA51D
Complementary color
Monochromatic Colors of #EDA51D
Black with #EDA51D
Text Example
Text Example
White with #EDA51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA51D; }
p { color: rgb(237,165,29); }
H1.HeaderClassName
{
color: #EDA51D;
}
.AnyTagClassName
{
color: #EDA51D;
}
</style>
background-color css
<style>
a { background-color: #EDA51D; }
a { background-color: rgb(237,165,29); }
div.DivClassName
{
background-color: #EDA51D;
}
.BgClassName
{
background-color: #EDA51D;
}
</style>
border-color css
<style>
span { border-color: #EDA51D; }
span { border-color: rgb(237,165,29); }
td.TdClassName
{
border-color: #EDA51D;
}
.TagClassName
{
border-color: #EDA51D;
}
</style>