Shades of School Bus Yellow #EFD70A
Tints of School Bus Yellow #EFD70A
RGB
CMYK
RGB Variations
Color information
#EFD70A (or 0xEFD70A) is known color: School Bus Yellow. HEX triplet: EF, D7 and 0A. RGB value is (239,215,10). Sum of RGB (Red+Green+Blue) = 239+215+10=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD70A is #1028F5. Grayscale: #C7C7C7. Windows color (decimal): -1059062 or 710639. OLE color: 710639.
HSL color Cylindrical-coordinate representation of color #EFD70A: hue angle of 53.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFD70A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.06 |
| HSL | 53.71º | 0.92% | 0.49% | - |
| HSV(B) | 53.71º | 0.96% | 0.94% | - |
| XYZ | 59.95 | 66.97 | 10.05 | - |
| YUV | 198.81 | 21.45 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 10 | 0 | 0.10 | 0.96 | 0.06 | 53.71 | 0.92 | 0.49 |
| Hex | EF | D7 | A | 0 | A | 60 | 6 | 36 | 5C | 31 |
| Octal | 357 | 327 | 12 | 0 | 12 | 140 | 6 | 66 | 134 | 61 |
| Binary | 11101111 | 11010111 | 1010 | 0 | 1010 | 1100000 | 110 | 110110 | 1011100 | 110001 |
Color Harmonies of #EFD70A
Complementary color
Monochromatic Colors of #EFD70A
Black with #EFD70A
Text Example
Text Example
White with #EFD70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD70A; }
p { color: rgb(239,215,10); }
H1.HeaderClassName
{
color: #EFD70A;
}
.AnyTagClassName
{
color: #EFD70A;
}
</style>
background-color css
<style>
a { background-color: #EFD70A; }
a { background-color: rgb(239,215,10); }
div.DivClassName
{
background-color: #EFD70A;
}
.BgClassName
{
background-color: #EFD70A;
}
</style>
border-color css
<style>
span { border-color: #EFD70A; }
span { border-color: rgb(239,215,10); }
td.TdClassName
{
border-color: #EFD70A;
}
.TagClassName
{
border-color: #EFD70A;
}
</style>