Shades of School Bus Yellow #E8D805
Tints of School Bus Yellow #E8D805
RGB
CMYK
RGB Variations
Color information
#E8D805 (or 0xE8D805) is known color: School Bus Yellow. HEX triplet: E8, D8 and 05. RGB value is (232,216,5). Sum of RGB (Red+Green+Blue) = 232+216+5=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D805 is #1727FA. Grayscale: #C5C5C5. Windows color (decimal): -1517563 or 383208. OLE color: 383208.
HSL color Cylindrical-coordinate representation of color #E8D805: hue angle of 55.77º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8D805 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.09 |
| HSL | 55.77º | 0.96% | 0.46% | - |
| HSV(B) | 55.77º | 0.98% | 0.91% | - |
| XYZ | 57.86 | 66.28 | 9.89 | - |
| YUV | 196.73 | 19.8 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 5 | 0 | 0.07 | 0.98 | 0.09 | 55.77 | 0.96 | 0.46 |
| Hex | E8 | D8 | 5 | 0 | 7 | 62 | 9 | 38 | 60 | 2E |
| Octal | 350 | 330 | 5 | 0 | 7 | 142 | 11 | 70 | 140 | 56 |
| Binary | 11101000 | 11011000 | 101 | 0 | 111 | 1100010 | 1001 | 111000 | 1100000 | 101110 |
Color Harmonies of #E8D805
Complementary color
Monochromatic Colors of #E8D805
Black with #E8D805
Text Example
Text Example
White with #E8D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D805; }
p { color: rgb(232,216,5); }
H1.HeaderClassName
{
color: #E8D805;
}
.AnyTagClassName
{
color: #E8D805;
}
</style>
background-color css
<style>
a { background-color: #E8D805; }
a { background-color: rgb(232,216,5); }
div.DivClassName
{
background-color: #E8D805;
}
.BgClassName
{
background-color: #E8D805;
}
</style>
border-color css
<style>
span { border-color: #E8D805; }
span { border-color: rgb(232,216,5); }
td.TdClassName
{
border-color: #E8D805;
}
.TagClassName
{
border-color: #E8D805;
}
</style>