Shades of School Bus Yellow #EFDA04
Tints of School Bus Yellow #EFDA04
RGB
CMYK
RGB Variations
Color information
#EFDA04 (or 0xEFDA04) is known color: School Bus Yellow. HEX triplet: EF, DA and 04. RGB value is (239,218,4). Sum of RGB (Red+Green+Blue) = 239+218+4=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA04 is #1025FB. Grayscale: #C8C8C8. Windows color (decimal): -1058300 or 318191. OLE color: 318191.
HSL color Cylindrical-coordinate representation of color #EFDA04: hue angle of 54.64º degrees, saturation: 0.97, 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 #EFDA04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.06 |
| HSL | 54.64º | 0.97% | 0.48% | - |
| HSV(B) | 54.64º | 0.98% | 0.94% | - |
| XYZ | 60.69 | 68.5 | 10.14 | - |
| YUV | 199.88 | 17.46 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 4 | 0 | 0.09 | 0.98 | 0.06 | 54.64 | 0.97 | 0.48 |
| Hex | EF | DA | 4 | 0 | 9 | 62 | 6 | 37 | 61 | 30 |
| Octal | 357 | 332 | 4 | 0 | 11 | 142 | 6 | 67 | 141 | 60 |
| Binary | 11101111 | 11011010 | 100 | 0 | 1001 | 1100010 | 110 | 110111 | 1100001 | 110000 |
Color Harmonies of #EFDA04
Complementary color
Monochromatic Colors of #EFDA04
Black with #EFDA04
Text Example
Text Example
White with #EFDA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA04; }
p { color: rgb(239,218,4); }
H1.HeaderClassName
{
color: #EFDA04;
}
.AnyTagClassName
{
color: #EFDA04;
}
</style>
background-color css
<style>
a { background-color: #EFDA04; }
a { background-color: rgb(239,218,4); }
div.DivClassName
{
background-color: #EFDA04;
}
.BgClassName
{
background-color: #EFDA04;
}
</style>
border-color css
<style>
span { border-color: #EFDA04; }
span { border-color: rgb(239,218,4); }
td.TdClassName
{
border-color: #EFDA04;
}
.TagClassName
{
border-color: #EFDA04;
}
</style>