Shades of School Bus Yellow #EED600
Tints of School Bus Yellow #EED600
RGB
CMYK
RGB Variations
Color information
#EED600 (or 0xEED600) is known color: School Bus Yellow. HEX triplet: EE, D6 and 00. RGB value is (238,214,0). Sum of RGB (Red+Green+Blue) = 238+214+0=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EED600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED600 is #1129FF. Grayscale: #C5C5C5. Windows color (decimal): -1124864 or 55022. OLE color: 55022.
HSL color Cylindrical-coordinate representation of color #EED600: hue angle of 53.95º 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 #EED600 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.07 |
| HSL | 53.95º | 1% | 0.47% | - |
| HSV(B) | 53.95º | 1% | 0.93% | - |
| XYZ | 59.31 | 66.27 | 9.67 | - |
| YUV | 196.78 | 16.95 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 0 | 0 | 0.10 | 1 | 0.07 | 53.95 | 1 | 0.47 |
| Hex | EE | D6 | 0 | 0 | A | 64 | 7 | 36 | 64 | 2F |
| Octal | 356 | 326 | 0 | 0 | 12 | 144 | 7 | 66 | 144 | 57 |
| Binary | 11101110 | 11010110 | 0 | 0 | 1010 | 1100100 | 111 | 110110 | 1100100 | 101111 |
Color Harmonies of #EED600
Complementary color
Monochromatic Colors of #EED600
Black with #EED600
Text Example
Text Example
White with #EED600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED600; }
p { color: rgb(238,214,0); }
H1.HeaderClassName
{
color: #EED600;
}
.AnyTagClassName
{
color: #EED600;
}
</style>
background-color css
<style>
a { background-color: #EED600; }
a { background-color: rgb(238,214,0); }
div.DivClassName
{
background-color: #EED600;
}
.BgClassName
{
background-color: #EED600;
}
</style>
border-color css
<style>
span { border-color: #EED600; }
span { border-color: rgb(238,214,0); }
td.TdClassName
{
border-color: #EED600;
}
.TagClassName
{
border-color: #EED600;
}
</style>