Shades of Selective Yellow #E9B500
Tints of Selective Yellow #E9B500
RGB
CMYK
RGB Variations
Color information
#E9B500 (or 0xE9B500) is known color: Selective Yellow. HEX triplet: E9, B5 and 00. RGB value is (233,181,0). Sum of RGB (Red+Green+Blue) = 233+181+0=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9B500 is #164AFF. Grayscale: #B0B0B0. Windows color (decimal): -1460992 or 46569. OLE color: 46569.
HSL color Cylindrical-coordinate representation of color #E9B500: hue angle of 46.61º 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 #E9B500 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 181 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.09 |
| HSL | 46.61º | 1% | 0.46% | - |
| HSV(B) | 46.61º | 1% | 0.91% | - |
| XYZ | 50.13 | 50.37 | 7.08 | - |
| YUV | 175.91 | 28.73 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 181 | 0 | 0 | 0.22 | 1 | 0.09 | 46.61 | 1 | 0.46 |
| Hex | E9 | B5 | 0 | 0 | 16 | 64 | 9 | 2F | 64 | 2E |
| Octal | 351 | 265 | 0 | 0 | 26 | 144 | 11 | 57 | 144 | 56 |
| Binary | 11101001 | 10110101 | 0 | 0 | 10110 | 1100100 | 1001 | 101111 | 1100100 | 101110 |
Color Harmonies of #E9B500
Complementary color
Monochromatic Colors of #E9B500
Black with #E9B500
Text Example
Text Example
White with #E9B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B500; }
p { color: rgb(233,181,0); }
H1.HeaderClassName
{
color: #E9B500;
}
.AnyTagClassName
{
color: #E9B500;
}
</style>
background-color css
<style>
a { background-color: #E9B500; }
a { background-color: rgb(233,181,0); }
div.DivClassName
{
background-color: #E9B500;
}
.BgClassName
{
background-color: #E9B500;
}
</style>
border-color css
<style>
span { border-color: #E9B500; }
span { border-color: rgb(233,181,0); }
td.TdClassName
{
border-color: #E9B500;
}
.TagClassName
{
border-color: #E9B500;
}
</style>