Shades of School Bus Yellow #EFDA03
Tints of School Bus Yellow #EFDA03
RGB
CMYK
RGB Variations
Color information
#EFDA03 (or 0xEFDA03) is known color: School Bus Yellow. HEX triplet: EF, DA and 03. RGB value is (239,218,3). Sum of RGB (Red+Green+Blue) = 239+218+3=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA03 is #1025FC. Grayscale: #C8C8C8. Windows color (decimal): -1058301 or 252655. OLE color: 252655.
HSL color Cylindrical-coordinate representation of color #EFDA03: hue angle of 54.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFDA03 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.06 |
| HSL | 54.66º | 0.98% | 0.47% | - |
| HSV(B) | 54.66º | 0.99% | 0.94% | - |
| XYZ | 60.68 | 68.5 | 10.11 | - |
| YUV | 199.77 | 16.96 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 3 | 0 | 0.09 | 0.99 | 0.06 | 54.66 | 0.98 | 0.47 |
| Hex | EF | DA | 3 | 0 | 9 | 63 | 6 | 37 | 62 | 2F |
| Octal | 357 | 332 | 3 | 0 | 11 | 143 | 6 | 67 | 142 | 57 |
| Binary | 11101111 | 11011010 | 11 | 0 | 1001 | 1100011 | 110 | 110111 | 1100010 | 101111 |
Color Harmonies of #EFDA03
Complementary color
Monochromatic Colors of #EFDA03
Black with #EFDA03
Text Example
Text Example
White with #EFDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA03; }
p { color: rgb(239,218,3); }
H1.HeaderClassName
{
color: #EFDA03;
}
.AnyTagClassName
{
color: #EFDA03;
}
</style>
background-color css
<style>
a { background-color: #EFDA03; }
a { background-color: rgb(239,218,3); }
div.DivClassName
{
background-color: #EFDA03;
}
.BgClassName
{
background-color: #EFDA03;
}
</style>
border-color css
<style>
span { border-color: #EFDA03; }
span { border-color: rgb(239,218,3); }
td.TdClassName
{
border-color: #EFDA03;
}
.TagClassName
{
border-color: #EFDA03;
}
</style>