Shades of School Bus Yellow #EDD906
Tints of School Bus Yellow #EDD906
RGB
CMYK
RGB Variations
Color information
#EDD906 (or 0xEDD906) is known color: School Bus Yellow. HEX triplet: ED, D9 and 06. RGB value is (237,217,6). Sum of RGB (Red+Green+Blue) = 237+217+6=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD906 is #1226F9. Grayscale: #C7C7C7. Windows color (decimal): -1189626 or 449005. OLE color: 449005.
HSL color Cylindrical-coordinate representation of color #EDD906: hue angle of 54.81º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDD906 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.07 |
| HSL | 54.81º | 0.95% | 0.48% | - |
| HSV(B) | 54.81º | 0.97% | 0.93% | - |
| XYZ | 59.77 | 67.64 | 10.08 | - |
| YUV | 198.93 | 19.13 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 6 | 0 | 0.08 | 0.97 | 0.07 | 54.81 | 0.95 | 0.48 |
| Hex | ED | D9 | 6 | 0 | 8 | 61 | 7 | 37 | 5F | 30 |
| Octal | 355 | 331 | 6 | 0 | 10 | 141 | 7 | 67 | 137 | 60 |
| Binary | 11101101 | 11011001 | 110 | 0 | 1000 | 1100001 | 111 | 110111 | 1011111 | 110000 |
Color Harmonies of #EDD906
Complementary color
Monochromatic Colors of #EDD906
Black with #EDD906
Text Example
Text Example
White with #EDD906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD906; }
p { color: rgb(237,217,6); }
H1.HeaderClassName
{
color: #EDD906;
}
.AnyTagClassName
{
color: #EDD906;
}
</style>
background-color css
<style>
a { background-color: #EDD906; }
a { background-color: rgb(237,217,6); }
div.DivClassName
{
background-color: #EDD906;
}
.BgClassName
{
background-color: #EDD906;
}
</style>
border-color css
<style>
span { border-color: #EDD906; }
span { border-color: rgb(237,217,6); }
td.TdClassName
{
border-color: #EDD906;
}
.TagClassName
{
border-color: #EDD906;
}
</style>