Shades of School Bus Yellow #EDD90B
Tints of School Bus Yellow #EDD90B
RGB
CMYK
RGB Variations
Color information
#EDD90B (or 0xEDD90B) is known color: School Bus Yellow. HEX triplet: ED, D9 and 0B. RGB value is (237,217,11). Sum of RGB (Red+Green+Blue) = 237+217+11=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD90B is #1226F4. Grayscale: #C8C8C8. Windows color (decimal): -1189621 or 776685. OLE color: 776685.
HSL color Cylindrical-coordinate representation of color #EDD90B: hue angle of 54.69º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDD90B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.69º | 0.91% | 0.49% | - |
| HSV(B) | 54.69º | 0.95% | 0.93% | - |
| XYZ | 59.8 | 67.65 | 10.22 | - |
| YUV | 199.5 | 21.63 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 11 | 0 | 0.08 | 0.95 | 0.07 | 54.69 | 0.91 | 0.49 |
| Hex | ED | D9 | B | 0 | 8 | 5F | 7 | 37 | 5B | 31 |
| Octal | 355 | 331 | 13 | 0 | 10 | 137 | 7 | 67 | 133 | 61 |
| Binary | 11101101 | 11011001 | 1011 | 0 | 1000 | 1011111 | 111 | 110111 | 1011011 | 110001 |
Color Harmonies of #EDD90B
Complementary color
Monochromatic Colors of #EDD90B
Black with #EDD90B
Text Example
Text Example
White with #EDD90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD90B; }
p { color: rgb(237,217,11); }
H1.HeaderClassName
{
color: #EDD90B;
}
.AnyTagClassName
{
color: #EDD90B;
}
</style>
background-color css
<style>
a { background-color: #EDD90B; }
a { background-color: rgb(237,217,11); }
div.DivClassName
{
background-color: #EDD90B;
}
.BgClassName
{
background-color: #EDD90B;
}
</style>
border-color css
<style>
span { border-color: #EDD90B; }
span { border-color: rgb(237,217,11); }
td.TdClassName
{
border-color: #EDD90B;
}
.TagClassName
{
border-color: #EDD90B;
}
</style>