Shades of School Bus Yellow #ECD808
Tints of School Bus Yellow #ECD808
RGB
CMYK
RGB Variations
Color information
#ECD808 (or 0xECD808) is known color: School Bus Yellow. HEX triplet: EC, D8 and 08. RGB value is (236,216,8). Sum of RGB (Red+Green+Blue) = 236+216+8=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD808 is #1327F7. Grayscale: #C7C7C7. Windows color (decimal): -1255416 or 579820. OLE color: 579820.
HSL color Cylindrical-coordinate representation of color #ECD808: hue angle of 54.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECD808 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 8 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.07 |
| HSL | 54.74º | 0.93% | 0.48% | - |
| HSV(B) | 54.74º | 0.97% | 0.93% | - |
| XYZ | 59.19 | 66.96 | 10.03 | - |
| YUV | 198.27 | 20.63 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 8 | 0 | 0.08 | 0.97 | 0.07 | 54.74 | 0.93 | 0.48 |
| Hex | EC | D8 | 8 | 0 | 8 | 61 | 7 | 37 | 5D | 30 |
| Octal | 354 | 330 | 10 | 0 | 10 | 141 | 7 | 67 | 135 | 60 |
| Binary | 11101100 | 11011000 | 1000 | 0 | 1000 | 1100001 | 111 | 110111 | 1011101 | 110000 |
Color Harmonies of #ECD808
Complementary color
Monochromatic Colors of #ECD808
Black with #ECD808
Text Example
Text Example
White with #ECD808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD808; }
p { color: rgb(236,216,8); }
H1.HeaderClassName
{
color: #ECD808;
}
.AnyTagClassName
{
color: #ECD808;
}
</style>
background-color css
<style>
a { background-color: #ECD808; }
a { background-color: rgb(236,216,8); }
div.DivClassName
{
background-color: #ECD808;
}
.BgClassName
{
background-color: #ECD808;
}
</style>
border-color css
<style>
span { border-color: #ECD808; }
span { border-color: rgb(236,216,8); }
td.TdClassName
{
border-color: #ECD808;
}
.TagClassName
{
border-color: #ECD808;
}
</style>