Shades of School Bus Yellow #EFD903
Tints of School Bus Yellow #EFD903
RGB
CMYK
RGB Variations
Color information
#EFD903 (or 0xEFD903) is known color: School Bus Yellow. HEX triplet: EF, D9 and 03. RGB value is (239,217,3). Sum of RGB (Red+Green+Blue) = 239+217+3=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD903 is #1026FC. Grayscale: #C8C8C8. Windows color (decimal): -1058557 or 252399. OLE color: 252399.
HSL color Cylindrical-coordinate representation of color #EFD903: hue angle of 54.41º 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 #EFD903 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.06 |
| HSL | 54.41º | 0.98% | 0.47% | - |
| HSV(B) | 54.41º | 0.99% | 0.94% | - |
| XYZ | 60.43 | 67.98 | 10.02 | - |
| YUV | 199.18 | 17.29 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 3 | 0 | 0.09 | 0.99 | 0.06 | 54.41 | 0.98 | 0.47 |
| Hex | EF | D9 | 3 | 0 | 9 | 63 | 6 | 36 | 62 | 2F |
| Octal | 357 | 331 | 3 | 0 | 11 | 143 | 6 | 66 | 142 | 57 |
| Binary | 11101111 | 11011001 | 11 | 0 | 1001 | 1100011 | 110 | 110110 | 1100010 | 101111 |
Color Harmonies of #EFD903
Complementary color
Monochromatic Colors of #EFD903
Black with #EFD903
Text Example
Text Example
White with #EFD903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD903; }
p { color: rgb(239,217,3); }
H1.HeaderClassName
{
color: #EFD903;
}
.AnyTagClassName
{
color: #EFD903;
}
</style>
background-color css
<style>
a { background-color: #EFD903; }
a { background-color: rgb(239,217,3); }
div.DivClassName
{
background-color: #EFD903;
}
.BgClassName
{
background-color: #EFD903;
}
</style>
border-color css
<style>
span { border-color: #EFD903; }
span { border-color: rgb(239,217,3); }
td.TdClassName
{
border-color: #EFD903;
}
.TagClassName
{
border-color: #EFD903;
}
</style>