Shades of School Bus Yellow #EEDA0B
Tints of School Bus Yellow #EEDA0B
RGB
CMYK
RGB Variations
Color information
#EEDA0B (or 0xEEDA0B) is known color: School Bus Yellow. HEX triplet: EE, DA and 0B. RGB value is (238,218,11). Sum of RGB (Red+Green+Blue) = 238+218+11=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA0B is #1125F4. Grayscale: #C9C9C9. Windows color (decimal): -1123829 or 776942. OLE color: 776942.
HSL color Cylindrical-coordinate representation of color #EEDA0B: hue angle of 54.71º 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 #EEDA0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.71º | 0.91% | 0.49% | - |
| HSV(B) | 54.71º | 0.95% | 0.93% | - |
| XYZ | 60.39 | 68.34 | 10.33 | - |
| YUV | 200.38 | 21.13 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 11 | 0 | 0.08 | 0.95 | 0.07 | 54.71 | 0.91 | 0.49 |
| Hex | EE | DA | B | 0 | 8 | 5F | 7 | 37 | 5B | 31 |
| Octal | 356 | 332 | 13 | 0 | 10 | 137 | 7 | 67 | 133 | 61 |
| Binary | 11101110 | 11011010 | 1011 | 0 | 1000 | 1011111 | 111 | 110111 | 1011011 | 110001 |
Color Harmonies of #EEDA0B
Complementary color
Monochromatic Colors of #EEDA0B
Black with #EEDA0B
Text Example
Text Example
White with #EEDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA0B; }
p { color: rgb(238,218,11); }
H1.HeaderClassName
{
color: #EEDA0B;
}
.AnyTagClassName
{
color: #EEDA0B;
}
</style>
background-color css
<style>
a { background-color: #EEDA0B; }
a { background-color: rgb(238,218,11); }
div.DivClassName
{
background-color: #EEDA0B;
}
.BgClassName
{
background-color: #EEDA0B;
}
</style>
border-color css
<style>
span { border-color: #EEDA0B; }
span { border-color: rgb(238,218,11); }
td.TdClassName
{
border-color: #EEDA0B;
}
.TagClassName
{
border-color: #EEDA0B;
}
</style>