Shades of School Bus Yellow #ECD70C
Tints of School Bus Yellow #ECD70C
RGB
CMYK
RGB Variations
Color information
#ECD70C (or 0xECD70C) is known color: School Bus Yellow. HEX triplet: EC, D7 and 0C. RGB value is (236,215,12). Sum of RGB (Red+Green+Blue) = 236+215+12=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD70C is #1328F3. Grayscale: #C6C6C6. Windows color (decimal): -1255668 or 841708. OLE color: 841708.
HSL color Cylindrical-coordinate representation of color #ECD70C: hue angle of 54.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECD70C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.38º | 0.9% | 0.49% | - |
| HSV(B) | 54.38º | 0.95% | 0.93% | - |
| XYZ | 58.96 | 66.46 | 10.07 | - |
| YUV | 198.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 12 | 0 | 0.09 | 0.95 | 0.07 | 54.38 | 0.9 | 0.49 |
| Hex | EC | D7 | C | 0 | 9 | 5F | 7 | 36 | 5A | 31 |
| Octal | 354 | 327 | 14 | 0 | 11 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101100 | 11010111 | 1100 | 0 | 1001 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #ECD70C
Complementary color
Monochromatic Colors of #ECD70C
Black with #ECD70C
Text Example
Text Example
White with #ECD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD70C; }
p { color: rgb(236,215,12); }
H1.HeaderClassName
{
color: #ECD70C;
}
.AnyTagClassName
{
color: #ECD70C;
}
</style>
background-color css
<style>
a { background-color: #ECD70C; }
a { background-color: rgb(236,215,12); }
div.DivClassName
{
background-color: #ECD70C;
}
.BgClassName
{
background-color: #ECD70C;
}
</style>
border-color css
<style>
span { border-color: #ECD70C; }
span { border-color: rgb(236,215,12); }
td.TdClassName
{
border-color: #ECD70C;
}
.TagClassName
{
border-color: #ECD70C;
}
</style>