Shades of School Bus Yellow #EDD709
Tints of School Bus Yellow #EDD709
RGB
CMYK
RGB Variations
Color information
#EDD709 (or 0xEDD709) is known color: School Bus Yellow. HEX triplet: ED, D7 and 09. RGB value is (237,215,9). Sum of RGB (Red+Green+Blue) = 237+215+9=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD709 is #1228F6. Grayscale: #C6C6C6. Windows color (decimal): -1190135 or 645101. OLE color: 645101.
HSL color Cylindrical-coordinate representation of color #EDD709: hue angle of 54.21º 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 #EDD709 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.07 |
| HSL | 54.21º | 0.93% | 0.48% | - |
| HSV(B) | 54.21º | 0.96% | 0.93% | - |
| XYZ | 59.27 | 66.63 | 9.99 | - |
| YUV | 198.09 | 21.29 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 9 | 0 | 0.09 | 0.96 | 0.07 | 54.21 | 0.93 | 0.48 |
| Hex | ED | D7 | 9 | 0 | 9 | 60 | 7 | 36 | 5D | 30 |
| Octal | 355 | 327 | 11 | 0 | 11 | 140 | 7 | 66 | 135 | 60 |
| Binary | 11101101 | 11010111 | 1001 | 0 | 1001 | 1100000 | 111 | 110110 | 1011101 | 110000 |
Color Harmonies of #EDD709
Complementary color
Monochromatic Colors of #EDD709
Black with #EDD709
Text Example
Text Example
White with #EDD709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD709; }
p { color: rgb(237,215,9); }
H1.HeaderClassName
{
color: #EDD709;
}
.AnyTagClassName
{
color: #EDD709;
}
</style>
background-color css
<style>
a { background-color: #EDD709; }
a { background-color: rgb(237,215,9); }
div.DivClassName
{
background-color: #EDD709;
}
.BgClassName
{
background-color: #EDD709;
}
</style>
border-color css
<style>
span { border-color: #EDD709; }
span { border-color: rgb(237,215,9); }
td.TdClassName
{
border-color: #EDD709;
}
.TagClassName
{
border-color: #EDD709;
}
</style>