Shades of School Bus Yellow #E8D60B
Tints of School Bus Yellow #E8D60B
RGB
CMYK
RGB Variations
Color information
#E8D60B (or 0xE8D60B) is known color: School Bus Yellow. HEX triplet: E8, D6 and 0B. RGB value is (232,214,11). Sum of RGB (Red+Green+Blue) = 232+214+11=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D60B is #1729F4. Grayscale: #C5C5C5. Windows color (decimal): -1518069 or 775912. OLE color: 775912.
HSL color Cylindrical-coordinate representation of color #E8D60B: hue angle of 55.11º 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 #E8D60B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.09 |
| HSL | 55.11º | 0.91% | 0.48% | - |
| HSV(B) | 55.11º | 0.95% | 0.91% | - |
| XYZ | 57.39 | 65.27 | 9.89 | - |
| YUV | 196.24 | 23.46 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 11 | 0 | 0.08 | 0.95 | 0.09 | 55.11 | 0.91 | 0.48 |
| Hex | E8 | D6 | B | 0 | 8 | 5F | 9 | 37 | 5B | 30 |
| Octal | 350 | 326 | 13 | 0 | 10 | 137 | 11 | 67 | 133 | 60 |
| Binary | 11101000 | 11010110 | 1011 | 0 | 1000 | 1011111 | 1001 | 110111 | 1011011 | 110000 |
Color Harmonies of #E8D60B
Complementary color
Monochromatic Colors of #E8D60B
Black with #E8D60B
Text Example
Text Example
White with #E8D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D60B; }
p { color: rgb(232,214,11); }
H1.HeaderClassName
{
color: #E8D60B;
}
.AnyTagClassName
{
color: #E8D60B;
}
</style>
background-color css
<style>
a { background-color: #E8D60B; }
a { background-color: rgb(232,214,11); }
div.DivClassName
{
background-color: #E8D60B;
}
.BgClassName
{
background-color: #E8D60B;
}
</style>
border-color css
<style>
span { border-color: #E8D60B; }
span { border-color: rgb(232,214,11); }
td.TdClassName
{
border-color: #E8D60B;
}
.TagClassName
{
border-color: #E8D60B;
}
</style>