Shades of Gamboge #EEA31B
Tints of Gamboge #EEA31B
RGB
CMYK
RGB Variations
Color information
#EEA31B (or 0xEEA31B) is known color: Gamboge. HEX triplet: EE, A3 and 1B. RGB value is (238,163,27). Sum of RGB (Red+Green+Blue) = 238+163+27=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA31B is #115CE4. Grayscale: #AAAAAA. Windows color (decimal): -1137893 or 1811438. OLE color: 1811438.
HSL color Cylindrical-coordinate representation of color #EEA31B: hue angle of 38.67º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEA31B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 27 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.07 |
| HSL | 38.67º | 0.86% | 0.52% | - |
| HSV(B) | 38.67º | 0.89% | 0.93% | - |
| XYZ | 48.55 | 44.45 | 7.06 | - |
| YUV | 169.92 | 47.35 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 27 | 0 | 0.32 | 0.89 | 0.07 | 38.67 | 0.86 | 0.52 |
| Hex | EE | A3 | 1B | 0 | 20 | 59 | 7 | 27 | 56 | 34 |
| Octal | 356 | 243 | 33 | 0 | 40 | 131 | 7 | 47 | 126 | 64 |
| Binary | 11101110 | 10100011 | 11011 | 0 | 100000 | 1011001 | 111 | 100111 | 1010110 | 110100 |
Color Harmonies of #EEA31B
Complementary color
Monochromatic Colors of #EEA31B
Black with #EEA31B
Text Example
Text Example
White with #EEA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA31B; }
p { color: rgb(238,163,27); }
H1.HeaderClassName
{
color: #EEA31B;
}
.AnyTagClassName
{
color: #EEA31B;
}
</style>
background-color css
<style>
a { background-color: #EEA31B; }
a { background-color: rgb(238,163,27); }
div.DivClassName
{
background-color: #EEA31B;
}
.BgClassName
{
background-color: #EEA31B;
}
</style>
border-color css
<style>
span { border-color: #EEA31B; }
span { border-color: rgb(238,163,27); }
td.TdClassName
{
border-color: #EEA31B;
}
.TagClassName
{
border-color: #EEA31B;
}
</style>