Shades of Gamboge #E0920F
Tints of Gamboge #E0920F
RGB
CMYK
RGB Variations
Color information
#E0920F (or 0xE0920F) is known color: Gamboge. HEX triplet: E0, 92 and 0F. RGB value is (224,146,15). Sum of RGB (Red+Green+Blue) = 224+146+15=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0920F is #1F6DF0. Grayscale: #9A9A9A. Windows color (decimal): -2059761 or 1020640. OLE color: 1020640.
HSL color Cylindrical-coordinate representation of color #E0920F: hue angle of 37.61º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0920F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 15 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.12 |
| HSL | 37.61º | 0.87% | 0.47% | - |
| HSV(B) | 37.61º | 0.93% | 0.88% | - |
| XYZ | 41.11 | 36.44 | 5.32 | - |
| YUV | 154.39 | 49.34 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 15 | 0 | 0.35 | 0.93 | 0.12 | 37.61 | 0.87 | 0.47 |
| Hex | E0 | 92 | F | 0 | 23 | 5D | C | 26 | 57 | 2F |
| Octal | 340 | 222 | 17 | 0 | 43 | 135 | 14 | 46 | 127 | 57 |
| Binary | 11100000 | 10010010 | 1111 | 0 | 100011 | 1011101 | 1100 | 100110 | 1010111 | 101111 |
Color Harmonies of #E0920F
Complementary color
Monochromatic Colors of #E0920F
Black with #E0920F
Text Example
Text Example
White with #E0920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0920F; }
p { color: rgb(224,146,15); }
H1.HeaderClassName
{
color: #E0920F;
}
.AnyTagClassName
{
color: #E0920F;
}
</style>
background-color css
<style>
a { background-color: #E0920F; }
a { background-color: rgb(224,146,15); }
div.DivClassName
{
background-color: #E0920F;
}
.BgClassName
{
background-color: #E0920F;
}
</style>
border-color css
<style>
span { border-color: #E0920F; }
span { border-color: rgb(224,146,15); }
td.TdClassName
{
border-color: #E0920F;
}
.TagClassName
{
border-color: #E0920F;
}
</style>