Shades of School Bus Yellow #ECD901
Tints of School Bus Yellow #ECD901
RGB
CMYK
RGB Variations
Color information
#ECD901 (or 0xECD901) is known color: School Bus Yellow. HEX triplet: EC, D9 and 01. RGB value is (236,217,1). Sum of RGB (Red+Green+Blue) = 236+217+1=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD901 is #1326FE. Grayscale: #C6C6C6. Windows color (decimal): -1255167 or 121324. OLE color: 121324.
HSL color Cylindrical-coordinate representation of color #ECD901: hue angle of 55.15º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECD901 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.07 |
| HSL | 55.15º | 0.99% | 0.46% | - |
| HSV(B) | 55.15º | 1% | 0.93% | - |
| XYZ | 59.41 | 67.46 | 9.92 | - |
| YUV | 198.06 | 16.79 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 1 | 0 | 0.08 | 1.00 | 0.07 | 55.15 | 0.99 | 0.46 |
| Hex | EC | D9 | 1 | 0 | 8 | 64 | 7 | 37 | 63 | 2E |
| Octal | 354 | 331 | 1 | 0 | 10 | 144 | 7 | 67 | 143 | 56 |
| Binary | 11101100 | 11011001 | 1 | 0 | 1000 | 1100100 | 111 | 110111 | 1100011 | 101110 |
Color Harmonies of #ECD901
Complementary color
Monochromatic Colors of #ECD901
Black with #ECD901
Text Example
Text Example
White with #ECD901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD901; }
p { color: rgb(236,217,1); }
H1.HeaderClassName
{
color: #ECD901;
}
.AnyTagClassName
{
color: #ECD901;
}
</style>
background-color css
<style>
a { background-color: #ECD901; }
a { background-color: rgb(236,217,1); }
div.DivClassName
{
background-color: #ECD901;
}
.BgClassName
{
background-color: #ECD901;
}
</style>
border-color css
<style>
span { border-color: #ECD901; }
span { border-color: rgb(236,217,1); }
td.TdClassName
{
border-color: #ECD901;
}
.TagClassName
{
border-color: #ECD901;
}
</style>