Shades of School Bus Yellow #EFD90D
Tints of School Bus Yellow #EFD90D
RGB
CMYK
RGB Variations
Color information
#EFD90D (or 0xEFD90D) is known color: School Bus Yellow. HEX triplet: EF, D9 and 0D. RGB value is (239,217,13). Sum of RGB (Red+Green+Blue) = 239+217+13=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD90D is #1026F2. Grayscale: #C9C9C9. Windows color (decimal): -1058547 or 907759. OLE color: 907759.
HSL color Cylindrical-coordinate representation of color #EFD90D: hue angle of 54.16º 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 #EFD90D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.06 |
| HSL | 54.16º | 0.9% | 0.49% | - |
| HSV(B) | 54.16º | 0.95% | 0.94% | - |
| XYZ | 60.48 | 68.01 | 10.32 | - |
| YUV | 200.32 | 22.29 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 13 | 0 | 0.09 | 0.95 | 0.06 | 54.16 | 0.9 | 0.49 |
| Hex | EF | D9 | D | 0 | 9 | 5F | 6 | 36 | 5A | 31 |
| Octal | 357 | 331 | 15 | 0 | 11 | 137 | 6 | 66 | 132 | 61 |
| Binary | 11101111 | 11011001 | 1101 | 0 | 1001 | 1011111 | 110 | 110110 | 1011010 | 110001 |
Color Harmonies of #EFD90D
Complementary color
Monochromatic Colors of #EFD90D
Black with #EFD90D
Text Example
Text Example
White with #EFD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD90D; }
p { color: rgb(239,217,13); }
H1.HeaderClassName
{
color: #EFD90D;
}
.AnyTagClassName
{
color: #EFD90D;
}
</style>
background-color css
<style>
a { background-color: #EFD90D; }
a { background-color: rgb(239,217,13); }
div.DivClassName
{
background-color: #EFD90D;
}
.BgClassName
{
background-color: #EFD90D;
}
</style>
border-color css
<style>
span { border-color: #EFD90D; }
span { border-color: rgb(239,217,13); }
td.TdClassName
{
border-color: #EFD90D;
}
.TagClassName
{
border-color: #EFD90D;
}
</style>