Shades of School Bus Yellow #EDD905
Tints of School Bus Yellow #EDD905
RGB
CMYK
RGB Variations
Color information
#EDD905 (or 0xEDD905) is known color: School Bus Yellow. HEX triplet: ED, D9 and 05. RGB value is (237,217,5). Sum of RGB (Red+Green+Blue) = 237+217+5=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD905 is #1226FA. Grayscale: #C7C7C7. Windows color (decimal): -1189627 or 383469. OLE color: 383469.
HSL color Cylindrical-coordinate representation of color #EDD905: hue angle of 54.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDD905 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.07 |
| HSL | 54.83º | 0.96% | 0.47% | - |
| HSV(B) | 54.83º | 0.98% | 0.93% | - |
| XYZ | 59.77 | 67.64 | 10.05 | - |
| YUV | 198.81 | 18.63 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 5 | 0 | 0.08 | 0.98 | 0.07 | 54.83 | 0.96 | 0.47 |
| Hex | ED | D9 | 5 | 0 | 8 | 62 | 7 | 37 | 60 | 2F |
| Octal | 355 | 331 | 5 | 0 | 10 | 142 | 7 | 67 | 140 | 57 |
| Binary | 11101101 | 11011001 | 101 | 0 | 1000 | 1100010 | 111 | 110111 | 1100000 | 101111 |
Color Harmonies of #EDD905
Complementary color
Monochromatic Colors of #EDD905
Black with #EDD905
Text Example
Text Example
White with #EDD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD905; }
p { color: rgb(237,217,5); }
H1.HeaderClassName
{
color: #EDD905;
}
.AnyTagClassName
{
color: #EDD905;
}
</style>
background-color css
<style>
a { background-color: #EDD905; }
a { background-color: rgb(237,217,5); }
div.DivClassName
{
background-color: #EDD905;
}
.BgClassName
{
background-color: #EDD905;
}
</style>
border-color css
<style>
span { border-color: #EDD905; }
span { border-color: rgb(237,217,5); }
td.TdClassName
{
border-color: #EDD905;
}
.TagClassName
{
border-color: #EDD905;
}
</style>