Shades of School Bus Yellow #E5D905
Tints of School Bus Yellow #E5D905
RGB
CMYK
RGB Variations
Color information
#E5D905 (or 0xE5D905) is known color: School Bus Yellow. HEX triplet: E5, D9 and 05. RGB value is (229,217,5). Sum of RGB (Red+Green+Blue) = 229+217+5=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D905 is #1A26FA. Grayscale: #C5C5C5. Windows color (decimal): -1713915 or 383461. OLE color: 383461.
HSL color Cylindrical-coordinate representation of color #E5D905: hue angle of 56.79º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5D905 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.10 |
| HSL | 56.79º | 0.96% | 0.46% | - |
| HSV(B) | 56.79º | 0.98% | 0.9% | - |
| XYZ | 57.15 | 66.29 | 9.93 | - |
| YUV | 196.42 | 19.98 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 5 | 0 | 0.05 | 0.98 | 0.10 | 56.79 | 0.96 | 0.46 |
| Hex | E5 | D9 | 5 | 0 | 5 | 62 | A | 39 | 60 | 2E |
| Octal | 345 | 331 | 5 | 0 | 5 | 142 | 12 | 71 | 140 | 56 |
| Binary | 11100101 | 11011001 | 101 | 0 | 101 | 1100010 | 1010 | 111001 | 1100000 | 101110 |
Color Harmonies of #E5D905
Complementary color
Monochromatic Colors of #E5D905
Black with #E5D905
Text Example
Text Example
White with #E5D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D905; }
p { color: rgb(229,217,5); }
H1.HeaderClassName
{
color: #E5D905;
}
.AnyTagClassName
{
color: #E5D905;
}
</style>
background-color css
<style>
a { background-color: #E5D905; }
a { background-color: rgb(229,217,5); }
div.DivClassName
{
background-color: #E5D905;
}
.BgClassName
{
background-color: #E5D905;
}
</style>
border-color css
<style>
span { border-color: #E5D905; }
span { border-color: rgb(229,217,5); }
td.TdClassName
{
border-color: #E5D905;
}
.TagClassName
{
border-color: #E5D905;
}
</style>