Shades of School Bus Yellow #EFD80A
Tints of School Bus Yellow #EFD80A
RGB
CMYK
RGB Variations
Color information
#EFD80A (or 0xEFD80A) is known color: School Bus Yellow. HEX triplet: EF, D8 and 0A. RGB value is (239,216,10). Sum of RGB (Red+Green+Blue) = 239+216+10=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD80A is #1027F5. Grayscale: #C8C8C8. Windows color (decimal): -1058806 or 710895. OLE color: 710895.
HSL color Cylindrical-coordinate representation of color #EFD80A: hue angle of 53.97º 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 #EFD80A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.06 |
| HSL | 53.97º | 0.92% | 0.49% | - |
| HSV(B) | 53.97º | 0.96% | 0.94% | - |
| XYZ | 60.21 | 67.48 | 10.14 | - |
| YUV | 199.39 | 21.12 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 10 | 0 | 0.10 | 0.96 | 0.06 | 53.97 | 0.92 | 0.49 |
| Hex | EF | D8 | A | 0 | A | 60 | 6 | 36 | 5C | 31 |
| Octal | 357 | 330 | 12 | 0 | 12 | 140 | 6 | 66 | 134 | 61 |
| Binary | 11101111 | 11011000 | 1010 | 0 | 1010 | 1100000 | 110 | 110110 | 1011100 | 110001 |
Color Harmonies of #EFD80A
Complementary color
Monochromatic Colors of #EFD80A
Black with #EFD80A
Text Example
Text Example
White with #EFD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD80A; }
p { color: rgb(239,216,10); }
H1.HeaderClassName
{
color: #EFD80A;
}
.AnyTagClassName
{
color: #EFD80A;
}
</style>
background-color css
<style>
a { background-color: #EFD80A; }
a { background-color: rgb(239,216,10); }
div.DivClassName
{
background-color: #EFD80A;
}
.BgClassName
{
background-color: #EFD80A;
}
</style>
border-color css
<style>
span { border-color: #EFD80A; }
span { border-color: rgb(239,216,10); }
td.TdClassName
{
border-color: #EFD80A;
}
.TagClassName
{
border-color: #EFD80A;
}
</style>