Shades of School Bus Yellow #E2D503
Tints of School Bus Yellow #E2D503
RGB
CMYK
RGB Variations
Color information
#E2D503 (or 0xE2D503) is known color: School Bus Yellow. HEX triplet: E2, D5 and 03. RGB value is (226,213,3). Sum of RGB (Red+Green+Blue) = 226+213+3=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D503 is #1D2AFC. Grayscale: #C1C1C1. Windows color (decimal): -1911549 or 251362. OLE color: 251362.
HSL color Cylindrical-coordinate representation of color #E2D503: hue angle of 56.5º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2D503 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.11 |
| HSL | 56.5º | 0.97% | 0.45% | - |
| HSV(B) | 56.5º | 0.99% | 0.89% | - |
| XYZ | 55.17 | 63.76 | 9.49 | - |
| YUV | 192.95 | 20.81 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 3 | 0 | 0.06 | 0.99 | 0.11 | 56.5 | 0.97 | 0.45 |
| Hex | E2 | D5 | 3 | 0 | 6 | 63 | B | 39 | 61 | 2D |
| Octal | 342 | 325 | 3 | 0 | 6 | 143 | 13 | 71 | 141 | 55 |
| Binary | 11100010 | 11010101 | 11 | 0 | 110 | 1100011 | 1011 | 111001 | 1100001 | 101101 |
Color Harmonies of #E2D503
Complementary color
Monochromatic Colors of #E2D503
Black with #E2D503
Text Example
Text Example
White with #E2D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D503; }
p { color: rgb(226,213,3); }
H1.HeaderClassName
{
color: #E2D503;
}
.AnyTagClassName
{
color: #E2D503;
}
</style>
background-color css
<style>
a { background-color: #E2D503; }
a { background-color: rgb(226,213,3); }
div.DivClassName
{
background-color: #E2D503;
}
.BgClassName
{
background-color: #E2D503;
}
</style>
border-color css
<style>
span { border-color: #E2D503; }
span { border-color: rgb(226,213,3); }
td.TdClassName
{
border-color: #E2D503;
}
.TagClassName
{
border-color: #E2D503;
}
</style>