Shades of School Bus Yellow #ECD80D
Tints of School Bus Yellow #ECD80D
RGB
CMYK
RGB Variations
Color information
#ECD80D (or 0xECD80D) is known color: School Bus Yellow. HEX triplet: EC, D8 and 0D. RGB value is (236,216,13). Sum of RGB (Red+Green+Blue) = 236+216+13=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD80D is #1327F2. Grayscale: #C7C7C7. Windows color (decimal): -1255411 or 907500. OLE color: 907500.
HSL color Cylindrical-coordinate representation of color #ECD80D: hue angle of 54.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECD80D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.07 |
| HSL | 54.62º | 0.9% | 0.49% | - |
| HSV(B) | 54.62º | 0.94% | 0.93% | - |
| XYZ | 59.22 | 66.97 | 10.19 | - |
| YUV | 198.84 | 23.13 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 13 | 0 | 0.08 | 0.94 | 0.07 | 54.62 | 0.9 | 0.49 |
| Hex | EC | D8 | D | 0 | 8 | 5E | 7 | 37 | 5A | 31 |
| Octal | 354 | 330 | 15 | 0 | 10 | 136 | 7 | 67 | 132 | 61 |
| Binary | 11101100 | 11011000 | 1101 | 0 | 1000 | 1011110 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #ECD80D
Complementary color
Monochromatic Colors of #ECD80D
Black with #ECD80D
Text Example
Text Example
White with #ECD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD80D; }
p { color: rgb(236,216,13); }
H1.HeaderClassName
{
color: #ECD80D;
}
.AnyTagClassName
{
color: #ECD80D;
}
</style>
background-color css
<style>
a { background-color: #ECD80D; }
a { background-color: rgb(236,216,13); }
div.DivClassName
{
background-color: #ECD80D;
}
.BgClassName
{
background-color: #ECD80D;
}
</style>
border-color css
<style>
span { border-color: #ECD80D; }
span { border-color: rgb(236,216,13); }
td.TdClassName
{
border-color: #ECD80D;
}
.TagClassName
{
border-color: #ECD80D;
}
</style>