Shades of School Bus Yellow #EDD70E
Tints of School Bus Yellow #EDD70E
RGB
CMYK
RGB Variations
Color information
#EDD70E (or 0xEDD70E) is known color: School Bus Yellow. HEX triplet: ED, D7 and 0E. RGB value is (237,215,14). Sum of RGB (Red+Green+Blue) = 237+215+14=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD70E is #1228F1. Grayscale: #C7C7C7. Windows color (decimal): -1190130 or 972781. OLE color: 972781.
HSL color Cylindrical-coordinate representation of color #EDD70E: hue angle of 54.08º degrees, saturation: 0.89, 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 #EDD70E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.07 |
| HSL | 54.08º | 0.89% | 0.49% | - |
| HSV(B) | 54.08º | 0.94% | 0.93% | - |
| XYZ | 59.3 | 66.64 | 10.15 | - |
| YUV | 198.66 | 23.79 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 14 | 0 | 0.09 | 0.94 | 0.07 | 54.08 | 0.89 | 0.49 |
| Hex | ED | D7 | E | 0 | 9 | 5E | 7 | 36 | 59 | 31 |
| Octal | 355 | 327 | 16 | 0 | 11 | 136 | 7 | 66 | 131 | 61 |
| Binary | 11101101 | 11010111 | 1110 | 0 | 1001 | 1011110 | 111 | 110110 | 1011001 | 110001 |
Color Harmonies of #EDD70E
Complementary color
Monochromatic Colors of #EDD70E
Black with #EDD70E
Text Example
Text Example
White with #EDD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD70E; }
p { color: rgb(237,215,14); }
H1.HeaderClassName
{
color: #EDD70E;
}
.AnyTagClassName
{
color: #EDD70E;
}
</style>
background-color css
<style>
a { background-color: #EDD70E; }
a { background-color: rgb(237,215,14); }
div.DivClassName
{
background-color: #EDD70E;
}
.BgClassName
{
background-color: #EDD70E;
}
</style>
border-color css
<style>
span { border-color: #EDD70E; }
span { border-color: rgb(237,215,14); }
td.TdClassName
{
border-color: #EDD70E;
}
.TagClassName
{
border-color: #EDD70E;
}
</style>