Shades of School Bus Yellow #ECD903
Tints of School Bus Yellow #ECD903
RGB
CMYK
RGB Variations
Color information
#ECD903 (or 0xECD903) is known color: School Bus Yellow. HEX triplet: EC, D9 and 03. RGB value is (236,217,3). Sum of RGB (Red+Green+Blue) = 236+217+3=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 3 (1.56% from 255 or 0.66% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD903 is #1326FC. Grayscale: #C7C7C7. Windows color (decimal): -1255165 or 252396. OLE color: 252396.
HSL color Cylindrical-coordinate representation of color #ECD903: hue angle of 55.11º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECD903 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.07 |
| HSL | 55.11º | 0.97% | 0.47% | - |
| HSV(B) | 55.11º | 0.99% | 0.93% | - |
| XYZ | 59.42 | 67.47 | 9.98 | - |
| YUV | 198.29 | 17.79 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 3 | 0 | 0.08 | 0.99 | 0.07 | 55.11 | 0.97 | 0.47 |
| Hex | EC | D9 | 3 | 0 | 8 | 63 | 7 | 37 | 61 | 2F |
| Octal | 354 | 331 | 3 | 0 | 10 | 143 | 7 | 67 | 141 | 57 |
| Binary | 11101100 | 11011001 | 11 | 0 | 1000 | 1100011 | 111 | 110111 | 1100001 | 101111 |
Color Harmonies of #ECD903
Complementary color
Monochromatic Colors of #ECD903
Black with #ECD903
Text Example
Text Example
White with #ECD903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD903; }
p { color: rgb(236,217,3); }
H1.HeaderClassName
{
color: #ECD903;
}
.AnyTagClassName
{
color: #ECD903;
}
</style>
background-color css
<style>
a { background-color: #ECD903; }
a { background-color: rgb(236,217,3); }
div.DivClassName
{
background-color: #ECD903;
}
.BgClassName
{
background-color: #ECD903;
}
</style>
border-color css
<style>
span { border-color: #ECD903; }
span { border-color: rgb(236,217,3); }
td.TdClassName
{
border-color: #ECD903;
}
.TagClassName
{
border-color: #ECD903;
}
</style>