Shades of School Bus Yellow #EFDA05
Tints of School Bus Yellow #EFDA05
RGB
CMYK
RGB Variations
Color information
#EFDA05 (or 0xEFDA05) is known color: School Bus Yellow. HEX triplet: EF, DA and 05. RGB value is (239,218,5). Sum of RGB (Red+Green+Blue) = 239+218+5=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA05 is #1025FA. Grayscale: #C8C8C8. Windows color (decimal): -1058299 or 383727. OLE color: 383727.
HSL color Cylindrical-coordinate representation of color #EFDA05: hue angle of 54.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFDA05 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.06 |
| HSL | 54.62º | 0.96% | 0.48% | - |
| HSV(B) | 54.62º | 0.98% | 0.94% | - |
| XYZ | 60.7 | 68.5 | 10.17 | - |
| YUV | 200 | 17.96 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 5 | 0 | 0.09 | 0.98 | 0.06 | 54.62 | 0.96 | 0.48 |
| Hex | EF | DA | 5 | 0 | 9 | 62 | 6 | 37 | 60 | 30 |
| Octal | 357 | 332 | 5 | 0 | 11 | 142 | 6 | 67 | 140 | 60 |
| Binary | 11101111 | 11011010 | 101 | 0 | 1001 | 1100010 | 110 | 110111 | 1100000 | 110000 |
Color Harmonies of #EFDA05
Complementary color
Monochromatic Colors of #EFDA05
Black with #EFDA05
Text Example
Text Example
White with #EFDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA05; }
p { color: rgb(239,218,5); }
H1.HeaderClassName
{
color: #EFDA05;
}
.AnyTagClassName
{
color: #EFDA05;
}
</style>
background-color css
<style>
a { background-color: #EFDA05; }
a { background-color: rgb(239,218,5); }
div.DivClassName
{
background-color: #EFDA05;
}
.BgClassName
{
background-color: #EFDA05;
}
</style>
border-color css
<style>
span { border-color: #EFDA05; }
span { border-color: rgb(239,218,5); }
td.TdClassName
{
border-color: #EFDA05;
}
.TagClassName
{
border-color: #EFDA05;
}
</style>