Shades of School Bus Yellow #EED70E
Tints of School Bus Yellow #EED70E
RGB
CMYK
RGB Variations
Color information
#EED70E (or 0xEED70E) is known color: School Bus Yellow. HEX triplet: EE, D7 and 0E. RGB value is (238,215,14). Sum of RGB (Red+Green+Blue) = 238+215+14=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED70E is #1128F1. Grayscale: #C7C7C7. Windows color (decimal): -1124594 or 972782. OLE color: 972782.
HSL color Cylindrical-coordinate representation of color #EED70E: hue angle of 53.84º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EED70E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.07 |
| HSL | 53.84º | 0.89% | 0.49% | - |
| HSV(B) | 53.84º | 0.94% | 0.93% | - |
| XYZ | 59.64 | 66.81 | 10.17 | - |
| YUV | 198.96 | 23.62 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 14 | 0 | 0.10 | 0.94 | 0.07 | 53.84 | 0.89 | 0.49 |
| Hex | EE | D7 | E | 0 | A | 5E | 7 | 36 | 59 | 31 |
| Octal | 356 | 327 | 16 | 0 | 12 | 136 | 7 | 66 | 131 | 61 |
| Binary | 11101110 | 11010111 | 1110 | 0 | 1010 | 1011110 | 111 | 110110 | 1011001 | 110001 |
Color Harmonies of #EED70E
Complementary color
Monochromatic Colors of #EED70E
Black with #EED70E
Text Example
Text Example
White with #EED70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED70E; }
p { color: rgb(238,215,14); }
H1.HeaderClassName
{
color: #EED70E;
}
.AnyTagClassName
{
color: #EED70E;
}
</style>
background-color css
<style>
a { background-color: #EED70E; }
a { background-color: rgb(238,215,14); }
div.DivClassName
{
background-color: #EED70E;
}
.BgClassName
{
background-color: #EED70E;
}
</style>
border-color css
<style>
span { border-color: #EED70E; }
span { border-color: rgb(238,215,14); }
td.TdClassName
{
border-color: #EED70E;
}
.TagClassName
{
border-color: #EED70E;
}
</style>