Shades of Gamboge #ED900D
Tints of Gamboge #ED900D
RGB
CMYK
RGB Variations
Color information
#ED900D (or 0xED900D) is known color: Gamboge. HEX triplet: ED, 90 and 0D. RGB value is (237,144,13). Sum of RGB (Red+Green+Blue) = 237+144+13=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED900D is #126FF2. Grayscale: #9D9D9D. Windows color (decimal): -1208307 or 889069. OLE color: 889069.
HSL color Cylindrical-coordinate representation of color #ED900D: hue angle of 35.09º 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 #ED900D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.09º | 0.9% | 0.49% | - |
| HSV(B) | 35.09º | 0.95% | 0.93% | - |
| XYZ | 44.97 | 37.98 | 5.34 | - |
| YUV | 156.87 | 46.81 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 13 | 0 | 0.39 | 0.95 | 0.07 | 35.09 | 0.9 | 0.49 |
| Hex | ED | 90 | D | 0 | 27 | 5F | 7 | 23 | 5A | 31 |
| Octal | 355 | 220 | 15 | 0 | 47 | 137 | 7 | 43 | 132 | 61 |
| Binary | 11101101 | 10010000 | 1101 | 0 | 100111 | 1011111 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #ED900D
Complementary color
Monochromatic Colors of #ED900D
Black with #ED900D
Text Example
Text Example
White with #ED900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED900D; }
p { color: rgb(237,144,13); }
H1.HeaderClassName
{
color: #ED900D;
}
.AnyTagClassName
{
color: #ED900D;
}
</style>
background-color css
<style>
a { background-color: #ED900D; }
a { background-color: rgb(237,144,13); }
div.DivClassName
{
background-color: #ED900D;
}
.BgClassName
{
background-color: #ED900D;
}
</style>
border-color css
<style>
span { border-color: #ED900D; }
span { border-color: rgb(237,144,13); }
td.TdClassName
{
border-color: #ED900D;
}
.TagClassName
{
border-color: #ED900D;
}
</style>