Shades of School Bus Yellow #E0D700
Tints of School Bus Yellow #E0D700
RGB
CMYK
RGB Variations
Color information
#E0D700 (or 0xE0D700) is known color: School Bus Yellow. HEX triplet: E0, D7 and 00. RGB value is (224,215,0). Sum of RGB (Red+Green+Blue) = 224+215+0=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D700 is #1F28FF. Grayscale: #C2C2C2. Windows color (decimal): -2042112 or 55264. OLE color: 55264.
HSL color Cylindrical-coordinate representation of color #E0D700: hue angle of 57.59º 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 #E0D700 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.12 |
| HSL | 57.59º | 1% | 0.44% | - |
| HSV(B) | 57.59º | 1% | 0.88% | - |
| XYZ | 55.04 | 64.45 | 9.54 | - |
| YUV | 193.18 | 18.98 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 0 | 0 | 0.04 | 1 | 0.12 | 57.59 | 1 | 0.44 |
| Hex | E0 | D7 | 0 | 0 | 4 | 64 | C | 3A | 64 | 2C |
| Octal | 340 | 327 | 0 | 0 | 4 | 144 | 14 | 72 | 144 | 54 |
| Binary | 11100000 | 11010111 | 0 | 0 | 100 | 1100100 | 1100 | 111010 | 1100100 | 101100 |
Color Harmonies of #E0D700
Complementary color
Monochromatic Colors of #E0D700
Black with #E0D700
Text Example
Text Example
White with #E0D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D700; }
p { color: rgb(224,215,0); }
H1.HeaderClassName
{
color: #E0D700;
}
.AnyTagClassName
{
color: #E0D700;
}
</style>
background-color css
<style>
a { background-color: #E0D700; }
a { background-color: rgb(224,215,0); }
div.DivClassName
{
background-color: #E0D700;
}
.BgClassName
{
background-color: #E0D700;
}
</style>
border-color css
<style>
span { border-color: #E0D700; }
span { border-color: rgb(224,215,0); }
td.TdClassName
{
border-color: #E0D700;
}
.TagClassName
{
border-color: #E0D700;
}
</style>