Shades of School Bus Yellow #EFDA0B
Tints of School Bus Yellow #EFDA0B
RGB
CMYK
RGB Variations
Color information
#EFDA0B (or 0xEFDA0B) is known color: School Bus Yellow. HEX triplet: EF, DA and 0B. RGB value is (239,218,11). Sum of RGB (Red+Green+Blue) = 239+218+11=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA0B is #1025F4. Grayscale: #C9C9C9. Windows color (decimal): -1058293 or 776943. OLE color: 776943.
HSL color Cylindrical-coordinate representation of color #EFDA0B: hue angle of 54.47º degrees, saturation: 0.91, 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 #EFDA0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.06 |
| HSL | 54.47º | 0.91% | 0.49% | - |
| HSV(B) | 54.47º | 0.95% | 0.94% | - |
| XYZ | 60.73 | 68.52 | 10.34 | - |
| YUV | 200.68 | 20.96 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 11 | 0 | 0.09 | 0.95 | 0.06 | 54.47 | 0.91 | 0.49 |
| Hex | EF | DA | B | 0 | 9 | 5F | 6 | 36 | 5B | 31 |
| Octal | 357 | 332 | 13 | 0 | 11 | 137 | 6 | 66 | 133 | 61 |
| Binary | 11101111 | 11011010 | 1011 | 0 | 1001 | 1011111 | 110 | 110110 | 1011011 | 110001 |
Color Harmonies of #EFDA0B
Complementary color
Monochromatic Colors of #EFDA0B
Black with #EFDA0B
Text Example
Text Example
White with #EFDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA0B; }
p { color: rgb(239,218,11); }
H1.HeaderClassName
{
color: #EFDA0B;
}
.AnyTagClassName
{
color: #EFDA0B;
}
</style>
background-color css
<style>
a { background-color: #EFDA0B; }
a { background-color: rgb(239,218,11); }
div.DivClassName
{
background-color: #EFDA0B;
}
.BgClassName
{
background-color: #EFDA0B;
}
</style>
border-color css
<style>
span { border-color: #EFDA0B; }
span { border-color: rgb(239,218,11); }
td.TdClassName
{
border-color: #EFDA0B;
}
.TagClassName
{
border-color: #EFDA0B;
}
</style>