Shades of Gamboge #EDA71A
Tints of Gamboge #EDA71A
RGB
CMYK
RGB Variations
Color information
#EDA71A (or 0xEDA71A) is known color: Gamboge. HEX triplet: ED, A7 and 1A. RGB value is (237,167,26). Sum of RGB (Red+Green+Blue) = 237+167+26=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA71A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA71A is #1258E5. Grayscale: #ACACAC. Windows color (decimal): -1202406 or 1746925. OLE color: 1746925.
HSL color Cylindrical-coordinate representation of color #EDA71A: hue angle of 40.09º 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 #EDA71A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 26 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.07 |
| HSL | 40.09º | 0.85% | 0.52% | - |
| HSV(B) | 40.09º | 0.89% | 0.93% | - |
| XYZ | 48.93 | 45.72 | 7.22 | - |
| YUV | 171.86 | 45.69 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 26 | 0 | 0.30 | 0.89 | 0.07 | 40.09 | 0.85 | 0.52 |
| Hex | ED | A7 | 1A | 0 | 1E | 59 | 7 | 28 | 55 | 34 |
| Octal | 355 | 247 | 32 | 0 | 36 | 131 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10100111 | 11010 | 0 | 11110 | 1011001 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA71A
Complementary color
Monochromatic Colors of #EDA71A
Black with #EDA71A
Text Example
Text Example
White with #EDA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA71A; }
p { color: rgb(237,167,26); }
H1.HeaderClassName
{
color: #EDA71A;
}
.AnyTagClassName
{
color: #EDA71A;
}
</style>
background-color css
<style>
a { background-color: #EDA71A; }
a { background-color: rgb(237,167,26); }
div.DivClassName
{
background-color: #EDA71A;
}
.BgClassName
{
background-color: #EDA71A;
}
</style>
border-color css
<style>
span { border-color: #EDA71A; }
span { border-color: rgb(237,167,26); }
td.TdClassName
{
border-color: #EDA71A;
}
.TagClassName
{
border-color: #EDA71A;
}
</style>