Shades of Gamboge #E09405
Tints of Gamboge #E09405
RGB
CMYK
RGB Variations
Color information
#E09405 (or 0xE09405) is known color: Gamboge. HEX triplet: E0, 94 and 05. RGB value is (224,148,5). Sum of RGB (Red+Green+Blue) = 224+148+5=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E09405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09405 is #1F6BFA. Grayscale: #9B9B9B. Windows color (decimal): -2059259 or 365792. OLE color: 365792.
HSL color Cylindrical-coordinate representation of color #E09405: hue angle of 39.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E09405 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.12 |
| HSL | 39.18º | 0.96% | 0.45% | - |
| HSV(B) | 39.18º | 0.98% | 0.88% | - |
| XYZ | 41.36 | 37.04 | 5.11 | - |
| YUV | 154.42 | 43.68 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 5 | 0 | 0.34 | 0.98 | 0.12 | 39.18 | 0.96 | 0.45 |
| Hex | E0 | 94 | 5 | 0 | 22 | 62 | C | 27 | 60 | 2D |
| Octal | 340 | 224 | 5 | 0 | 42 | 142 | 14 | 47 | 140 | 55 |
| Binary | 11100000 | 10010100 | 101 | 0 | 100010 | 1100010 | 1100 | 100111 | 1100000 | 101101 |
Color Harmonies of #E09405
Complementary color
Monochromatic Colors of #E09405
Black with #E09405
Text Example
Text Example
White with #E09405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09405; }
p { color: rgb(224,148,5); }
H1.HeaderClassName
{
color: #E09405;
}
.AnyTagClassName
{
color: #E09405;
}
</style>
background-color css
<style>
a { background-color: #E09405; }
a { background-color: rgb(224,148,5); }
div.DivClassName
{
background-color: #E09405;
}
.BgClassName
{
background-color: #E09405;
}
</style>
border-color css
<style>
span { border-color: #E09405; }
span { border-color: rgb(224,148,5); }
td.TdClassName
{
border-color: #E09405;
}
.TagClassName
{
border-color: #E09405;
}
</style>