Shades of School Bus Yellow #ECD805
Tints of School Bus Yellow #ECD805
RGB
CMYK
RGB Variations
Color information
#ECD805 (or 0xECD805) is known color: School Bus Yellow. HEX triplet: EC, D8 and 05. RGB value is (236,216,5). Sum of RGB (Red+Green+Blue) = 236+216+5=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD805 is #1327FA. Grayscale: #C6C6C6. Windows color (decimal): -1255419 or 383212. OLE color: 383212.
HSL color Cylindrical-coordinate representation of color #ECD805: hue angle of 54.81º 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 #ECD805 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.07 |
| HSL | 54.81º | 0.96% | 0.47% | - |
| HSV(B) | 54.81º | 0.98% | 0.93% | - |
| XYZ | 59.18 | 66.96 | 9.95 | - |
| YUV | 197.93 | 19.13 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 5 | 0 | 0.08 | 0.98 | 0.07 | 54.81 | 0.96 | 0.47 |
| Hex | EC | D8 | 5 | 0 | 8 | 62 | 7 | 37 | 60 | 2F |
| Octal | 354 | 330 | 5 | 0 | 10 | 142 | 7 | 67 | 140 | 57 |
| Binary | 11101100 | 11011000 | 101 | 0 | 1000 | 1100010 | 111 | 110111 | 1100000 | 101111 |
Color Harmonies of #ECD805
Complementary color
Monochromatic Colors of #ECD805
Black with #ECD805
Text Example
Text Example
White with #ECD805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD805; }
p { color: rgb(236,216,5); }
H1.HeaderClassName
{
color: #ECD805;
}
.AnyTagClassName
{
color: #ECD805;
}
</style>
background-color css
<style>
a { background-color: #ECD805; }
a { background-color: rgb(236,216,5); }
div.DivClassName
{
background-color: #ECD805;
}
.BgClassName
{
background-color: #ECD805;
}
</style>
border-color css
<style>
span { border-color: #ECD805; }
span { border-color: rgb(236,216,5); }
td.TdClassName
{
border-color: #ECD805;
}
.TagClassName
{
border-color: #ECD805;
}
</style>