Shades of Gamboge #E09201
Tints of Gamboge #E09201
RGB
CMYK
RGB Variations
Color information
#E09201 (or 0xE09201) is known color: Gamboge. HEX triplet: E0, 92 and 01. RGB value is (224,146,1). Sum of RGB (Red+Green+Blue) = 224+146+1=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E09201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09201 is #1F6DFE. Grayscale: #999999. Windows color (decimal): -2059775 or 103136. OLE color: 103136.
HSL color Cylindrical-coordinate representation of color #E09201: hue angle of 39.01º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E09201 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.12 |
| HSL | 39.01º | 0.99% | 0.44% | - |
| HSV(B) | 39.01º | 1% | 0.88% | - |
| XYZ | 41.02 | 36.41 | 4.89 | - |
| YUV | 152.79 | 42.34 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 1 | 0 | 0.35 | 1.00 | 0.12 | 39.01 | 0.99 | 0.44 |
| Hex | E0 | 92 | 1 | 0 | 23 | 64 | C | 27 | 63 | 2C |
| Octal | 340 | 222 | 1 | 0 | 43 | 144 | 14 | 47 | 143 | 54 |
| Binary | 11100000 | 10010010 | 1 | 0 | 100011 | 1100100 | 1100 | 100111 | 1100011 | 101100 |
Color Harmonies of #E09201
Complementary color
Monochromatic Colors of #E09201
Black with #E09201
Text Example
Text Example
White with #E09201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09201; }
p { color: rgb(224,146,1); }
H1.HeaderClassName
{
color: #E09201;
}
.AnyTagClassName
{
color: #E09201;
}
</style>
background-color css
<style>
a { background-color: #E09201; }
a { background-color: rgb(224,146,1); }
div.DivClassName
{
background-color: #E09201;
}
.BgClassName
{
background-color: #E09201;
}
</style>
border-color css
<style>
span { border-color: #E09201; }
span { border-color: rgb(224,146,1); }
td.TdClassName
{
border-color: #E09201;
}
.TagClassName
{
border-color: #E09201;
}
</style>