Shades of School Bus Yellow #EFD80E
Tints of School Bus Yellow #EFD80E
RGB
CMYK
RGB Variations
Color information
#EFD80E (or 0xEFD80E) is known color: School Bus Yellow. HEX triplet: EF, D8 and 0E. RGB value is (239,216,14). Sum of RGB (Red+Green+Blue) = 239+216+14=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD80E is #1027F1. Grayscale: #C8C8C8. Windows color (decimal): -1058802 or 973039. OLE color: 973039.
HSL color Cylindrical-coordinate representation of color #EFD80E: hue angle of 53.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFD80E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.06 |
| HSL | 53.87º | 0.89% | 0.5% | - |
| HSV(B) | 53.87º | 0.94% | 0.94% | - |
| XYZ | 60.23 | 67.49 | 10.27 | - |
| YUV | 199.85 | 23.12 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 14 | 0 | 0.10 | 0.94 | 0.06 | 53.87 | 0.89 | 0.5 |
| Hex | EF | D8 | E | 0 | A | 5E | 6 | 36 | 59 | 32 |
| Octal | 357 | 330 | 16 | 0 | 12 | 136 | 6 | 66 | 131 | 62 |
| Binary | 11101111 | 11011000 | 1110 | 0 | 1010 | 1011110 | 110 | 110110 | 1011001 | 110010 |
Color Harmonies of #EFD80E
Complementary color
Monochromatic Colors of #EFD80E
Black with #EFD80E
Text Example
Text Example
White with #EFD80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD80E; }
p { color: rgb(239,216,14); }
H1.HeaderClassName
{
color: #EFD80E;
}
.AnyTagClassName
{
color: #EFD80E;
}
</style>
background-color css
<style>
a { background-color: #EFD80E; }
a { background-color: rgb(239,216,14); }
div.DivClassName
{
background-color: #EFD80E;
}
.BgClassName
{
background-color: #EFD80E;
}
</style>
border-color css
<style>
span { border-color: #EFD80E; }
span { border-color: rgb(239,216,14); }
td.TdClassName
{
border-color: #EFD80E;
}
.TagClassName
{
border-color: #EFD80E;
}
</style>