Shades of School Bus Yellow #EDD904
Tints of School Bus Yellow #EDD904
RGB
CMYK
RGB Variations
Color information
#EDD904 (or 0xEDD904) is known color: School Bus Yellow. HEX triplet: ED, D9 and 04. RGB value is (237,217,4). Sum of RGB (Red+Green+Blue) = 237+217+4=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD904 is #1226FB. Grayscale: #C7C7C7. Windows color (decimal): -1189628 or 317933. OLE color: 317933.
HSL color Cylindrical-coordinate representation of color #EDD904: hue angle of 54.85º degrees, saturation: 0.97, 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 #EDD904 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.07 |
| HSL | 54.85º | 0.97% | 0.47% | - |
| HSV(B) | 54.85º | 0.98% | 0.93% | - |
| XYZ | 59.76 | 67.64 | 10.02 | - |
| YUV | 198.7 | 18.13 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 4 | 0 | 0.08 | 0.98 | 0.07 | 54.85 | 0.97 | 0.47 |
| Hex | ED | D9 | 4 | 0 | 8 | 62 | 7 | 37 | 61 | 2F |
| Octal | 355 | 331 | 4 | 0 | 10 | 142 | 7 | 67 | 141 | 57 |
| Binary | 11101101 | 11011001 | 100 | 0 | 1000 | 1100010 | 111 | 110111 | 1100001 | 101111 |
Color Harmonies of #EDD904
Complementary color
Monochromatic Colors of #EDD904
Black with #EDD904
Text Example
Text Example
White with #EDD904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD904; }
p { color: rgb(237,217,4); }
H1.HeaderClassName
{
color: #EDD904;
}
.AnyTagClassName
{
color: #EDD904;
}
</style>
background-color css
<style>
a { background-color: #EDD904; }
a { background-color: rgb(237,217,4); }
div.DivClassName
{
background-color: #EDD904;
}
.BgClassName
{
background-color: #EDD904;
}
</style>
border-color css
<style>
span { border-color: #EDD904; }
span { border-color: rgb(237,217,4); }
td.TdClassName
{
border-color: #EDD904;
}
.TagClassName
{
border-color: #EDD904;
}
</style>