Shades of Gamboge #EDA80F
Tints of Gamboge #EDA80F
RGB
CMYK
RGB Variations
Color information
#EDA80F (or 0xEDA80F) is known color: Gamboge. HEX triplet: ED, A8 and 0F. RGB value is (237,168,15). Sum of RGB (Red+Green+Blue) = 237+168+15=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA80F is #1257F0. Grayscale: #ABABAB. Windows color (decimal): -1202161 or 1026285. OLE color: 1026285.
HSL color Cylindrical-coordinate representation of color #EDA80F: hue angle of 41.35º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDA80F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.07 |
| HSL | 41.35º | 0.88% | 0.49% | - |
| HSV(B) | 41.35º | 0.94% | 0.93% | - |
| XYZ | 49.01 | 46.04 | 6.76 | - |
| YUV | 171.19 | 39.86 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 15 | 0 | 0.29 | 0.94 | 0.07 | 41.35 | 0.88 | 0.49 |
| Hex | ED | A8 | F | 0 | 1D | 5E | 7 | 29 | 58 | 31 |
| Octal | 355 | 250 | 17 | 0 | 35 | 136 | 7 | 51 | 130 | 61 |
| Binary | 11101101 | 10101000 | 1111 | 0 | 11101 | 1011110 | 111 | 101001 | 1011000 | 110001 |
Color Harmonies of #EDA80F
Complementary color
Monochromatic Colors of #EDA80F
Black with #EDA80F
Text Example
Text Example
White with #EDA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA80F; }
p { color: rgb(237,168,15); }
H1.HeaderClassName
{
color: #EDA80F;
}
.AnyTagClassName
{
color: #EDA80F;
}
</style>
background-color css
<style>
a { background-color: #EDA80F; }
a { background-color: rgb(237,168,15); }
div.DivClassName
{
background-color: #EDA80F;
}
.BgClassName
{
background-color: #EDA80F;
}
</style>
border-color css
<style>
span { border-color: #EDA80F; }
span { border-color: rgb(237,168,15); }
td.TdClassName
{
border-color: #EDA80F;
}
.TagClassName
{
border-color: #EDA80F;
}
</style>