Shades of School Bus Yellow #EDD805
Tints of School Bus Yellow #EDD805
RGB
CMYK
RGB Variations
Color information
#EDD805 (or 0xEDD805) is known color: School Bus Yellow. HEX triplet: ED, D8 and 05. RGB value is (237,216,5). Sum of RGB (Red+Green+Blue) = 237+216+5=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD805 is #1227FA. Grayscale: #C7C7C7. Windows color (decimal): -1189883 or 383213. OLE color: 383213.
HSL color Cylindrical-coordinate representation of color #EDD805: hue angle of 54.57º degrees, saturation: 0.96, 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 #EDD805 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.07 |
| HSL | 54.57º | 0.96% | 0.47% | - |
| HSV(B) | 54.57º | 0.98% | 0.93% | - |
| XYZ | 59.51 | 67.13 | 9.96 | - |
| YUV | 198.23 | 18.96 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 5 | 0 | 0.09 | 0.98 | 0.07 | 54.57 | 0.96 | 0.47 |
| Hex | ED | D8 | 5 | 0 | 9 | 62 | 7 | 37 | 60 | 2F |
| Octal | 355 | 330 | 5 | 0 | 11 | 142 | 7 | 67 | 140 | 57 |
| Binary | 11101101 | 11011000 | 101 | 0 | 1001 | 1100010 | 111 | 110111 | 1100000 | 101111 |
Color Harmonies of #EDD805
Complementary color
Monochromatic Colors of #EDD805
Black with #EDD805
Text Example
Text Example
White with #EDD805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD805; }
p { color: rgb(237,216,5); }
H1.HeaderClassName
{
color: #EDD805;
}
.AnyTagClassName
{
color: #EDD805;
}
</style>
background-color css
<style>
a { background-color: #EDD805; }
a { background-color: rgb(237,216,5); }
div.DivClassName
{
background-color: #EDD805;
}
.BgClassName
{
background-color: #EDD805;
}
</style>
border-color css
<style>
span { border-color: #EDD805; }
span { border-color: rgb(237,216,5); }
td.TdClassName
{
border-color: #EDD805;
}
.TagClassName
{
border-color: #EDD805;
}
</style>