Shades of School Bus Yellow #ECD80B
Tints of School Bus Yellow #ECD80B
RGB
CMYK
RGB Variations
Color information
#ECD80B (or 0xECD80B) is known color: School Bus Yellow. HEX triplet: EC, D8 and 0B. RGB value is (236,216,11). Sum of RGB (Red+Green+Blue) = 236+216+11=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD80B is #1327F4. Grayscale: #C7C7C7. Windows color (decimal): -1255413 or 776428. OLE color: 776428.
HSL color Cylindrical-coordinate representation of color #ECD80B: hue angle of 54.67º 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 #ECD80B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.67º | 0.91% | 0.48% | - |
| HSV(B) | 54.67º | 0.95% | 0.93% | - |
| XYZ | 59.21 | 66.97 | 10.12 | - |
| YUV | 198.61 | 22.13 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 11 | 0 | 0.08 | 0.95 | 0.07 | 54.67 | 0.91 | 0.48 |
| Hex | EC | D8 | B | 0 | 8 | 5F | 7 | 37 | 5B | 30 |
| Octal | 354 | 330 | 13 | 0 | 10 | 137 | 7 | 67 | 133 | 60 |
| Binary | 11101100 | 11011000 | 1011 | 0 | 1000 | 1011111 | 111 | 110111 | 1011011 | 110000 |
Color Harmonies of #ECD80B
Complementary color
Monochromatic Colors of #ECD80B
Black with #ECD80B
Text Example
Text Example
White with #ECD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD80B; }
p { color: rgb(236,216,11); }
H1.HeaderClassName
{
color: #ECD80B;
}
.AnyTagClassName
{
color: #ECD80B;
}
</style>
background-color css
<style>
a { background-color: #ECD80B; }
a { background-color: rgb(236,216,11); }
div.DivClassName
{
background-color: #ECD80B;
}
.BgClassName
{
background-color: #ECD80B;
}
</style>
border-color css
<style>
span { border-color: #ECD80B; }
span { border-color: rgb(236,216,11); }
td.TdClassName
{
border-color: #ECD80B;
}
.TagClassName
{
border-color: #ECD80B;
}
</style>