Shades of School Bus Yellow #E8D80B
Tints of School Bus Yellow #E8D80B
RGB
CMYK
RGB Variations
Color information
#E8D80B (or 0xE8D80B) is known color: School Bus Yellow. HEX triplet: E8, D8 and 0B. RGB value is (232,216,11). Sum of RGB (Red+Green+Blue) = 232+216+11=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D80B is #1727F4. Grayscale: #C6C6C6. Windows color (decimal): -1517557 or 776424. OLE color: 776424.
HSL color Cylindrical-coordinate representation of color #E8D80B: hue angle of 55.66º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8D80B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.09 |
| HSL | 55.66º | 0.91% | 0.48% | - |
| HSV(B) | 55.66º | 0.95% | 0.91% | - |
| XYZ | 57.89 | 66.29 | 10.06 | - |
| YUV | 197.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 11 | 0 | 0.07 | 0.95 | 0.09 | 55.66 | 0.91 | 0.48 |
| Hex | E8 | D8 | B | 0 | 7 | 5F | 9 | 38 | 5B | 30 |
| Octal | 350 | 330 | 13 | 0 | 7 | 137 | 11 | 70 | 133 | 60 |
| Binary | 11101000 | 11011000 | 1011 | 0 | 111 | 1011111 | 1001 | 111000 | 1011011 | 110000 |
Color Harmonies of #E8D80B
Complementary color
Monochromatic Colors of #E8D80B
Black with #E8D80B
Text Example
Text Example
White with #E8D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D80B; }
p { color: rgb(232,216,11); }
H1.HeaderClassName
{
color: #E8D80B;
}
.AnyTagClassName
{
color: #E8D80B;
}
</style>
background-color css
<style>
a { background-color: #E8D80B; }
a { background-color: rgb(232,216,11); }
div.DivClassName
{
background-color: #E8D80B;
}
.BgClassName
{
background-color: #E8D80B;
}
</style>
border-color css
<style>
span { border-color: #E8D80B; }
span { border-color: rgb(232,216,11); }
td.TdClassName
{
border-color: #E8D80B;
}
.TagClassName
{
border-color: #E8D80B;
}
</style>