Shades of Gamboge #EC920D
Tints of Gamboge #EC920D
RGB
CMYK
RGB Variations
Color information
#EC920D (or 0xEC920D) is known color: Gamboge. HEX triplet: EC, 92 and 0D. RGB value is (236,146,13). Sum of RGB (Red+Green+Blue) = 236+146+13=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC920D is #136DF2. Grayscale: #9E9E9E. Windows color (decimal): -1273331 or 889580. OLE color: 889580.
HSL color Cylindrical-coordinate representation of color #EC920D: hue angle of 35.78º 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 #EC920D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.07 |
| HSL | 35.78º | 0.9% | 0.49% | - |
| HSV(B) | 35.78º | 0.94% | 0.93% | - |
| XYZ | 44.94 | 38.42 | 5.43 | - |
| YUV | 157.75 | 46.32 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 13 | 0 | 0.38 | 0.94 | 0.07 | 35.78 | 0.9 | 0.49 |
| Hex | EC | 92 | D | 0 | 26 | 5E | 7 | 24 | 5A | 31 |
| Octal | 354 | 222 | 15 | 0 | 46 | 136 | 7 | 44 | 132 | 61 |
| Binary | 11101100 | 10010010 | 1101 | 0 | 100110 | 1011110 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #EC920D
Complementary color
Monochromatic Colors of #EC920D
Black with #EC920D
Text Example
Text Example
White with #EC920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC920D; }
p { color: rgb(236,146,13); }
H1.HeaderClassName
{
color: #EC920D;
}
.AnyTagClassName
{
color: #EC920D;
}
</style>
background-color css
<style>
a { background-color: #EC920D; }
a { background-color: rgb(236,146,13); }
div.DivClassName
{
background-color: #EC920D;
}
.BgClassName
{
background-color: #EC920D;
}
</style>
border-color css
<style>
span { border-color: #EC920D; }
span { border-color: rgb(236,146,13); }
td.TdClassName
{
border-color: #EC920D;
}
.TagClassName
{
border-color: #EC920D;
}
</style>