Shades of School Bus Yellow #EED900
Tints of School Bus Yellow #EED900
RGB
CMYK
RGB Variations
Color information
#EED900 (or 0xEED900) is known color: School Bus Yellow. HEX triplet: EE, D9 and 00. RGB value is (238,217,0). Sum of RGB (Red+Green+Blue) = 238+217+0=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EED900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED900 is #1126FF. Grayscale: #C7C7C7. Windows color (decimal): -1124096 or 55790. OLE color: 55790.
HSL color Cylindrical-coordinate representation of color #EED900: hue angle of 54.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EED900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.07 |
| HSL | 54.71º | 1% | 0.47% | - |
| HSV(B) | 54.71º | 1% | 0.93% | - |
| XYZ | 60.07 | 67.8 | 9.92 | - |
| YUV | 198.54 | 15.96 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 0 | 0 | 0.09 | 1 | 0.07 | 54.71 | 1 | 0.47 |
| Hex | EE | D9 | 0 | 0 | 9 | 64 | 7 | 37 | 64 | 2F |
| Octal | 356 | 331 | 0 | 0 | 11 | 144 | 7 | 67 | 144 | 57 |
| Binary | 11101110 | 11011001 | 0 | 0 | 1001 | 1100100 | 111 | 110111 | 1100100 | 101111 |
Color Harmonies of #EED900
Complementary color
Monochromatic Colors of #EED900
Black with #EED900
Text Example
Text Example
White with #EED900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED900; }
p { color: rgb(238,217,0); }
H1.HeaderClassName
{
color: #EED900;
}
.AnyTagClassName
{
color: #EED900;
}
</style>
background-color css
<style>
a { background-color: #EED900; }
a { background-color: rgb(238,217,0); }
div.DivClassName
{
background-color: #EED900;
}
.BgClassName
{
background-color: #EED900;
}
</style>
border-color css
<style>
span { border-color: #EED900; }
span { border-color: rgb(238,217,0); }
td.TdClassName
{
border-color: #EED900;
}
.TagClassName
{
border-color: #EED900;
}
</style>