Shades of School Bus Yellow #E5D604
Tints of School Bus Yellow #E5D604
RGB
CMYK
RGB Variations
Color information
#E5D604 (or 0xE5D604) is known color: School Bus Yellow. HEX triplet: E5, D6 and 04. RGB value is (229,214,4). Sum of RGB (Red+Green+Blue) = 229+214+4=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D604 is #1A29FB. Grayscale: #C3C3C3. Windows color (decimal): -1714684 or 317157. OLE color: 317157.
HSL color Cylindrical-coordinate representation of color #E5D604: hue angle of 56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5D604 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.10 |
| HSL | 56º | 0.97% | 0.46% | - |
| HSV(B) | 56º | 0.98% | 0.9% | - |
| XYZ | 56.38 | 64.76 | 9.64 | - |
| YUV | 194.55 | 20.47 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 4 | 0 | 0.07 | 0.98 | 0.10 | 56 | 0.97 | 0.46 |
| Hex | E5 | D6 | 4 | 0 | 7 | 62 | A | 38 | 61 | 2E |
| Octal | 345 | 326 | 4 | 0 | 7 | 142 | 12 | 70 | 141 | 56 |
| Binary | 11100101 | 11010110 | 100 | 0 | 111 | 1100010 | 1010 | 111000 | 1100001 | 101110 |
Color Harmonies of #E5D604
Complementary color
Monochromatic Colors of #E5D604
Black with #E5D604
Text Example
Text Example
White with #E5D604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D604; }
p { color: rgb(229,214,4); }
H1.HeaderClassName
{
color: #E5D604;
}
.AnyTagClassName
{
color: #E5D604;
}
</style>
background-color css
<style>
a { background-color: #E5D604; }
a { background-color: rgb(229,214,4); }
div.DivClassName
{
background-color: #E5D604;
}
.BgClassName
{
background-color: #E5D604;
}
</style>
border-color css
<style>
span { border-color: #E5D604; }
span { border-color: rgb(229,214,4); }
td.TdClassName
{
border-color: #E5D604;
}
.TagClassName
{
border-color: #E5D604;
}
</style>