Shades of School Bus Yellow #ECD705
Tints of School Bus Yellow #ECD705
RGB
CMYK
RGB Variations
Color information
#ECD705 (or 0xECD705) is known color: School Bus Yellow. HEX triplet: EC, D7 and 05. RGB value is (236,215,5). Sum of RGB (Red+Green+Blue) = 236+215+5=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD705 is #1328FA. Grayscale: #C6C6C6. Windows color (decimal): -1255675 or 382956. OLE color: 382956.
HSL color Cylindrical-coordinate representation of color #ECD705: hue angle of 54.55º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECD705 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.07 |
| HSL | 54.55º | 0.96% | 0.47% | - |
| HSV(B) | 54.55º | 0.98% | 0.93% | - |
| XYZ | 58.92 | 66.44 | 9.86 | - |
| YUV | 197.34 | 19.46 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 5 | 0 | 0.09 | 0.98 | 0.07 | 54.55 | 0.96 | 0.47 |
| Hex | EC | D7 | 5 | 0 | 9 | 62 | 7 | 37 | 60 | 2F |
| Octal | 354 | 327 | 5 | 0 | 11 | 142 | 7 | 67 | 140 | 57 |
| Binary | 11101100 | 11010111 | 101 | 0 | 1001 | 1100010 | 111 | 110111 | 1100000 | 101111 |
Color Harmonies of #ECD705
Complementary color
Monochromatic Colors of #ECD705
Black with #ECD705
Text Example
Text Example
White with #ECD705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD705; }
p { color: rgb(236,215,5); }
H1.HeaderClassName
{
color: #ECD705;
}
.AnyTagClassName
{
color: #ECD705;
}
</style>
background-color css
<style>
a { background-color: #ECD705; }
a { background-color: rgb(236,215,5); }
div.DivClassName
{
background-color: #ECD705;
}
.BgClassName
{
background-color: #ECD705;
}
</style>
border-color css
<style>
span { border-color: #ECD705; }
span { border-color: rgb(236,215,5); }
td.TdClassName
{
border-color: #ECD705;
}
.TagClassName
{
border-color: #ECD705;
}
</style>