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