Shades of School Bus Yellow #EED90B
Tints of School Bus Yellow #EED90B
RGB
CMYK
RGB Variations
Color information
#EED90B (or 0xEED90B) is known color: School Bus Yellow. HEX triplet: EE, D9 and 0B. RGB value is (238,217,11). Sum of RGB (Red+Green+Blue) = 238+217+11=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EED90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED90B is #1126F4. Grayscale: #C8C8C8. Windows color (decimal): -1124085 or 776686. OLE color: 776686.
HSL color Cylindrical-coordinate representation of color #EED90B: hue angle of 54.45º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EED90B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.45º | 0.91% | 0.49% | - |
| HSV(B) | 54.45º | 0.95% | 0.93% | - |
| XYZ | 60.13 | 67.83 | 10.24 | - |
| YUV | 199.8 | 21.46 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 11 | 0 | 0.09 | 0.95 | 0.07 | 54.45 | 0.91 | 0.49 |
| Hex | EE | D9 | B | 0 | 9 | 5F | 7 | 36 | 5B | 31 |
| Octal | 356 | 331 | 13 | 0 | 11 | 137 | 7 | 66 | 133 | 61 |
| Binary | 11101110 | 11011001 | 1011 | 0 | 1001 | 1011111 | 111 | 110110 | 1011011 | 110001 |
Color Harmonies of #EED90B
Complementary color
Monochromatic Colors of #EED90B
Black with #EED90B
Text Example
Text Example
White with #EED90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED90B; }
p { color: rgb(238,217,11); }
H1.HeaderClassName
{
color: #EED90B;
}
.AnyTagClassName
{
color: #EED90B;
}
</style>
background-color css
<style>
a { background-color: #EED90B; }
a { background-color: rgb(238,217,11); }
div.DivClassName
{
background-color: #EED90B;
}
.BgClassName
{
background-color: #EED90B;
}
</style>
border-color css
<style>
span { border-color: #EED90B; }
span { border-color: rgb(238,217,11); }
td.TdClassName
{
border-color: #EED90B;
}
.TagClassName
{
border-color: #EED90B;
}
</style>