Shades of School Bus Yellow #E5D80B
Tints of School Bus Yellow #E5D80B
RGB
CMYK
RGB Variations
Color information
#E5D80B (or 0xE5D80B) is known color: School Bus Yellow. HEX triplet: E5, D8 and 0B. RGB value is (229,216,11). Sum of RGB (Red+Green+Blue) = 229+216+11=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D80B is #1A27F4. Grayscale: #C5C5C5. Windows color (decimal): -1714165 or 776421. OLE color: 776421.
HSL color Cylindrical-coordinate representation of color #E5D80B: hue angle of 56.42º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5D80B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.10 |
| HSL | 56.42º | 0.91% | 0.47% | - |
| HSV(B) | 56.42º | 0.95% | 0.9% | - |
| XYZ | 56.93 | 65.79 | 10.02 | - |
| YUV | 196.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 11 | 0 | 0.06 | 0.95 | 0.10 | 56.42 | 0.91 | 0.47 |
| Hex | E5 | D8 | B | 0 | 6 | 5F | A | 38 | 5B | 2F |
| Octal | 345 | 330 | 13 | 0 | 6 | 137 | 12 | 70 | 133 | 57 |
| Binary | 11100101 | 11011000 | 1011 | 0 | 110 | 1011111 | 1010 | 111000 | 1011011 | 101111 |
Color Harmonies of #E5D80B
Complementary color
Monochromatic Colors of #E5D80B
Black with #E5D80B
Text Example
Text Example
White with #E5D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D80B; }
p { color: rgb(229,216,11); }
H1.HeaderClassName
{
color: #E5D80B;
}
.AnyTagClassName
{
color: #E5D80B;
}
</style>
background-color css
<style>
a { background-color: #E5D80B; }
a { background-color: rgb(229,216,11); }
div.DivClassName
{
background-color: #E5D80B;
}
.BgClassName
{
background-color: #E5D80B;
}
</style>
border-color css
<style>
span { border-color: #E5D80B; }
span { border-color: rgb(229,216,11); }
td.TdClassName
{
border-color: #E5D80B;
}
.TagClassName
{
border-color: #E5D80B;
}
</style>