Shades of School Bus Yellow #ECD70B
Tints of School Bus Yellow #ECD70B
RGB
CMYK
RGB Variations
Color information
#ECD70B (or 0xECD70B) is known color: School Bus Yellow. HEX triplet: EC, D7 and 0B. RGB value is (236,215,11). Sum of RGB (Red+Green+Blue) = 236+215+11=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD70B is #1328F4. Grayscale: #C6C6C6. Windows color (decimal): -1255669 or 776172. OLE color: 776172.
HSL color Cylindrical-coordinate representation of color #ECD70B: hue angle of 54.4º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECD70B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.4º | 0.91% | 0.48% | - |
| HSV(B) | 54.4º | 0.95% | 0.93% | - |
| XYZ | 58.95 | 66.46 | 10.04 | - |
| YUV | 198.02 | 22.46 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 11 | 0 | 0.09 | 0.95 | 0.07 | 54.4 | 0.91 | 0.48 |
| Hex | EC | D7 | B | 0 | 9 | 5F | 7 | 36 | 5B | 30 |
| Octal | 354 | 327 | 13 | 0 | 11 | 137 | 7 | 66 | 133 | 60 |
| Binary | 11101100 | 11010111 | 1011 | 0 | 1001 | 1011111 | 111 | 110110 | 1011011 | 110000 |
Color Harmonies of #ECD70B
Complementary color
Monochromatic Colors of #ECD70B
Black with #ECD70B
Text Example
Text Example
White with #ECD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD70B; }
p { color: rgb(236,215,11); }
H1.HeaderClassName
{
color: #ECD70B;
}
.AnyTagClassName
{
color: #ECD70B;
}
</style>
background-color css
<style>
a { background-color: #ECD70B; }
a { background-color: rgb(236,215,11); }
div.DivClassName
{
background-color: #ECD70B;
}
.BgClassName
{
background-color: #ECD70B;
}
</style>
border-color css
<style>
span { border-color: #ECD70B; }
span { border-color: rgb(236,215,11); }
td.TdClassName
{
border-color: #ECD70B;
}
.TagClassName
{
border-color: #ECD70B;
}
</style>