Shades of School Bus Yellow #E9D704
Tints of School Bus Yellow #E9D704
RGB
CMYK
RGB Variations
Color information
#E9D704 (or 0xE9D704) is known color: School Bus Yellow. HEX triplet: E9, D7 and 04. RGB value is (233,215,4). Sum of RGB (Red+Green+Blue) = 233+215+4=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 4 (1.95% from 255 or 0.88% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D704 is #1628FB. Grayscale: #C5C5C5. Windows color (decimal): -1452284 or 317417. OLE color: 317417.
HSL color Cylindrical-coordinate representation of color #E9D704: hue angle of 55.28º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9D704 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 215 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.09 |
| HSL | 55.28º | 0.97% | 0.46% | - |
| HSV(B) | 55.28º | 0.98% | 0.91% | - |
| XYZ | 57.93 | 65.93 | 9.79 | - |
| YUV | 196.33 | 19.46 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 4 | 0 | 0.08 | 0.98 | 0.09 | 55.28 | 0.97 | 0.46 |
| Hex | E9 | D7 | 4 | 0 | 8 | 62 | 9 | 37 | 61 | 2E |
| Octal | 351 | 327 | 4 | 0 | 10 | 142 | 11 | 67 | 141 | 56 |
| Binary | 11101001 | 11010111 | 100 | 0 | 1000 | 1100010 | 1001 | 110111 | 1100001 | 101110 |
Color Harmonies of #E9D704
Complementary color
Monochromatic Colors of #E9D704
Black with #E9D704
Text Example
Text Example
White with #E9D704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D704; }
p { color: rgb(233,215,4); }
H1.HeaderClassName
{
color: #E9D704;
}
.AnyTagClassName
{
color: #E9D704;
}
</style>
background-color css
<style>
a { background-color: #E9D704; }
a { background-color: rgb(233,215,4); }
div.DivClassName
{
background-color: #E9D704;
}
.BgClassName
{
background-color: #E9D704;
}
</style>
border-color css
<style>
span { border-color: #E9D704; }
span { border-color: rgb(233,215,4); }
td.TdClassName
{
border-color: #E9D704;
}
.TagClassName
{
border-color: #E9D704;
}
</style>