Shades of School Bus Yellow #E8D80C
Tints of School Bus Yellow #E8D80C
RGB
CMYK
RGB Variations
Color information
#E8D80C (or 0xE8D80C) is known color: School Bus Yellow. HEX triplet: E8, D8 and 0C. RGB value is (232,216,12). Sum of RGB (Red+Green+Blue) = 232+216+12=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D80C is #1727F3. Grayscale: #C6C6C6. Windows color (decimal): -1517556 or 841960. OLE color: 841960.
HSL color Cylindrical-coordinate representation of color #E8D80C: hue angle of 55.64º degrees, saturation: 0.9, 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 #E8D80C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.09 |
| HSL | 55.64º | 0.9% | 0.48% | - |
| HSV(B) | 55.64º | 0.95% | 0.91% | - |
| XYZ | 57.9 | 66.29 | 10.09 | - |
| YUV | 197.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 12 | 0 | 0.07 | 0.95 | 0.09 | 55.64 | 0.9 | 0.48 |
| Hex | E8 | D8 | C | 0 | 7 | 5F | 9 | 38 | 5A | 30 |
| Octal | 350 | 330 | 14 | 0 | 7 | 137 | 11 | 70 | 132 | 60 |
| Binary | 11101000 | 11011000 | 1100 | 0 | 111 | 1011111 | 1001 | 111000 | 1011010 | 110000 |
Color Harmonies of #E8D80C
Complementary color
Monochromatic Colors of #E8D80C
Black with #E8D80C
Text Example
Text Example
White with #E8D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D80C; }
p { color: rgb(232,216,12); }
H1.HeaderClassName
{
color: #E8D80C;
}
.AnyTagClassName
{
color: #E8D80C;
}
</style>
background-color css
<style>
a { background-color: #E8D80C; }
a { background-color: rgb(232,216,12); }
div.DivClassName
{
background-color: #E8D80C;
}
.BgClassName
{
background-color: #E8D80C;
}
</style>
border-color css
<style>
span { border-color: #E8D80C; }
span { border-color: rgb(232,216,12); }
td.TdClassName
{
border-color: #E8D80C;
}
.TagClassName
{
border-color: #E8D80C;
}
</style>