Shades of School Bus Yellow #E9D700
Tints of School Bus Yellow #E9D700
RGB
CMYK
RGB Variations
Color information
#E9D700 (or 0xE9D700) is known color: School Bus Yellow. HEX triplet: E9, D7 and 00. RGB value is (233,215,0). Sum of RGB (Red+Green+Blue) = 233+215+0=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D700 is #1628FF. Grayscale: #C4C4C4. Windows color (decimal): -1452288 or 55273. OLE color: 55273.
HSL color Cylindrical-coordinate representation of color #E9D700: hue angle of 55.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9D700 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 215 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.09 |
| HSL | 55.36º | 1% | 0.46% | - |
| HSV(B) | 55.36º | 1% | 0.91% | - |
| XYZ | 57.9 | 65.92 | 9.67 | - |
| YUV | 195.87 | 17.46 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 0 | 0 | 0.08 | 1 | 0.09 | 55.36 | 1 | 0.46 |
| Hex | E9 | D7 | 0 | 0 | 8 | 64 | 9 | 37 | 64 | 2E |
| Octal | 351 | 327 | 0 | 0 | 10 | 144 | 11 | 67 | 144 | 56 |
| Binary | 11101001 | 11010111 | 0 | 0 | 1000 | 1100100 | 1001 | 110111 | 1100100 | 101110 |
Color Harmonies of #E9D700
Complementary color
Monochromatic Colors of #E9D700
Black with #E9D700
Text Example
Text Example
White with #E9D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D700; }
p { color: rgb(233,215,0); }
H1.HeaderClassName
{
color: #E9D700;
}
.AnyTagClassName
{
color: #E9D700;
}
</style>
background-color css
<style>
a { background-color: #E9D700; }
a { background-color: rgb(233,215,0); }
div.DivClassName
{
background-color: #E9D700;
}
.BgClassName
{
background-color: #E9D700;
}
</style>
border-color css
<style>
span { border-color: #E9D700; }
span { border-color: rgb(233,215,0); }
td.TdClassName
{
border-color: #E9D700;
}
.TagClassName
{
border-color: #E9D700;
}
</style>