Shades of School Bus Yellow #E9D905
Tints of School Bus Yellow #E9D905
RGB
CMYK
RGB Variations
Color information
#E9D905 (or 0xE9D905) is known color: School Bus Yellow. HEX triplet: E9, D9 and 05. RGB value is (233,217,5). Sum of RGB (Red+Green+Blue) = 233+217+5=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D905 is #1626FA. Grayscale: #C6C6C6. Windows color (decimal): -1451771 or 383465. OLE color: 383465.
HSL color Cylindrical-coordinate representation of color #E9D905: hue angle of 55.79º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9D905 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.09 |
| HSL | 55.79º | 0.96% | 0.47% | - |
| HSV(B) | 55.79º | 0.98% | 0.91% | - |
| XYZ | 58.44 | 66.96 | 9.99 | - |
| YUV | 197.62 | 19.3 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 5 | 0 | 0.07 | 0.98 | 0.09 | 55.79 | 0.96 | 0.47 |
| Hex | E9 | D9 | 5 | 0 | 7 | 62 | 9 | 38 | 60 | 2F |
| Octal | 351 | 331 | 5 | 0 | 7 | 142 | 11 | 70 | 140 | 57 |
| Binary | 11101001 | 11011001 | 101 | 0 | 111 | 1100010 | 1001 | 111000 | 1100000 | 101111 |
Color Harmonies of #E9D905
Complementary color
Monochromatic Colors of #E9D905
Black with #E9D905
Text Example
Text Example
White with #E9D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D905; }
p { color: rgb(233,217,5); }
H1.HeaderClassName
{
color: #E9D905;
}
.AnyTagClassName
{
color: #E9D905;
}
</style>
background-color css
<style>
a { background-color: #E9D905; }
a { background-color: rgb(233,217,5); }
div.DivClassName
{
background-color: #E9D905;
}
.BgClassName
{
background-color: #E9D905;
}
</style>
border-color css
<style>
span { border-color: #E9D905; }
span { border-color: rgb(233,217,5); }
td.TdClassName
{
border-color: #E9D905;
}
.TagClassName
{
border-color: #E9D905;
}
</style>