Shades of Gamboge #EC8F0B
Tints of Gamboge #EC8F0B
RGB
CMYK
RGB Variations
Color information
#EC8F0B (or 0xEC8F0B) is known color: Gamboge. HEX triplet: EC, 8F and 0B. RGB value is (236,143,11). Sum of RGB (Red+Green+Blue) = 236+143+11=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F0B is #1370F4. Grayscale: #9C9C9C. Windows color (decimal): -1274101 or 757740. OLE color: 757740.
HSL color Cylindrical-coordinate representation of color #EC8F0B: hue angle of 35.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC8F0B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.07 |
| HSL | 35.2º | 0.91% | 0.48% | - |
| HSV(B) | 35.2º | 0.95% | 0.93% | - |
| XYZ | 44.47 | 37.5 | 5.21 | - |
| YUV | 155.76 | 46.31 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 11 | 0 | 0.39 | 0.95 | 0.07 | 35.2 | 0.91 | 0.48 |
| Hex | EC | 8F | B | 0 | 27 | 5F | 7 | 23 | 5B | 30 |
| Octal | 354 | 217 | 13 | 0 | 47 | 137 | 7 | 43 | 133 | 60 |
| Binary | 11101100 | 10001111 | 1011 | 0 | 100111 | 1011111 | 111 | 100011 | 1011011 | 110000 |
Color Harmonies of #EC8F0B
Complementary color
Monochromatic Colors of #EC8F0B
Black with #EC8F0B
Text Example
Text Example
White with #EC8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F0B; }
p { color: rgb(236,143,11); }
H1.HeaderClassName
{
color: #EC8F0B;
}
.AnyTagClassName
{
color: #EC8F0B;
}
</style>
background-color css
<style>
a { background-color: #EC8F0B; }
a { background-color: rgb(236,143,11); }
div.DivClassName
{
background-color: #EC8F0B;
}
.BgClassName
{
background-color: #EC8F0B;
}
</style>
border-color css
<style>
span { border-color: #EC8F0B; }
span { border-color: rgb(236,143,11); }
td.TdClassName
{
border-color: #EC8F0B;
}
.TagClassName
{
border-color: #EC8F0B;
}
</style>