Shades of Gamboge #EDA51B
Tints of Gamboge #EDA51B
RGB
CMYK
RGB Variations
Color information
#EDA51B (or 0xEDA51B) is known color: Gamboge. HEX triplet: ED, A5 and 1B. RGB value is (237,165,27). Sum of RGB (Red+Green+Blue) = 237+165+27=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA51B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA51B is #125AE4. Grayscale: #ABABAB. Windows color (decimal): -1202917 or 1811949. OLE color: 1811949.
HSL color Cylindrical-coordinate representation of color #EDA51B: hue angle of 39.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDA51B is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 27 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.07 |
| HSL | 39.43º | 0.85% | 0.52% | - |
| HSV(B) | 39.43º | 0.89% | 0.93% | - |
| XYZ | 48.58 | 44.99 | 7.16 | - |
| YUV | 170.8 | 46.85 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 27 | 0 | 0.30 | 0.89 | 0.07 | 39.43 | 0.85 | 0.52 |
| Hex | ED | A5 | 1B | 0 | 1E | 59 | 7 | 27 | 55 | 34 |
| Octal | 355 | 245 | 33 | 0 | 36 | 131 | 7 | 47 | 125 | 64 |
| Binary | 11101101 | 10100101 | 11011 | 0 | 11110 | 1011001 | 111 | 100111 | 1010101 | 110100 |
Color Harmonies of #EDA51B
Complementary color
Monochromatic Colors of #EDA51B
Black with #EDA51B
Text Example
Text Example
White with #EDA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA51B; }
p { color: rgb(237,165,27); }
H1.HeaderClassName
{
color: #EDA51B;
}
.AnyTagClassName
{
color: #EDA51B;
}
</style>
background-color css
<style>
a { background-color: #EDA51B; }
a { background-color: rgb(237,165,27); }
div.DivClassName
{
background-color: #EDA51B;
}
.BgClassName
{
background-color: #EDA51B;
}
</style>
border-color css
<style>
span { border-color: #EDA51B; }
span { border-color: rgb(237,165,27); }
td.TdClassName
{
border-color: #EDA51B;
}
.TagClassName
{
border-color: #EDA51B;
}
</style>