Shades of School Bus Yellow #ECD800
Tints of School Bus Yellow #ECD800
RGB
CMYK
RGB Variations
Color information
#ECD800 (or 0xECD800) is known color: School Bus Yellow. HEX triplet: EC, D8 and 00. RGB value is (236,216,0). Sum of RGB (Red+Green+Blue) = 236+216+0=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD800 is #1327FF. Grayscale: #C6C6C6. Windows color (decimal): -1255424 or 55532. OLE color: 55532.
HSL color Cylindrical-coordinate representation of color #ECD800: hue angle of 54.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECD800 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.07 |
| HSL | 54.92º | 1% | 0.46% | - |
| HSV(B) | 54.92º | 1% | 0.93% | - |
| XYZ | 59.15 | 66.94 | 9.8 | - |
| YUV | 197.36 | 16.63 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 0 | 0 | 0.08 | 1 | 0.07 | 54.92 | 1 | 0.46 |
| Hex | EC | D8 | 0 | 0 | 8 | 64 | 7 | 37 | 64 | 2E |
| Octal | 354 | 330 | 0 | 0 | 10 | 144 | 7 | 67 | 144 | 56 |
| Binary | 11101100 | 11011000 | 0 | 0 | 1000 | 1100100 | 111 | 110111 | 1100100 | 101110 |
Color Harmonies of #ECD800
Complementary color
Monochromatic Colors of #ECD800
Black with #ECD800
Text Example
Text Example
White with #ECD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD800; }
p { color: rgb(236,216,0); }
H1.HeaderClassName
{
color: #ECD800;
}
.AnyTagClassName
{
color: #ECD800;
}
</style>
background-color css
<style>
a { background-color: #ECD800; }
a { background-color: rgb(236,216,0); }
div.DivClassName
{
background-color: #ECD800;
}
.BgClassName
{
background-color: #ECD800;
}
</style>
border-color css
<style>
span { border-color: #ECD800; }
span { border-color: rgb(236,216,0); }
td.TdClassName
{
border-color: #ECD800;
}
.TagClassName
{
border-color: #ECD800;
}
</style>