Shades of School Bus Yellow #E8D600
Tints of School Bus Yellow #E8D600
RGB
CMYK
RGB Variations
Color information
#E8D600 (or 0xE8D600) is known color: School Bus Yellow. HEX triplet: E8, D6 and 00. RGB value is (232,214,0). Sum of RGB (Red+Green+Blue) = 232+214+0=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D600 is #1729FF. Grayscale: #C3C3C3. Windows color (decimal): -1518080 or 55016. OLE color: 55016.
HSL color Cylindrical-coordinate representation of color #E8D600: hue angle of 55.34º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8D600 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.09 |
| HSL | 55.34º | 1% | 0.45% | - |
| HSV(B) | 55.34º | 1% | 0.91% | - |
| XYZ | 57.33 | 65.25 | 9.57 | - |
| YUV | 194.99 | 17.96 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 0 | 0 | 0.08 | 1 | 0.09 | 55.34 | 1 | 0.45 |
| Hex | E8 | D6 | 0 | 0 | 8 | 64 | 9 | 37 | 64 | 2D |
| Octal | 350 | 326 | 0 | 0 | 10 | 144 | 11 | 67 | 144 | 55 |
| Binary | 11101000 | 11010110 | 0 | 0 | 1000 | 1100100 | 1001 | 110111 | 1100100 | 101101 |
Color Harmonies of #E8D600
Complementary color
Monochromatic Colors of #E8D600
Black with #E8D600
Text Example
Text Example
White with #E8D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D600; }
p { color: rgb(232,214,0); }
H1.HeaderClassName
{
color: #E8D600;
}
.AnyTagClassName
{
color: #E8D600;
}
</style>
background-color css
<style>
a { background-color: #E8D600; }
a { background-color: rgb(232,214,0); }
div.DivClassName
{
background-color: #E8D600;
}
.BgClassName
{
background-color: #E8D600;
}
</style>
border-color css
<style>
span { border-color: #E8D600; }
span { border-color: rgb(232,214,0); }
td.TdClassName
{
border-color: #E8D600;
}
.TagClassName
{
border-color: #E8D600;
}
</style>