Shades of School Bus Yellow #EFD900
Tints of School Bus Yellow #EFD900
RGB
CMYK
RGB Variations
Color information
#EFD900 (or 0xEFD900) is known color: School Bus Yellow. HEX triplet: EF, D9 and 00. RGB value is (239,217,0). Sum of RGB (Red+Green+Blue) = 239+217+0=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD900 is #1026FF. Grayscale: #C7C7C7. Windows color (decimal): -1058560 or 55791. OLE color: 55791.
HSL color Cylindrical-coordinate representation of color #EFD900: hue angle of 54.48º 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 #EFD900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.06 |
| HSL | 54.48º | 1% | 0.47% | - |
| HSV(B) | 54.48º | 1% | 0.94% | - |
| XYZ | 60.41 | 67.98 | 9.94 | - |
| YUV | 198.84 | 15.79 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 0 | 0 | 0.09 | 1 | 0.06 | 54.48 | 1 | 0.47 |
| Hex | EF | D9 | 0 | 0 | 9 | 64 | 6 | 36 | 64 | 2F |
| Octal | 357 | 331 | 0 | 0 | 11 | 144 | 6 | 66 | 144 | 57 |
| Binary | 11101111 | 11011001 | 0 | 0 | 1001 | 1100100 | 110 | 110110 | 1100100 | 101111 |
Color Harmonies of #EFD900
Complementary color
Monochromatic Colors of #EFD900
Black with #EFD900
Text Example
Text Example
White with #EFD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD900; }
p { color: rgb(239,217,0); }
H1.HeaderClassName
{
color: #EFD900;
}
.AnyTagClassName
{
color: #EFD900;
}
</style>
background-color css
<style>
a { background-color: #EFD900; }
a { background-color: rgb(239,217,0); }
div.DivClassName
{
background-color: #EFD900;
}
.BgClassName
{
background-color: #EFD900;
}
</style>
border-color css
<style>
span { border-color: #EFD900; }
span { border-color: rgb(239,217,0); }
td.TdClassName
{
border-color: #EFD900;
}
.TagClassName
{
border-color: #EFD900;
}
</style>