Shades of School Bus Yellow #EFD80C
Tints of School Bus Yellow #EFD80C
RGB
CMYK
RGB Variations
Color information
#EFD80C (or 0xEFD80C) is known color: School Bus Yellow. HEX triplet: EF, D8 and 0C. RGB value is (239,216,12). Sum of RGB (Red+Green+Blue) = 239+216+12=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD80C is #1027F3. Grayscale: #C8C8C8. Windows color (decimal): -1058804 or 841967. OLE color: 841967.
HSL color Cylindrical-coordinate representation of color #EFD80C: hue angle of 53.92º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFD80C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.06 |
| HSL | 53.92º | 0.9% | 0.49% | - |
| HSV(B) | 53.92º | 0.95% | 0.94% | - |
| XYZ | 60.22 | 67.49 | 10.2 | - |
| YUV | 199.62 | 22.12 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 12 | 0 | 0.10 | 0.95 | 0.06 | 53.92 | 0.9 | 0.49 |
| Hex | EF | D8 | C | 0 | A | 5F | 6 | 36 | 5A | 31 |
| Octal | 357 | 330 | 14 | 0 | 12 | 137 | 6 | 66 | 132 | 61 |
| Binary | 11101111 | 11011000 | 1100 | 0 | 1010 | 1011111 | 110 | 110110 | 1011010 | 110001 |
Color Harmonies of #EFD80C
Complementary color
Monochromatic Colors of #EFD80C
Black with #EFD80C
Text Example
Text Example
White with #EFD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD80C; }
p { color: rgb(239,216,12); }
H1.HeaderClassName
{
color: #EFD80C;
}
.AnyTagClassName
{
color: #EFD80C;
}
</style>
background-color css
<style>
a { background-color: #EFD80C; }
a { background-color: rgb(239,216,12); }
div.DivClassName
{
background-color: #EFD80C;
}
.BgClassName
{
background-color: #EFD80C;
}
</style>
border-color css
<style>
span { border-color: #EFD80C; }
span { border-color: rgb(239,216,12); }
td.TdClassName
{
border-color: #EFD80C;
}
.TagClassName
{
border-color: #EFD80C;
}
</style>