Shades of School Bus Yellow #ECD90A
Tints of School Bus Yellow #ECD90A
RGB
CMYK
RGB Variations
Color information
#ECD90A (or 0xECD90A) is known color: School Bus Yellow. HEX triplet: EC, D9 and 0A. RGB value is (236,217,10). Sum of RGB (Red+Green+Blue) = 236+217+10=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD90A is #1326F5. Grayscale: #C7C7C7. Windows color (decimal): -1255158 or 711148. OLE color: 711148.
HSL color Cylindrical-coordinate representation of color #ECD90A: hue angle of 54.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECD90A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.07 |
| HSL | 54.96º | 0.92% | 0.48% | - |
| HSV(B) | 54.96º | 0.96% | 0.93% | - |
| XYZ | 59.46 | 67.48 | 10.18 | - |
| YUV | 199.08 | 21.29 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 10 | 0 | 0.08 | 0.96 | 0.07 | 54.96 | 0.92 | 0.48 |
| Hex | EC | D9 | A | 0 | 8 | 60 | 7 | 37 | 5C | 30 |
| Octal | 354 | 331 | 12 | 0 | 10 | 140 | 7 | 67 | 134 | 60 |
| Binary | 11101100 | 11011001 | 1010 | 0 | 1000 | 1100000 | 111 | 110111 | 1011100 | 110000 |
Color Harmonies of #ECD90A
Complementary color
Monochromatic Colors of #ECD90A
Black with #ECD90A
Text Example
Text Example
White with #ECD90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD90A; }
p { color: rgb(236,217,10); }
H1.HeaderClassName
{
color: #ECD90A;
}
.AnyTagClassName
{
color: #ECD90A;
}
</style>
background-color css
<style>
a { background-color: #ECD90A; }
a { background-color: rgb(236,217,10); }
div.DivClassName
{
background-color: #ECD90A;
}
.BgClassName
{
background-color: #ECD90A;
}
</style>
border-color css
<style>
span { border-color: #ECD90A; }
span { border-color: rgb(236,217,10); }
td.TdClassName
{
border-color: #ECD90A;
}
.TagClassName
{
border-color: #ECD90A;
}
</style>