Shades of School Bus Yellow #EDD909
Tints of School Bus Yellow #EDD909
RGB
CMYK
RGB Variations
Color information
#EDD909 (or 0xEDD909) is known color: School Bus Yellow. HEX triplet: ED, D9 and 09. RGB value is (237,217,9). Sum of RGB (Red+Green+Blue) = 237+217+9=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD909 is #1226F6. Grayscale: #C8C8C8. Windows color (decimal): -1189623 or 645613. OLE color: 645613.
HSL color Cylindrical-coordinate representation of color #EDD909: hue angle of 54.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDD909 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.07 |
| HSL | 54.74º | 0.93% | 0.48% | - |
| HSV(B) | 54.74º | 0.96% | 0.93% | - |
| XYZ | 59.79 | 67.65 | 10.17 | - |
| YUV | 199.27 | 20.63 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 9 | 0 | 0.08 | 0.96 | 0.07 | 54.74 | 0.93 | 0.48 |
| Hex | ED | D9 | 9 | 0 | 8 | 60 | 7 | 37 | 5D | 30 |
| Octal | 355 | 331 | 11 | 0 | 10 | 140 | 7 | 67 | 135 | 60 |
| Binary | 11101101 | 11011001 | 1001 | 0 | 1000 | 1100000 | 111 | 110111 | 1011101 | 110000 |
Color Harmonies of #EDD909
Complementary color
Monochromatic Colors of #EDD909
Black with #EDD909
Text Example
Text Example
White with #EDD909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD909; }
p { color: rgb(237,217,9); }
H1.HeaderClassName
{
color: #EDD909;
}
.AnyTagClassName
{
color: #EDD909;
}
</style>
background-color css
<style>
a { background-color: #EDD909; }
a { background-color: rgb(237,217,9); }
div.DivClassName
{
background-color: #EDD909;
}
.BgClassName
{
background-color: #EDD909;
}
</style>
border-color css
<style>
span { border-color: #EDD909; }
span { border-color: rgb(237,217,9); }
td.TdClassName
{
border-color: #EDD909;
}
.TagClassName
{
border-color: #EDD909;
}
</style>