Shades of School Bus Yellow #E5D800
Tints of School Bus Yellow #E5D800
RGB
CMYK
RGB Variations
Color information
#E5D800 (or 0xE5D800) is known color: School Bus Yellow. HEX triplet: E5, D8 and 00. RGB value is (229,216,0). Sum of RGB (Red+Green+Blue) = 229+216+0=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D800 is #1A27FF. Grayscale: #C4C4C4. Windows color (decimal): -1714176 or 55525. OLE color: 55525.
HSL color Cylindrical-coordinate representation of color #E5D800: hue angle of 56.59º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5D800 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.10 |
| HSL | 56.59º | 1% | 0.45% | - |
| HSV(B) | 56.59º | 1% | 0.9% | - |
| XYZ | 56.87 | 65.77 | 9.7 | - |
| YUV | 195.26 | 17.81 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 0 | 0 | 0.06 | 1 | 0.10 | 56.59 | 1 | 0.45 |
| Hex | E5 | D8 | 0 | 0 | 6 | 64 | A | 39 | 64 | 2D |
| Octal | 345 | 330 | 0 | 0 | 6 | 144 | 12 | 71 | 144 | 55 |
| Binary | 11100101 | 11011000 | 0 | 0 | 110 | 1100100 | 1010 | 111001 | 1100100 | 101101 |
Color Harmonies of #E5D800
Complementary color
Monochromatic Colors of #E5D800
Black with #E5D800
Text Example
Text Example
White with #E5D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D800; }
p { color: rgb(229,216,0); }
H1.HeaderClassName
{
color: #E5D800;
}
.AnyTagClassName
{
color: #E5D800;
}
</style>
background-color css
<style>
a { background-color: #E5D800; }
a { background-color: rgb(229,216,0); }
div.DivClassName
{
background-color: #E5D800;
}
.BgClassName
{
background-color: #E5D800;
}
</style>
border-color css
<style>
span { border-color: #E5D800; }
span { border-color: rgb(229,216,0); }
td.TdClassName
{
border-color: #E5D800;
}
.TagClassName
{
border-color: #E5D800;
}
</style>