Shades of School Bus Yellow #EED70C
Tints of School Bus Yellow #EED70C
RGB
CMYK
RGB Variations
Color information
#EED70C (or 0xEED70C) is known color: School Bus Yellow. HEX triplet: EE, D7 and 0C. RGB value is (238,215,12). Sum of RGB (Red+Green+Blue) = 238+215+12=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EED70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED70C is #1128F3. Grayscale: #C7C7C7. Windows color (decimal): -1124596 or 841710. OLE color: 841710.
HSL color Cylindrical-coordinate representation of color #EED70C: hue angle of 53.89º degrees, saturation: 0.9, 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 #EED70C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.07 |
| HSL | 53.89º | 0.9% | 0.49% | - |
| HSV(B) | 53.89º | 0.95% | 0.93% | - |
| XYZ | 59.63 | 66.8 | 10.1 | - |
| YUV | 198.74 | 22.62 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 12 | 0 | 0.10 | 0.95 | 0.07 | 53.89 | 0.9 | 0.49 |
| Hex | EE | D7 | C | 0 | A | 5F | 7 | 36 | 5A | 31 |
| Octal | 356 | 327 | 14 | 0 | 12 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101110 | 11010111 | 1100 | 0 | 1010 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #EED70C
Complementary color
Monochromatic Colors of #EED70C
Black with #EED70C
Text Example
Text Example
White with #EED70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED70C; }
p { color: rgb(238,215,12); }
H1.HeaderClassName
{
color: #EED70C;
}
.AnyTagClassName
{
color: #EED70C;
}
</style>
background-color css
<style>
a { background-color: #EED70C; }
a { background-color: rgb(238,215,12); }
div.DivClassName
{
background-color: #EED70C;
}
.BgClassName
{
background-color: #EED70C;
}
</style>
border-color css
<style>
span { border-color: #EED70C; }
span { border-color: rgb(238,215,12); }
td.TdClassName
{
border-color: #EED70C;
}
.TagClassName
{
border-color: #EED70C;
}
</style>