Shades of Gamboge #EC8F0D
Tints of Gamboge #EC8F0D
RGB
CMYK
RGB Variations
Color information
#EC8F0D (or 0xEC8F0D) is known color: Gamboge. HEX triplet: EC, 8F and 0D. RGB value is (236,143,13). Sum of RGB (Red+Green+Blue) = 236+143+13=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F0D is #1370F2. Grayscale: #9C9C9C. Windows color (decimal): -1274099 or 888812. OLE color: 888812.
HSL color Cylindrical-coordinate representation of color #EC8F0D: hue angle of 34.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC8F0D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.07 |
| HSL | 34.98º | 0.9% | 0.49% | - |
| HSV(B) | 34.98º | 0.94% | 0.93% | - |
| XYZ | 44.49 | 37.51 | 5.28 | - |
| YUV | 155.99 | 47.31 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 13 | 0 | 0.39 | 0.94 | 0.07 | 34.98 | 0.9 | 0.49 |
| Hex | EC | 8F | D | 0 | 27 | 5E | 7 | 23 | 5A | 31 |
| Octal | 354 | 217 | 15 | 0 | 47 | 136 | 7 | 43 | 132 | 61 |
| Binary | 11101100 | 10001111 | 1101 | 0 | 100111 | 1011110 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #EC8F0D
Complementary color
Monochromatic Colors of #EC8F0D
Black with #EC8F0D
Text Example
Text Example
White with #EC8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F0D; }
p { color: rgb(236,143,13); }
H1.HeaderClassName
{
color: #EC8F0D;
}
.AnyTagClassName
{
color: #EC8F0D;
}
</style>
background-color css
<style>
a { background-color: #EC8F0D; }
a { background-color: rgb(236,143,13); }
div.DivClassName
{
background-color: #EC8F0D;
}
.BgClassName
{
background-color: #EC8F0D;
}
</style>
border-color css
<style>
span { border-color: #EC8F0D; }
span { border-color: rgb(236,143,13); }
td.TdClassName
{
border-color: #EC8F0D;
}
.TagClassName
{
border-color: #EC8F0D;
}
</style>