Shades of Gamboge #ED8F0C
Tints of Gamboge #ED8F0C
RGB
CMYK
RGB Variations
Color information
#ED8F0C (or 0xED8F0C) is known color: Gamboge. HEX triplet: ED, 8F and 0C. RGB value is (237,143,12). Sum of RGB (Red+Green+Blue) = 237+143+12=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F0C is #1270F3. Grayscale: #9C9C9C. Windows color (decimal): -1208564 or 823277. OLE color: 823277.
HSL color Cylindrical-coordinate representation of color #ED8F0C: hue angle of 34.93º 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 #ED8F0C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.07 |
| HSL | 34.93º | 0.9% | 0.49% | - |
| HSV(B) | 34.93º | 0.95% | 0.93% | - |
| XYZ | 44.81 | 37.68 | 5.26 | - |
| YUV | 156.17 | 46.64 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 12 | 0 | 0.40 | 0.95 | 0.07 | 34.93 | 0.9 | 0.49 |
| Hex | ED | 8F | C | 0 | 28 | 5F | 7 | 23 | 5A | 31 |
| Octal | 355 | 217 | 14 | 0 | 50 | 137 | 7 | 43 | 132 | 61 |
| Binary | 11101101 | 10001111 | 1100 | 0 | 101000 | 1011111 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #ED8F0C
Complementary color
Monochromatic Colors of #ED8F0C
Black with #ED8F0C
Text Example
Text Example
White with #ED8F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F0C; }
p { color: rgb(237,143,12); }
H1.HeaderClassName
{
color: #ED8F0C;
}
.AnyTagClassName
{
color: #ED8F0C;
}
</style>
background-color css
<style>
a { background-color: #ED8F0C; }
a { background-color: rgb(237,143,12); }
div.DivClassName
{
background-color: #ED8F0C;
}
.BgClassName
{
background-color: #ED8F0C;
}
</style>
border-color css
<style>
span { border-color: #ED8F0C; }
span { border-color: rgb(237,143,12); }
td.TdClassName
{
border-color: #ED8F0C;
}
.TagClassName
{
border-color: #ED8F0C;
}
</style>