Shades of Selective Yellow #E9B000
Tints of Selective Yellow #E9B000
RGB
CMYK
RGB Variations
Color information
#E9B000 (or 0xE9B000) is known color: Selective Yellow. HEX triplet: E9, B0 and 00. RGB value is (233,176,0). Sum of RGB (Red+Green+Blue) = 233+176+0=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9B000 is #164FFF. Grayscale: #ADADAD. Windows color (decimal): -1462272 or 45289. OLE color: 45289.
HSL color Cylindrical-coordinate representation of color #E9B000: hue angle of 45.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9B000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.09 |
| HSL | 45.32º | 1% | 0.46% | - |
| HSV(B) | 45.32º | 1% | 0.91% | - |
| XYZ | 49.13 | 48.37 | 6.75 | - |
| YUV | 172.98 | 30.38 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 0 | 0 | 0.24 | 1 | 0.09 | 45.32 | 1 | 0.46 |
| Hex | E9 | B0 | 0 | 0 | 18 | 64 | 9 | 2D | 64 | 2E |
| Octal | 351 | 260 | 0 | 0 | 30 | 144 | 11 | 55 | 144 | 56 |
| Binary | 11101001 | 10110000 | 0 | 0 | 11000 | 1100100 | 1001 | 101101 | 1100100 | 101110 |
Color Harmonies of #E9B000
Complementary color
Monochromatic Colors of #E9B000
Black with #E9B000
Text Example
Text Example
White with #E9B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B000; }
p { color: rgb(233,176,0); }
H1.HeaderClassName
{
color: #E9B000;
}
.AnyTagClassName
{
color: #E9B000;
}
</style>
background-color css
<style>
a { background-color: #E9B000; }
a { background-color: rgb(233,176,0); }
div.DivClassName
{
background-color: #E9B000;
}
.BgClassName
{
background-color: #E9B000;
}
</style>
border-color css
<style>
span { border-color: #E9B000; }
span { border-color: rgb(233,176,0); }
td.TdClassName
{
border-color: #E9B000;
}
.TagClassName
{
border-color: #E9B000;
}
</style>