Shades of School Bus Yellow #EED80B
Tints of School Bus Yellow #EED80B
RGB
CMYK
RGB Variations
Color information
#EED80B (or 0xEED80B) is known color: School Bus Yellow. HEX triplet: EE, D8 and 0B. RGB value is (238,216,11). Sum of RGB (Red+Green+Blue) = 238+216+11=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EED80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED80B is #1127F4. Grayscale: #C8C8C8. Windows color (decimal): -1124341 or 776430. OLE color: 776430.
HSL color Cylindrical-coordinate representation of color #EED80B: hue angle of 54.19º 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 #EED80B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.19º | 0.91% | 0.49% | - |
| HSV(B) | 54.19º | 0.95% | 0.93% | - |
| XYZ | 59.88 | 67.31 | 10.15 | - |
| YUV | 199.21 | 21.79 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 11 | 0 | 0.09 | 0.95 | 0.07 | 54.19 | 0.91 | 0.49 |
| Hex | EE | D8 | B | 0 | 9 | 5F | 7 | 36 | 5B | 31 |
| Octal | 356 | 330 | 13 | 0 | 11 | 137 | 7 | 66 | 133 | 61 |
| Binary | 11101110 | 11011000 | 1011 | 0 | 1001 | 1011111 | 111 | 110110 | 1011011 | 110001 |
Color Harmonies of #EED80B
Complementary color
Monochromatic Colors of #EED80B
Black with #EED80B
Text Example
Text Example
White with #EED80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED80B; }
p { color: rgb(238,216,11); }
H1.HeaderClassName
{
color: #EED80B;
}
.AnyTagClassName
{
color: #EED80B;
}
</style>
background-color css
<style>
a { background-color: #EED80B; }
a { background-color: rgb(238,216,11); }
div.DivClassName
{
background-color: #EED80B;
}
.BgClassName
{
background-color: #EED80B;
}
</style>
border-color css
<style>
span { border-color: #EED80B; }
span { border-color: rgb(238,216,11); }
td.TdClassName
{
border-color: #EED80B;
}
.TagClassName
{
border-color: #EED80B;
}
</style>