Shades of School Bus Yellow #EFD805
Tints of School Bus Yellow #EFD805
RGB
CMYK
RGB Variations
Color information
#EFD805 (or 0xEFD805) is known color: School Bus Yellow. HEX triplet: EF, D8 and 05. RGB value is (239,216,5). Sum of RGB (Red+Green+Blue) = 239+216+5=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD805 is #1027FA. Grayscale: #C7C7C7. Windows color (decimal): -1058811 or 383215. OLE color: 383215.
HSL color Cylindrical-coordinate representation of color #EFD805: hue angle of 54.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFD805 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.06 |
| HSL | 54.1º | 0.96% | 0.48% | - |
| HSV(B) | 54.1º | 0.98% | 0.94% | - |
| XYZ | 60.18 | 67.47 | 10 | - |
| YUV | 198.82 | 18.62 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 5 | 0 | 0.10 | 0.98 | 0.06 | 54.1 | 0.96 | 0.48 |
| Hex | EF | D8 | 5 | 0 | A | 62 | 6 | 36 | 60 | 30 |
| Octal | 357 | 330 | 5 | 0 | 12 | 142 | 6 | 66 | 140 | 60 |
| Binary | 11101111 | 11011000 | 101 | 0 | 1010 | 1100010 | 110 | 110110 | 1100000 | 110000 |
Color Harmonies of #EFD805
Complementary color
Monochromatic Colors of #EFD805
Black with #EFD805
Text Example
Text Example
White with #EFD805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD805; }
p { color: rgb(239,216,5); }
H1.HeaderClassName
{
color: #EFD805;
}
.AnyTagClassName
{
color: #EFD805;
}
</style>
background-color css
<style>
a { background-color: #EFD805; }
a { background-color: rgb(239,216,5); }
div.DivClassName
{
background-color: #EFD805;
}
.BgClassName
{
background-color: #EFD805;
}
</style>
border-color css
<style>
span { border-color: #EFD805; }
span { border-color: rgb(239,216,5); }
td.TdClassName
{
border-color: #EFD805;
}
.TagClassName
{
border-color: #EFD805;
}
</style>