Shades of School Bus Yellow #EDD901
Tints of School Bus Yellow #EDD901
RGB
CMYK
RGB Variations
Color information
#EDD901 (or 0xEDD901) is known color: School Bus Yellow. HEX triplet: ED, D9 and 01. RGB value is (237,217,1). Sum of RGB (Red+Green+Blue) = 237+217+1=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD901 is #1226FE. Grayscale: #C7C7C7. Windows color (decimal): -1189631 or 121325. OLE color: 121325.
HSL color Cylindrical-coordinate representation of color #EDD901: hue angle of 54.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDD901 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.07 |
| HSL | 54.92º | 0.99% | 0.47% | - |
| HSV(B) | 54.92º | 1% | 0.93% | - |
| XYZ | 59.74 | 67.63 | 9.93 | - |
| YUV | 198.36 | 16.63 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 1 | 0 | 0.08 | 1.00 | 0.07 | 54.92 | 0.99 | 0.47 |
| Hex | ED | D9 | 1 | 0 | 8 | 64 | 7 | 37 | 63 | 2F |
| Octal | 355 | 331 | 1 | 0 | 10 | 144 | 7 | 67 | 143 | 57 |
| Binary | 11101101 | 11011001 | 1 | 0 | 1000 | 1100100 | 111 | 110111 | 1100011 | 101111 |
Color Harmonies of #EDD901
Complementary color
Monochromatic Colors of #EDD901
Black with #EDD901
Text Example
Text Example
White with #EDD901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD901; }
p { color: rgb(237,217,1); }
H1.HeaderClassName
{
color: #EDD901;
}
.AnyTagClassName
{
color: #EDD901;
}
</style>
background-color css
<style>
a { background-color: #EDD901; }
a { background-color: rgb(237,217,1); }
div.DivClassName
{
background-color: #EDD901;
}
.BgClassName
{
background-color: #EDD901;
}
</style>
border-color css
<style>
span { border-color: #EDD901; }
span { border-color: rgb(237,217,1); }
td.TdClassName
{
border-color: #EDD901;
}
.TagClassName
{
border-color: #EDD901;
}
</style>