Shades of School Bus Yellow #E2D502
Tints of School Bus Yellow #E2D502
RGB
CMYK
RGB Variations
Color information
#E2D502 (or 0xE2D502) is known color: School Bus Yellow. HEX triplet: E2, D5 and 02. RGB value is (226,213,2). Sum of RGB (Red+Green+Blue) = 226+213+2=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D502 is #1D2AFD. Grayscale: #C1C1C1. Windows color (decimal): -1911550 or 185826. OLE color: 185826.
HSL color Cylindrical-coordinate representation of color #E2D502: hue angle of 56.52º degrees, saturation: 0.98, 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 #E2D502 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.11 |
| HSL | 56.52º | 0.98% | 0.45% | - |
| HSV(B) | 56.52º | 0.99% | 0.89% | - |
| XYZ | 55.17 | 63.76 | 9.46 | - |
| YUV | 192.83 | 20.31 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 2 | 0 | 0.06 | 0.99 | 0.11 | 56.52 | 0.98 | 0.45 |
| Hex | E2 | D5 | 2 | 0 | 6 | 63 | B | 39 | 62 | 2D |
| Octal | 342 | 325 | 2 | 0 | 6 | 143 | 13 | 71 | 142 | 55 |
| Binary | 11100010 | 11010101 | 10 | 0 | 110 | 1100011 | 1011 | 111001 | 1100010 | 101101 |
Color Harmonies of #E2D502
Complementary color
Monochromatic Colors of #E2D502
Black with #E2D502
Text Example
Text Example
White with #E2D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D502; }
p { color: rgb(226,213,2); }
H1.HeaderClassName
{
color: #E2D502;
}
.AnyTagClassName
{
color: #E2D502;
}
</style>
background-color css
<style>
a { background-color: #E2D502; }
a { background-color: rgb(226,213,2); }
div.DivClassName
{
background-color: #E2D502;
}
.BgClassName
{
background-color: #E2D502;
}
</style>
border-color css
<style>
span { border-color: #E2D502; }
span { border-color: rgb(226,213,2); }
td.TdClassName
{
border-color: #E2D502;
}
.TagClassName
{
border-color: #E2D502;
}
</style>