Shades of School Bus Yellow #EDD70F
Tints of School Bus Yellow #EDD70F
RGB
CMYK
RGB Variations
Color information
#EDD70F (or 0xEDD70F) is known color: School Bus Yellow. HEX triplet: ED, D7 and 0F. RGB value is (237,215,15). Sum of RGB (Red+Green+Blue) = 237+215+15=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD70F is #1228F0. Grayscale: #C7C7C7. Windows color (decimal): -1190129 or 1038317. OLE color: 1038317.
HSL color Cylindrical-coordinate representation of color #EDD70F: hue angle of 54.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDD70F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.07 |
| HSL | 54.05º | 0.88% | 0.49% | - |
| HSV(B) | 54.05º | 0.94% | 0.93% | - |
| XYZ | 59.31 | 66.64 | 10.19 | - |
| YUV | 198.78 | 24.29 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 15 | 0 | 0.09 | 0.94 | 0.07 | 54.05 | 0.88 | 0.49 |
| Hex | ED | D7 | F | 0 | 9 | 5E | 7 | 36 | 58 | 31 |
| Octal | 355 | 327 | 17 | 0 | 11 | 136 | 7 | 66 | 130 | 61 |
| Binary | 11101101 | 11010111 | 1111 | 0 | 1001 | 1011110 | 111 | 110110 | 1011000 | 110001 |
Color Harmonies of #EDD70F
Complementary color
Monochromatic Colors of #EDD70F
Black with #EDD70F
Text Example
Text Example
White with #EDD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD70F; }
p { color: rgb(237,215,15); }
H1.HeaderClassName
{
color: #EDD70F;
}
.AnyTagClassName
{
color: #EDD70F;
}
</style>
background-color css
<style>
a { background-color: #EDD70F; }
a { background-color: rgb(237,215,15); }
div.DivClassName
{
background-color: #EDD70F;
}
.BgClassName
{
background-color: #EDD70F;
}
</style>
border-color css
<style>
span { border-color: #EDD70F; }
span { border-color: rgb(237,215,15); }
td.TdClassName
{
border-color: #EDD70F;
}
.TagClassName
{
border-color: #EDD70F;
}
</style>