Shades of Gamboge #EDA41F
Tints of Gamboge #EDA41F
RGB
CMYK
RGB Variations
Color information
#EDA41F (or 0xEDA41F) is known color: Gamboge. HEX triplet: ED, A4 and 1F. RGB value is (237,164,31). Sum of RGB (Red+Green+Blue) = 237+164+31=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA41F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA41F is #125BE0. Grayscale: #ABABAB. Windows color (decimal): -1203169 or 2073837. OLE color: 2073837.
HSL color Cylindrical-coordinate representation of color #EDA41F: hue angle of 38.74º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDA41F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 31 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.07 |
| HSL | 38.74º | 0.85% | 0.53% | - |
| HSV(B) | 38.74º | 0.87% | 0.93% | - |
| XYZ | 48.45 | 44.65 | 7.36 | - |
| YUV | 170.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 31 | 0 | 0.31 | 0.87 | 0.07 | 38.74 | 0.85 | 0.53 |
| Hex | ED | A4 | 1F | 0 | 1F | 57 | 7 | 27 | 55 | 35 |
| Octal | 355 | 244 | 37 | 0 | 37 | 127 | 7 | 47 | 125 | 65 |
| Binary | 11101101 | 10100100 | 11111 | 0 | 11111 | 1010111 | 111 | 100111 | 1010101 | 110101 |
Color Harmonies of #EDA41F
Complementary color
Monochromatic Colors of #EDA41F
Black with #EDA41F
Text Example
Text Example
White with #EDA41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA41F; }
p { color: rgb(237,164,31); }
H1.HeaderClassName
{
color: #EDA41F;
}
.AnyTagClassName
{
color: #EDA41F;
}
</style>
background-color css
<style>
a { background-color: #EDA41F; }
a { background-color: rgb(237,164,31); }
div.DivClassName
{
background-color: #EDA41F;
}
.BgClassName
{
background-color: #EDA41F;
}
</style>
border-color css
<style>
span { border-color: #EDA41F; }
span { border-color: rgb(237,164,31); }
td.TdClassName
{
border-color: #EDA41F;
}
.TagClassName
{
border-color: #EDA41F;
}
</style>