Shades of School Bus Yellow #EFDA00
Tints of School Bus Yellow #EFDA00
RGB
CMYK
RGB Variations
Color information
#EFDA00 (or 0xEFDA00) is known color: School Bus Yellow. HEX triplet: EF, DA and 00. RGB value is (239,218,0). Sum of RGB (Red+Green+Blue) = 239+218+0=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA00 is #1025FF. Grayscale: #C8C8C8. Windows color (decimal): -1058304 or 56047. OLE color: 56047.
HSL color Cylindrical-coordinate representation of color #EFDA00: hue angle of 54.73º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFDA00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.06 |
| HSL | 54.73º | 1% | 0.47% | - |
| HSV(B) | 54.73º | 1% | 0.94% | - |
| XYZ | 60.67 | 68.49 | 10.02 | - |
| YUV | 199.43 | 15.46 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 0 | 0 | 0.09 | 1 | 0.06 | 54.73 | 1 | 0.47 |
| Hex | EF | DA | 0 | 0 | 9 | 64 | 6 | 37 | 64 | 2F |
| Octal | 357 | 332 | 0 | 0 | 11 | 144 | 6 | 67 | 144 | 57 |
| Binary | 11101111 | 11011010 | 0 | 0 | 1001 | 1100100 | 110 | 110111 | 1100100 | 101111 |
Color Harmonies of #EFDA00
Complementary color
Monochromatic Colors of #EFDA00
Black with #EFDA00
Text Example
Text Example
White with #EFDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA00; }
p { color: rgb(239,218,0); }
H1.HeaderClassName
{
color: #EFDA00;
}
.AnyTagClassName
{
color: #EFDA00;
}
</style>
background-color css
<style>
a { background-color: #EFDA00; }
a { background-color: rgb(239,218,0); }
div.DivClassName
{
background-color: #EFDA00;
}
.BgClassName
{
background-color: #EFDA00;
}
</style>
border-color css
<style>
span { border-color: #EFDA00; }
span { border-color: rgb(239,218,0); }
td.TdClassName
{
border-color: #EFDA00;
}
.TagClassName
{
border-color: #EFDA00;
}
</style>