Shades of School Bus Yellow #E8D601
Tints of School Bus Yellow #E8D601
RGB
CMYK
RGB Variations
Color information
#E8D601 (or 0xE8D601) is known color: School Bus Yellow. HEX triplet: E8, D6 and 01. RGB value is (232,214,1). Sum of RGB (Red+Green+Blue) = 232+214+1=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D601 is #1729FE. Grayscale: #C3C3C3. Windows color (decimal): -1518079 or 120552. OLE color: 120552.
HSL color Cylindrical-coordinate representation of color #E8D601: hue angle of 55.32º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8D601 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.09 |
| HSL | 55.32º | 0.99% | 0.46% | - |
| HSV(B) | 55.32º | 1% | 0.91% | - |
| XYZ | 57.33 | 65.25 | 9.6 | - |
| YUV | 195.1 | 18.46 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 1 | 0 | 0.08 | 1.00 | 0.09 | 55.32 | 0.99 | 0.46 |
| Hex | E8 | D6 | 1 | 0 | 8 | 64 | 9 | 37 | 63 | 2E |
| Octal | 350 | 326 | 1 | 0 | 10 | 144 | 11 | 67 | 143 | 56 |
| Binary | 11101000 | 11010110 | 1 | 0 | 1000 | 1100100 | 1001 | 110111 | 1100011 | 101110 |
Color Harmonies of #E8D601
Complementary color
Monochromatic Colors of #E8D601
Black with #E8D601
Text Example
Text Example
White with #E8D601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D601; }
p { color: rgb(232,214,1); }
H1.HeaderClassName
{
color: #E8D601;
}
.AnyTagClassName
{
color: #E8D601;
}
</style>
background-color css
<style>
a { background-color: #E8D601; }
a { background-color: rgb(232,214,1); }
div.DivClassName
{
background-color: #E8D601;
}
.BgClassName
{
background-color: #E8D601;
}
</style>
border-color css
<style>
span { border-color: #E8D601; }
span { border-color: rgb(232,214,1); }
td.TdClassName
{
border-color: #E8D601;
}
.TagClassName
{
border-color: #E8D601;
}
</style>