Shades of School Bus Yellow #E2D807
Tints of School Bus Yellow #E2D807
RGB
CMYK
RGB Variations
Color information
#E2D807 (or 0xE2D807) is known color: School Bus Yellow. HEX triplet: E2, D8 and 07. RGB value is (226,216,7). Sum of RGB (Red+Green+Blue) = 226+216+7=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D807 is #1D27F8. Grayscale: #C4C4C4. Windows color (decimal): -1910777 or 514274. OLE color: 514274.
HSL color Cylindrical-coordinate representation of color #E2D807: hue angle of 57.26º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2D807 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.11 |
| HSL | 57.26º | 0.94% | 0.46% | - |
| HSV(B) | 57.26º | 0.97% | 0.89% | - |
| XYZ | 55.96 | 65.3 | 9.86 | - |
| YUV | 195.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 7 | 0 | 0.04 | 0.97 | 0.11 | 57.26 | 0.94 | 0.46 |
| Hex | E2 | D8 | 7 | 0 | 4 | 61 | B | 39 | 5E | 2E |
| Octal | 342 | 330 | 7 | 0 | 4 | 141 | 13 | 71 | 136 | 56 |
| Binary | 11100010 | 11011000 | 111 | 0 | 100 | 1100001 | 1011 | 111001 | 1011110 | 101110 |
Color Harmonies of #E2D807
Complementary color
Monochromatic Colors of #E2D807
Black with #E2D807
Text Example
Text Example
White with #E2D807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D807; }
p { color: rgb(226,216,7); }
H1.HeaderClassName
{
color: #E2D807;
}
.AnyTagClassName
{
color: #E2D807;
}
</style>
background-color css
<style>
a { background-color: #E2D807; }
a { background-color: rgb(226,216,7); }
div.DivClassName
{
background-color: #E2D807;
}
.BgClassName
{
background-color: #E2D807;
}
</style>
border-color css
<style>
span { border-color: #E2D807; }
span { border-color: rgb(226,216,7); }
td.TdClassName
{
border-color: #E2D807;
}
.TagClassName
{
border-color: #E2D807;
}
</style>