Shades of School Bus Yellow #EDD900
Tints of School Bus Yellow #EDD900
RGB
CMYK
RGB Variations
Color information
#EDD900 (or 0xEDD900) is known color: School Bus Yellow. HEX triplet: ED, D9 and 00. RGB value is (237,217,0). Sum of RGB (Red+Green+Blue) = 237+217+0=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD900 is #1226FF. Grayscale: #C7C7C7. Windows color (decimal): -1189632 or 55789. OLE color: 55789.
HSL color Cylindrical-coordinate representation of color #EDD900: hue angle of 54.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDD900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.07 |
| HSL | 54.94º | 1% | 0.46% | - |
| HSV(B) | 54.94º | 1% | 0.93% | - |
| XYZ | 59.74 | 67.63 | 9.91 | - |
| YUV | 198.24 | 16.13 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 0 | 0 | 0.08 | 1 | 0.07 | 54.94 | 1 | 0.46 |
| Hex | ED | D9 | 0 | 0 | 8 | 64 | 7 | 37 | 64 | 2E |
| Octal | 355 | 331 | 0 | 0 | 10 | 144 | 7 | 67 | 144 | 56 |
| Binary | 11101101 | 11011001 | 0 | 0 | 1000 | 1100100 | 111 | 110111 | 1100100 | 101110 |
Color Harmonies of #EDD900
Complementary color
Monochromatic Colors of #EDD900
Black with #EDD900
Text Example
Text Example
White with #EDD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD900; }
p { color: rgb(237,217,0); }
H1.HeaderClassName
{
color: #EDD900;
}
.AnyTagClassName
{
color: #EDD900;
}
</style>
background-color css
<style>
a { background-color: #EDD900; }
a { background-color: rgb(237,217,0); }
div.DivClassName
{
background-color: #EDD900;
}
.BgClassName
{
background-color: #EDD900;
}
</style>
border-color css
<style>
span { border-color: #EDD900; }
span { border-color: rgb(237,217,0); }
td.TdClassName
{
border-color: #EDD900;
}
.TagClassName
{
border-color: #EDD900;
}
</style>