Shades of Gamboge #EE910A
Tints of Gamboge #EE910A
RGB
CMYK
RGB Variations
Color information
#EE910A (or 0xEE910A) is known color: Gamboge. HEX triplet: EE, 91 and 0A. RGB value is (238,145,10). Sum of RGB (Red+Green+Blue) = 238+145+10=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE910A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE910A is #116EF5. Grayscale: #9E9E9E. Windows color (decimal): -1142518 or 692718. OLE color: 692718.
HSL color Cylindrical-coordinate representation of color #EE910A: hue angle of 35.53º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE910A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 10 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.07 |
| HSL | 35.53º | 0.92% | 0.49% | - |
| HSV(B) | 35.53º | 0.96% | 0.93% | - |
| XYZ | 45.44 | 38.45 | 5.31 | - |
| YUV | 157.42 | 44.81 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 10 | 0 | 0.39 | 0.96 | 0.07 | 35.53 | 0.92 | 0.49 |
| Hex | EE | 91 | A | 0 | 27 | 60 | 7 | 24 | 5C | 31 |
| Octal | 356 | 221 | 12 | 0 | 47 | 140 | 7 | 44 | 134 | 61 |
| Binary | 11101110 | 10010001 | 1010 | 0 | 100111 | 1100000 | 111 | 100100 | 1011100 | 110001 |
Color Harmonies of #EE910A
Complementary color
Monochromatic Colors of #EE910A
Black with #EE910A
Text Example
Text Example
White with #EE910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE910A; }
p { color: rgb(238,145,10); }
H1.HeaderClassName
{
color: #EE910A;
}
.AnyTagClassName
{
color: #EE910A;
}
</style>
background-color css
<style>
a { background-color: #EE910A; }
a { background-color: rgb(238,145,10); }
div.DivClassName
{
background-color: #EE910A;
}
.BgClassName
{
background-color: #EE910A;
}
</style>
border-color css
<style>
span { border-color: #EE910A; }
span { border-color: rgb(238,145,10); }
td.TdClassName
{
border-color: #EE910A;
}
.TagClassName
{
border-color: #EE910A;
}
</style>