Shades of School Bus Yellow #EED805
Tints of School Bus Yellow #EED805
RGB
CMYK
RGB Variations
Color information
#EED805 (or 0xEED805) is known color: School Bus Yellow. HEX triplet: EE, D8 and 05. RGB value is (238,216,5). Sum of RGB (Red+Green+Blue) = 238+216+5=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED805 is #1127FA. Grayscale: #C7C7C7. Windows color (decimal): -1124347 or 383214. OLE color: 383214.
HSL color Cylindrical-coordinate representation of color #EED805: hue angle of 54.33º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EED805 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.07 |
| HSL | 54.33º | 0.96% | 0.48% | - |
| HSV(B) | 54.33º | 0.98% | 0.93% | - |
| XYZ | 59.84 | 67.3 | 9.98 | - |
| YUV | 198.52 | 18.79 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 5 | 0 | 0.09 | 0.98 | 0.07 | 54.33 | 0.96 | 0.48 |
| Hex | EE | D8 | 5 | 0 | 9 | 62 | 7 | 36 | 60 | 30 |
| Octal | 356 | 330 | 5 | 0 | 11 | 142 | 7 | 66 | 140 | 60 |
| Binary | 11101110 | 11011000 | 101 | 0 | 1001 | 1100010 | 111 | 110110 | 1100000 | 110000 |
Color Harmonies of #EED805
Complementary color
Monochromatic Colors of #EED805
Black with #EED805
Text Example
Text Example
White with #EED805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED805; }
p { color: rgb(238,216,5); }
H1.HeaderClassName
{
color: #EED805;
}
.AnyTagClassName
{
color: #EED805;
}
</style>
background-color css
<style>
a { background-color: #EED805; }
a { background-color: rgb(238,216,5); }
div.DivClassName
{
background-color: #EED805;
}
.BgClassName
{
background-color: #EED805;
}
</style>
border-color css
<style>
span { border-color: #EED805; }
span { border-color: rgb(238,216,5); }
td.TdClassName
{
border-color: #EED805;
}
.TagClassName
{
border-color: #EED805;
}
</style>