Shades of School Bus Yellow #E2D601
Tints of School Bus Yellow #E2D601
RGB
CMYK
RGB Variations
Color information
#E2D601 (or 0xE2D601) is known color: School Bus Yellow. HEX triplet: E2, D6 and 01. RGB value is (226,214,1). Sum of RGB (Red+Green+Blue) = 226+214+1=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D601 is #1D29FE. Grayscale: #C2C2C2. Windows color (decimal): -1911295 or 120546. OLE color: 120546.
HSL color Cylindrical-coordinate representation of color #E2D601: hue angle of 56.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2D601 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.11 |
| HSL | 56.8º | 0.99% | 0.45% | - |
| HSV(B) | 56.8º | 1% | 0.89% | - |
| XYZ | 55.42 | 64.26 | 9.51 | - |
| YUV | 193.31 | 19.48 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 1 | 0 | 0.05 | 1.00 | 0.11 | 56.8 | 0.99 | 0.45 |
| Hex | E2 | D6 | 1 | 0 | 5 | 64 | B | 39 | 63 | 2D |
| Octal | 342 | 326 | 1 | 0 | 5 | 144 | 13 | 71 | 143 | 55 |
| Binary | 11100010 | 11010110 | 1 | 0 | 101 | 1100100 | 1011 | 111001 | 1100011 | 101101 |
Color Harmonies of #E2D601
Complementary color
Monochromatic Colors of #E2D601
Black with #E2D601
Text Example
Text Example
White with #E2D601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D601; }
p { color: rgb(226,214,1); }
H1.HeaderClassName
{
color: #E2D601;
}
.AnyTagClassName
{
color: #E2D601;
}
</style>
background-color css
<style>
a { background-color: #E2D601; }
a { background-color: rgb(226,214,1); }
div.DivClassName
{
background-color: #E2D601;
}
.BgClassName
{
background-color: #E2D601;
}
</style>
border-color css
<style>
span { border-color: #E2D601; }
span { border-color: rgb(226,214,1); }
td.TdClassName
{
border-color: #E2D601;
}
.TagClassName
{
border-color: #E2D601;
}
</style>