Shades of School Bus Yellow #ECD906
Tints of School Bus Yellow #ECD906
RGB
CMYK
RGB Variations
Color information
#ECD906 (or 0xECD906) is known color: School Bus Yellow. HEX triplet: EC, D9 and 06. RGB value is (236,217,6). Sum of RGB (Red+Green+Blue) = 236+217+6=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD906 is #1326F9. Grayscale: #C7C7C7. Windows color (decimal): -1255162 or 449004. OLE color: 449004.
HSL color Cylindrical-coordinate representation of color #ECD906: hue angle of 55.04º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECD906 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.07 |
| HSL | 55.04º | 0.95% | 0.47% | - |
| HSV(B) | 55.04º | 0.97% | 0.93% | - |
| XYZ | 59.44 | 67.47 | 10.06 | - |
| YUV | 198.63 | 19.29 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 6 | 0 | 0.08 | 0.97 | 0.07 | 55.04 | 0.95 | 0.47 |
| Hex | EC | D9 | 6 | 0 | 8 | 61 | 7 | 37 | 5F | 2F |
| Octal | 354 | 331 | 6 | 0 | 10 | 141 | 7 | 67 | 137 | 57 |
| Binary | 11101100 | 11011001 | 110 | 0 | 1000 | 1100001 | 111 | 110111 | 1011111 | 101111 |
Color Harmonies of #ECD906
Complementary color
Monochromatic Colors of #ECD906
Black with #ECD906
Text Example
Text Example
White with #ECD906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD906; }
p { color: rgb(236,217,6); }
H1.HeaderClassName
{
color: #ECD906;
}
.AnyTagClassName
{
color: #ECD906;
}
</style>
background-color css
<style>
a { background-color: #ECD906; }
a { background-color: rgb(236,217,6); }
div.DivClassName
{
background-color: #ECD906;
}
.BgClassName
{
background-color: #ECD906;
}
</style>
border-color css
<style>
span { border-color: #ECD906; }
span { border-color: rgb(236,217,6); }
td.TdClassName
{
border-color: #ECD906;
}
.TagClassName
{
border-color: #ECD906;
}
</style>