Shades of Gamboge #ED910D
Tints of Gamboge #ED910D
RGB
CMYK
RGB Variations
Color information
#ED910D (or 0xED910D) is known color: Gamboge. HEX triplet: ED, 91 and 0D. RGB value is (237,145,13). Sum of RGB (Red+Green+Blue) = 237+145+13=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED910D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED910D is #126EF2. Grayscale: #9E9E9E. Windows color (decimal): -1208051 or 889325. OLE color: 889325.
HSL color Cylindrical-coordinate representation of color #ED910D: hue angle of 35.36º 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 #ED910D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.36º | 0.9% | 0.49% | - |
| HSV(B) | 35.36º | 0.95% | 0.93% | - |
| XYZ | 45.12 | 38.28 | 5.39 | - |
| YUV | 157.46 | 46.48 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 13 | 0 | 0.39 | 0.95 | 0.07 | 35.36 | 0.9 | 0.49 |
| Hex | ED | 91 | D | 0 | 27 | 5F | 7 | 23 | 5A | 31 |
| Octal | 355 | 221 | 15 | 0 | 47 | 137 | 7 | 43 | 132 | 61 |
| Binary | 11101101 | 10010001 | 1101 | 0 | 100111 | 1011111 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #ED910D
Complementary color
Monochromatic Colors of #ED910D
Black with #ED910D
Text Example
Text Example
White with #ED910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED910D; }
p { color: rgb(237,145,13); }
H1.HeaderClassName
{
color: #ED910D;
}
.AnyTagClassName
{
color: #ED910D;
}
</style>
background-color css
<style>
a { background-color: #ED910D; }
a { background-color: rgb(237,145,13); }
div.DivClassName
{
background-color: #ED910D;
}
.BgClassName
{
background-color: #ED910D;
}
</style>
border-color css
<style>
span { border-color: #ED910D; }
span { border-color: rgb(237,145,13); }
td.TdClassName
{
border-color: #ED910D;
}
.TagClassName
{
border-color: #ED910D;
}
</style>