Shades of Gamboge #E09102
Tints of Gamboge #E09102
RGB
CMYK
RGB Variations
Color information
#E09102 (or 0xE09102) is known color: Gamboge. HEX triplet: E0, 91 and 02. RGB value is (224,145,2). Sum of RGB (Red+Green+Blue) = 224+145+2=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E09102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09102 is #1F6EFD. Grayscale: #989898. Windows color (decimal): -2060030 or 168416. OLE color: 168416.
HSL color Cylindrical-coordinate representation of color #E09102: hue angle of 38.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E09102 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.12 |
| HSL | 38.65º | 0.98% | 0.44% | - |
| HSV(B) | 38.65º | 0.99% | 0.88% | - |
| XYZ | 40.88 | 36.1 | 4.87 | - |
| YUV | 152.32 | 43.17 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 2 | 0 | 0.35 | 0.99 | 0.12 | 38.65 | 0.98 | 0.44 |
| Hex | E0 | 91 | 2 | 0 | 23 | 63 | C | 27 | 62 | 2C |
| Octal | 340 | 221 | 2 | 0 | 43 | 143 | 14 | 47 | 142 | 54 |
| Binary | 11100000 | 10010001 | 10 | 0 | 100011 | 1100011 | 1100 | 100111 | 1100010 | 101100 |
Color Harmonies of #E09102
Complementary color
Monochromatic Colors of #E09102
Black with #E09102
Text Example
Text Example
White with #E09102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09102; }
p { color: rgb(224,145,2); }
H1.HeaderClassName
{
color: #E09102;
}
.AnyTagClassName
{
color: #E09102;
}
</style>
background-color css
<style>
a { background-color: #E09102; }
a { background-color: rgb(224,145,2); }
div.DivClassName
{
background-color: #E09102;
}
.BgClassName
{
background-color: #E09102;
}
</style>
border-color css
<style>
span { border-color: #E09102; }
span { border-color: rgb(224,145,2); }
td.TdClassName
{
border-color: #E09102;
}
.TagClassName
{
border-color: #E09102;
}
</style>