Shades of School Bus Yellow #EFDA02
Tints of School Bus Yellow #EFDA02
RGB
CMYK
RGB Variations
Color information
#EFDA02 (or 0xEFDA02) is known color: School Bus Yellow. HEX triplet: EF, DA and 02. RGB value is (239,218,2). Sum of RGB (Red+Green+Blue) = 239+218+2=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA02 is #1025FD. Grayscale: #C8C8C8. Windows color (decimal): -1058302 or 187119. OLE color: 187119.
HSL color Cylindrical-coordinate representation of color #EFDA02: hue angle of 54.68º 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 #EFDA02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.06 |
| HSL | 54.68º | 0.98% | 0.47% | - |
| HSV(B) | 54.68º | 0.99% | 0.94% | - |
| XYZ | 60.68 | 68.5 | 10.08 | - |
| YUV | 199.66 | 16.46 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 2 | 0 | 0.09 | 0.99 | 0.06 | 54.68 | 0.98 | 0.47 |
| Hex | EF | DA | 2 | 0 | 9 | 63 | 6 | 37 | 62 | 2F |
| Octal | 357 | 332 | 2 | 0 | 11 | 143 | 6 | 67 | 142 | 57 |
| Binary | 11101111 | 11011010 | 10 | 0 | 1001 | 1100011 | 110 | 110111 | 1100010 | 101111 |
Color Harmonies of #EFDA02
Complementary color
Monochromatic Colors of #EFDA02
Black with #EFDA02
Text Example
Text Example
White with #EFDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA02; }
p { color: rgb(239,218,2); }
H1.HeaderClassName
{
color: #EFDA02;
}
.AnyTagClassName
{
color: #EFDA02;
}
</style>
background-color css
<style>
a { background-color: #EFDA02; }
a { background-color: rgb(239,218,2); }
div.DivClassName
{
background-color: #EFDA02;
}
.BgClassName
{
background-color: #EFDA02;
}
</style>
border-color css
<style>
span { border-color: #EFDA02; }
span { border-color: rgb(239,218,2); }
td.TdClassName
{
border-color: #EFDA02;
}
.TagClassName
{
border-color: #EFDA02;
}
</style>