Shades of School Bus Yellow #E9D60B
Tints of School Bus Yellow #E9D60B
RGB
CMYK
RGB Variations
Color information
#E9D60B (or 0xE9D60B) is known color: School Bus Yellow. HEX triplet: E9, D6 and 0B. RGB value is (233,214,11). Sum of RGB (Red+Green+Blue) = 233+214+11=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D60B is #1629F4. Grayscale: #C5C5C5. Windows color (decimal): -1452533 or 775913. OLE color: 775913.
HSL color Cylindrical-coordinate representation of color #E9D60B: hue angle of 54.86º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9D60B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.09 |
| HSL | 54.86º | 0.91% | 0.48% | - |
| HSV(B) | 54.86º | 0.95% | 0.91% | - |
| XYZ | 57.71 | 65.44 | 9.91 | - |
| YUV | 196.54 | 23.29 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 11 | 0 | 0.08 | 0.95 | 0.09 | 54.86 | 0.91 | 0.48 |
| Hex | E9 | D6 | B | 0 | 8 | 5F | 9 | 37 | 5B | 30 |
| Octal | 351 | 326 | 13 | 0 | 10 | 137 | 11 | 67 | 133 | 60 |
| Binary | 11101001 | 11010110 | 1011 | 0 | 1000 | 1011111 | 1001 | 110111 | 1011011 | 110000 |
Color Harmonies of #E9D60B
Complementary color
Monochromatic Colors of #E9D60B
Black with #E9D60B
Text Example
Text Example
White with #E9D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D60B; }
p { color: rgb(233,214,11); }
H1.HeaderClassName
{
color: #E9D60B;
}
.AnyTagClassName
{
color: #E9D60B;
}
</style>
background-color css
<style>
a { background-color: #E9D60B; }
a { background-color: rgb(233,214,11); }
div.DivClassName
{
background-color: #E9D60B;
}
.BgClassName
{
background-color: #E9D60B;
}
</style>
border-color css
<style>
span { border-color: #E9D60B; }
span { border-color: rgb(233,214,11); }
td.TdClassName
{
border-color: #E9D60B;
}
.TagClassName
{
border-color: #E9D60B;
}
</style>