Shades of Gamboge #EDA51C
Tints of Gamboge #EDA51C
RGB
CMYK
RGB Variations
Color information
#EDA51C (or 0xEDA51C) is known color: Gamboge. HEX triplet: ED, A5 and 1C. RGB value is (237,165,28). Sum of RGB (Red+Green+Blue) = 237+165+28=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA51C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA51C is #125AE3. Grayscale: #ABABAB. Windows color (decimal): -1202916 or 1877485. OLE color: 1877485.
HSL color Cylindrical-coordinate representation of color #EDA51C: hue angle of 39.33º 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 #EDA51C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.07 |
| HSL | 39.33º | 0.85% | 0.52% | - |
| HSV(B) | 39.33º | 0.88% | 0.93% | - |
| XYZ | 48.59 | 45 | 7.22 | - |
| YUV | 170.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 28 | 0 | 0.30 | 0.88 | 0.07 | 39.33 | 0.85 | 0.52 |
| Hex | ED | A5 | 1C | 0 | 1E | 58 | 7 | 27 | 55 | 34 |
| Octal | 355 | 245 | 34 | 0 | 36 | 130 | 7 | 47 | 125 | 64 |
| Binary | 11101101 | 10100101 | 11100 | 0 | 11110 | 1011000 | 111 | 100111 | 1010101 | 110100 |
Color Harmonies of #EDA51C
Complementary color
Monochromatic Colors of #EDA51C
Black with #EDA51C
Text Example
Text Example
White with #EDA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA51C; }
p { color: rgb(237,165,28); }
H1.HeaderClassName
{
color: #EDA51C;
}
.AnyTagClassName
{
color: #EDA51C;
}
</style>
background-color css
<style>
a { background-color: #EDA51C; }
a { background-color: rgb(237,165,28); }
div.DivClassName
{
background-color: #EDA51C;
}
.BgClassName
{
background-color: #EDA51C;
}
</style>
border-color css
<style>
span { border-color: #EDA51C; }
span { border-color: rgb(237,165,28); }
td.TdClassName
{
border-color: #EDA51C;
}
.TagClassName
{
border-color: #EDA51C;
}
</style>