Shades of School Bus Yellow #E9D607
Tints of School Bus Yellow #E9D607
RGB
CMYK
RGB Variations
Color information
#E9D607 (or 0xE9D607) is known color: School Bus Yellow. HEX triplet: E9, D6 and 07. RGB value is (233,214,7). Sum of RGB (Red+Green+Blue) = 233+214+7=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D607 is #1629F8. Grayscale: #C4C4C4. Windows color (decimal): -1452537 or 513769. OLE color: 513769.
HSL color Cylindrical-coordinate representation of color #E9D607: hue angle of 54.96º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9D607 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.09 |
| HSL | 54.96º | 0.94% | 0.47% | - |
| HSV(B) | 54.96º | 0.97% | 0.91% | - |
| XYZ | 57.69 | 65.43 | 9.79 | - |
| YUV | 196.08 | 21.29 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 7 | 0 | 0.08 | 0.97 | 0.09 | 54.96 | 0.94 | 0.47 |
| Hex | E9 | D6 | 7 | 0 | 8 | 61 | 9 | 37 | 5E | 2F |
| Octal | 351 | 326 | 7 | 0 | 10 | 141 | 11 | 67 | 136 | 57 |
| Binary | 11101001 | 11010110 | 111 | 0 | 1000 | 1100001 | 1001 | 110111 | 1011110 | 101111 |
Color Harmonies of #E9D607
Complementary color
Monochromatic Colors of #E9D607
Black with #E9D607
Text Example
Text Example
White with #E9D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D607; }
p { color: rgb(233,214,7); }
H1.HeaderClassName
{
color: #E9D607;
}
.AnyTagClassName
{
color: #E9D607;
}
</style>
background-color css
<style>
a { background-color: #E9D607; }
a { background-color: rgb(233,214,7); }
div.DivClassName
{
background-color: #E9D607;
}
.BgClassName
{
background-color: #E9D607;
}
</style>
border-color css
<style>
span { border-color: #E9D607; }
span { border-color: rgb(233,214,7); }
td.TdClassName
{
border-color: #E9D607;
}
.TagClassName
{
border-color: #E9D607;
}
</style>