Shades of School Bus Yellow #EED90C
Tints of School Bus Yellow #EED90C
RGB
CMYK
RGB Variations
Color information
#EED90C (or 0xEED90C) is known color: School Bus Yellow. HEX triplet: EE, D9 and 0C. RGB value is (238,217,12). Sum of RGB (Red+Green+Blue) = 238+217+12=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED90C is #1126F3. Grayscale: #C8C8C8. Windows color (decimal): -1124084 or 842222. OLE color: 842222.
HSL color Cylindrical-coordinate representation of color #EED90C: hue angle of 54.42º 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 #EED90C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.42º | 0.9% | 0.49% | - |
| HSV(B) | 54.42º | 0.95% | 0.93% | - |
| XYZ | 60.14 | 67.83 | 10.27 | - |
| YUV | 199.91 | 21.96 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 12 | 0 | 0.09 | 0.95 | 0.07 | 54.42 | 0.9 | 0.49 |
| Hex | EE | D9 | C | 0 | 9 | 5F | 7 | 36 | 5A | 31 |
| Octal | 356 | 331 | 14 | 0 | 11 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101110 | 11011001 | 1100 | 0 | 1001 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #EED90C
Complementary color
Monochromatic Colors of #EED90C
Black with #EED90C
Text Example
Text Example
White with #EED90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED90C; }
p { color: rgb(238,217,12); }
H1.HeaderClassName
{
color: #EED90C;
}
.AnyTagClassName
{
color: #EED90C;
}
</style>
background-color css
<style>
a { background-color: #EED90C; }
a { background-color: rgb(238,217,12); }
div.DivClassName
{
background-color: #EED90C;
}
.BgClassName
{
background-color: #EED90C;
}
</style>
border-color css
<style>
span { border-color: #EED90C; }
span { border-color: rgb(238,217,12); }
td.TdClassName
{
border-color: #EED90C;
}
.TagClassName
{
border-color: #EED90C;
}
</style>