Shades of School Bus Yellow #EED807
Tints of School Bus Yellow #EED807
RGB
CMYK
RGB Variations
Color information
#EED807 (or 0xEED807) is known color: School Bus Yellow. HEX triplet: EE, D8 and 07. RGB value is (238,216,7). Sum of RGB (Red+Green+Blue) = 238+216+7=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EED807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED807 is #1127F8. Grayscale: #C7C7C7. Windows color (decimal): -1124345 or 514286. OLE color: 514286.
HSL color Cylindrical-coordinate representation of color #EED807: hue angle of 54.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EED807 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.07 |
| HSL | 54.29º | 0.94% | 0.48% | - |
| HSV(B) | 54.29º | 0.97% | 0.93% | - |
| XYZ | 59.85 | 67.3 | 10.04 | - |
| YUV | 198.75 | 19.79 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 7 | 0 | 0.09 | 0.97 | 0.07 | 54.29 | 0.94 | 0.48 |
| Hex | EE | D8 | 7 | 0 | 9 | 61 | 7 | 36 | 5E | 30 |
| Octal | 356 | 330 | 7 | 0 | 11 | 141 | 7 | 66 | 136 | 60 |
| Binary | 11101110 | 11011000 | 111 | 0 | 1001 | 1100001 | 111 | 110110 | 1011110 | 110000 |
Color Harmonies of #EED807
Complementary color
Monochromatic Colors of #EED807
Black with #EED807
Text Example
Text Example
White with #EED807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED807; }
p { color: rgb(238,216,7); }
H1.HeaderClassName
{
color: #EED807;
}
.AnyTagClassName
{
color: #EED807;
}
</style>
background-color css
<style>
a { background-color: #EED807; }
a { background-color: rgb(238,216,7); }
div.DivClassName
{
background-color: #EED807;
}
.BgClassName
{
background-color: #EED807;
}
</style>
border-color css
<style>
span { border-color: #EED807; }
span { border-color: rgb(238,216,7); }
td.TdClassName
{
border-color: #EED807;
}
.TagClassName
{
border-color: #EED807;
}
</style>