Shades of Gamboge #EDA31E
Tints of Gamboge #EDA31E
RGB
CMYK
RGB Variations
Color information
#EDA31E (or 0xEDA31E) is known color: Gamboge. HEX triplet: ED, A3 and 1E. RGB value is (237,163,30). Sum of RGB (Red+Green+Blue) = 237+163+30=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA31E is #125CE1. Grayscale: #AAAAAA. Windows color (decimal): -1203426 or 2008045. OLE color: 2008045.
HSL color Cylindrical-coordinate representation of color #EDA31E: hue angle of 38.55º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDA31E is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 30 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.07 |
| HSL | 38.55º | 0.85% | 0.52% | - |
| HSV(B) | 38.55º | 0.87% | 0.93% | - |
| XYZ | 48.26 | 44.29 | 7.23 | - |
| YUV | 169.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 30 | 0 | 0.31 | 0.87 | 0.07 | 38.55 | 0.85 | 0.52 |
| Hex | ED | A3 | 1E | 0 | 1F | 57 | 7 | 27 | 55 | 34 |
| Octal | 355 | 243 | 36 | 0 | 37 | 127 | 7 | 47 | 125 | 64 |
| Binary | 11101101 | 10100011 | 11110 | 0 | 11111 | 1010111 | 111 | 100111 | 1010101 | 110100 |
Color Harmonies of #EDA31E
Complementary color
Monochromatic Colors of #EDA31E
Black with #EDA31E
Text Example
Text Example
White with #EDA31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA31E; }
p { color: rgb(237,163,30); }
H1.HeaderClassName
{
color: #EDA31E;
}
.AnyTagClassName
{
color: #EDA31E;
}
</style>
background-color css
<style>
a { background-color: #EDA31E; }
a { background-color: rgb(237,163,30); }
div.DivClassName
{
background-color: #EDA31E;
}
.BgClassName
{
background-color: #EDA31E;
}
</style>
border-color css
<style>
span { border-color: #EDA31E; }
span { border-color: rgb(237,163,30); }
td.TdClassName
{
border-color: #EDA31E;
}
.TagClassName
{
border-color: #EDA31E;
}
</style>