Shades of School Bus Yellow #EFD70D
Tints of School Bus Yellow #EFD70D
RGB
CMYK
RGB Variations
Color information
#EFD70D (or 0xEFD70D) is known color: School Bus Yellow. HEX triplet: EF, D7 and 0D. RGB value is (239,215,13). Sum of RGB (Red+Green+Blue) = 239+215+13=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD70D is #1028F2. Grayscale: #C7C7C7. Windows color (decimal): -1059059 or 907247. OLE color: 907247.
HSL color Cylindrical-coordinate representation of color #EFD70D: hue angle of 53.63º degrees, saturation: 0.9, 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 #EFD70D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.06 |
| HSL | 53.63º | 0.9% | 0.49% | - |
| HSV(B) | 53.63º | 0.95% | 0.94% | - |
| XYZ | 59.97 | 66.98 | 10.15 | - |
| YUV | 199.15 | 22.95 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 13 | 0 | 0.10 | 0.95 | 0.06 | 53.63 | 0.9 | 0.49 |
| Hex | EF | D7 | D | 0 | A | 5F | 6 | 36 | 5A | 31 |
| Octal | 357 | 327 | 15 | 0 | 12 | 137 | 6 | 66 | 132 | 61 |
| Binary | 11101111 | 11010111 | 1101 | 0 | 1010 | 1011111 | 110 | 110110 | 1011010 | 110001 |
Color Harmonies of #EFD70D
Complementary color
Monochromatic Colors of #EFD70D
Black with #EFD70D
Text Example
Text Example
White with #EFD70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD70D; }
p { color: rgb(239,215,13); }
H1.HeaderClassName
{
color: #EFD70D;
}
.AnyTagClassName
{
color: #EFD70D;
}
</style>
background-color css
<style>
a { background-color: #EFD70D; }
a { background-color: rgb(239,215,13); }
div.DivClassName
{
background-color: #EFD70D;
}
.BgClassName
{
background-color: #EFD70D;
}
</style>
border-color css
<style>
span { border-color: #EFD70D; }
span { border-color: rgb(239,215,13); }
td.TdClassName
{
border-color: #EFD70D;
}
.TagClassName
{
border-color: #EFD70D;
}
</style>