Shades of Gamboge #EDA00D
Tints of Gamboge #EDA00D
RGB
CMYK
RGB Variations
Color information
#EDA00D (or 0xEDA00D) is known color: Gamboge. HEX triplet: ED, A0 and 0D. RGB value is (237,160,13). Sum of RGB (Red+Green+Blue) = 237+160+13=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA00D is #125FF2. Grayscale: #A6A6A6. Windows color (decimal): -1204211 or 893165. OLE color: 893165.
HSL color Cylindrical-coordinate representation of color #EDA00D: hue angle of 39.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDA00D is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 13 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.07 |
| HSL | 39.38º | 0.9% | 0.49% | - |
| HSV(B) | 39.38º | 0.95% | 0.93% | - |
| XYZ | 47.57 | 43.18 | 6.21 | - |
| YUV | 166.27 | 41.51 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 13 | 0 | 0.32 | 0.95 | 0.07 | 39.38 | 0.9 | 0.49 |
| Hex | ED | A0 | D | 0 | 20 | 5F | 7 | 27 | 5A | 31 |
| Octal | 355 | 240 | 15 | 0 | 40 | 137 | 7 | 47 | 132 | 61 |
| Binary | 11101101 | 10100000 | 1101 | 0 | 100000 | 1011111 | 111 | 100111 | 1011010 | 110001 |
Color Harmonies of #EDA00D
Complementary color
Monochromatic Colors of #EDA00D
Black with #EDA00D
Text Example
Text Example
White with #EDA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA00D; }
p { color: rgb(237,160,13); }
H1.HeaderClassName
{
color: #EDA00D;
}
.AnyTagClassName
{
color: #EDA00D;
}
</style>
background-color css
<style>
a { background-color: #EDA00D; }
a { background-color: rgb(237,160,13); }
div.DivClassName
{
background-color: #EDA00D;
}
.BgClassName
{
background-color: #EDA00D;
}
</style>
border-color css
<style>
span { border-color: #EDA00D; }
span { border-color: rgb(237,160,13); }
td.TdClassName
{
border-color: #EDA00D;
}
.TagClassName
{
border-color: #EDA00D;
}
</style>