Shades of Gamboge #ED8F0D
Tints of Gamboge #ED8F0D
RGB
CMYK
RGB Variations
Color information
#ED8F0D (or 0xED8F0D) is known color: Gamboge. HEX triplet: ED, 8F and 0D. RGB value is (237,143,13). Sum of RGB (Red+Green+Blue) = 237+143+13=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F0D is #1270F2. Grayscale: #9C9C9C. Windows color (decimal): -1208563 or 888813. OLE color: 888813.
HSL color Cylindrical-coordinate representation of color #ED8F0D: hue angle of 34.82º 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 #ED8F0D is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 13 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.07 |
| HSL | 34.82º | 0.9% | 0.49% | - |
| HSV(B) | 34.82º | 0.95% | 0.93% | - |
| XYZ | 44.82 | 37.68 | 5.29 | - |
| YUV | 156.29 | 47.14 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 13 | 0 | 0.40 | 0.95 | 0.07 | 34.82 | 0.9 | 0.49 |
| Hex | ED | 8F | D | 0 | 28 | 5F | 7 | 23 | 5A | 31 |
| Octal | 355 | 217 | 15 | 0 | 50 | 137 | 7 | 43 | 132 | 61 |
| Binary | 11101101 | 10001111 | 1101 | 0 | 101000 | 1011111 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #ED8F0D
Complementary color
Monochromatic Colors of #ED8F0D
Black with #ED8F0D
Text Example
Text Example
White with #ED8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F0D; }
p { color: rgb(237,143,13); }
H1.HeaderClassName
{
color: #ED8F0D;
}
.AnyTagClassName
{
color: #ED8F0D;
}
</style>
background-color css
<style>
a { background-color: #ED8F0D; }
a { background-color: rgb(237,143,13); }
div.DivClassName
{
background-color: #ED8F0D;
}
.BgClassName
{
background-color: #ED8F0D;
}
</style>
border-color css
<style>
span { border-color: #ED8F0D; }
span { border-color: rgb(237,143,13); }
td.TdClassName
{
border-color: #ED8F0D;
}
.TagClassName
{
border-color: #ED8F0D;
}
</style>