Shades of Gamboge #EDA71B
Tints of Gamboge #EDA71B
RGB
CMYK
RGB Variations
Color information
#EDA71B (or 0xEDA71B) is known color: Gamboge. HEX triplet: ED, A7 and 1B. RGB value is (237,167,27). Sum of RGB (Red+Green+Blue) = 237+167+27=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA71B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA71B is #1258E4. Grayscale: #ACACAC. Windows color (decimal): -1202405 or 1812461. OLE color: 1812461.
HSL color Cylindrical-coordinate representation of color #EDA71B: hue angle of 40º 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 #EDA71B is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 27 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.07 |
| HSL | 40º | 0.85% | 0.52% | - |
| HSV(B) | 40º | 0.89% | 0.93% | - |
| XYZ | 48.94 | 45.72 | 7.28 | - |
| YUV | 171.97 | 46.19 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 27 | 0 | 0.30 | 0.89 | 0.07 | 40 | 0.85 | 0.52 |
| Hex | ED | A7 | 1B | 0 | 1E | 59 | 7 | 28 | 55 | 34 |
| Octal | 355 | 247 | 33 | 0 | 36 | 131 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10100111 | 11011 | 0 | 11110 | 1011001 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA71B
Complementary color
Monochromatic Colors of #EDA71B
Black with #EDA71B
Text Example
Text Example
White with #EDA71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA71B; }
p { color: rgb(237,167,27); }
H1.HeaderClassName
{
color: #EDA71B;
}
.AnyTagClassName
{
color: #EDA71B;
}
</style>
background-color css
<style>
a { background-color: #EDA71B; }
a { background-color: rgb(237,167,27); }
div.DivClassName
{
background-color: #EDA71B;
}
.BgClassName
{
background-color: #EDA71B;
}
</style>
border-color css
<style>
span { border-color: #EDA71B; }
span { border-color: rgb(237,167,27); }
td.TdClassName
{
border-color: #EDA71B;
}
.TagClassName
{
border-color: #EDA71B;
}
</style>