Shades of School Bus Yellow #E0D600
Tints of School Bus Yellow #E0D600
RGB
CMYK
RGB Variations
Color information
#E0D600 (or 0xE0D600) is known color: School Bus Yellow. HEX triplet: E0, D6 and 00. RGB value is (224,214,0). Sum of RGB (Red+Green+Blue) = 224+214+0=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D600 is #1F29FF. Grayscale: #C1C1C1. Windows color (decimal): -2042368 or 55008. OLE color: 55008.
HSL color Cylindrical-coordinate representation of color #E0D600: hue angle of 57.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0D600 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.12 |
| HSL | 57.32º | 1% | 0.44% | - |
| HSV(B) | 57.32º | 1% | 0.88% | - |
| XYZ | 54.79 | 63.94 | 9.45 | - |
| YUV | 192.59 | 19.31 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 0 | 0 | 0.04 | 1 | 0.12 | 57.32 | 1 | 0.44 |
| Hex | E0 | D6 | 0 | 0 | 4 | 64 | C | 39 | 64 | 2C |
| Octal | 340 | 326 | 0 | 0 | 4 | 144 | 14 | 71 | 144 | 54 |
| Binary | 11100000 | 11010110 | 0 | 0 | 100 | 1100100 | 1100 | 111001 | 1100100 | 101100 |
Color Harmonies of #E0D600
Complementary color
Monochromatic Colors of #E0D600
Black with #E0D600
Text Example
Text Example
White with #E0D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D600; }
p { color: rgb(224,214,0); }
H1.HeaderClassName
{
color: #E0D600;
}
.AnyTagClassName
{
color: #E0D600;
}
</style>
background-color css
<style>
a { background-color: #E0D600; }
a { background-color: rgb(224,214,0); }
div.DivClassName
{
background-color: #E0D600;
}
.BgClassName
{
background-color: #E0D600;
}
</style>
border-color css
<style>
span { border-color: #E0D600; }
span { border-color: rgb(224,214,0); }
td.TdClassName
{
border-color: #E0D600;
}
.TagClassName
{
border-color: #E0D600;
}
</style>