Shades of School Bus Yellow #EED905
Tints of School Bus Yellow #EED905
RGB
CMYK
RGB Variations
Color information
#EED905 (or 0xEED905) is known color: School Bus Yellow. HEX triplet: EE, D9 and 05. RGB value is (238,217,5). Sum of RGB (Red+Green+Blue) = 238+217+5=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EED905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED905 is #1126FA. Grayscale: #C7C7C7. Windows color (decimal): -1124091 or 383470. OLE color: 383470.
HSL color Cylindrical-coordinate representation of color #EED905: hue angle of 54.59º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EED905 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.07 |
| HSL | 54.59º | 0.96% | 0.48% | - |
| HSV(B) | 54.59º | 0.98% | 0.93% | - |
| XYZ | 60.1 | 67.81 | 10.07 | - |
| YUV | 199.11 | 18.46 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 5 | 0 | 0.09 | 0.98 | 0.07 | 54.59 | 0.96 | 0.48 |
| Hex | EE | D9 | 5 | 0 | 9 | 62 | 7 | 37 | 60 | 30 |
| Octal | 356 | 331 | 5 | 0 | 11 | 142 | 7 | 67 | 140 | 60 |
| Binary | 11101110 | 11011001 | 101 | 0 | 1001 | 1100010 | 111 | 110111 | 1100000 | 110000 |
Color Harmonies of #EED905
Complementary color
Monochromatic Colors of #EED905
Black with #EED905
Text Example
Text Example
White with #EED905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED905; }
p { color: rgb(238,217,5); }
H1.HeaderClassName
{
color: #EED905;
}
.AnyTagClassName
{
color: #EED905;
}
</style>
background-color css
<style>
a { background-color: #EED905; }
a { background-color: rgb(238,217,5); }
div.DivClassName
{
background-color: #EED905;
}
.BgClassName
{
background-color: #EED905;
}
</style>
border-color css
<style>
span { border-color: #EED905; }
span { border-color: rgb(238,217,5); }
td.TdClassName
{
border-color: #EED905;
}
.TagClassName
{
border-color: #EED905;
}
</style>