Shades of School Bus Yellow #E5D602
Tints of School Bus Yellow #E5D602
RGB
CMYK
RGB Variations
Color information
#E5D602 (or 0xE5D602) is known color: School Bus Yellow. HEX triplet: E5, D6 and 02. RGB value is (229,214,2). Sum of RGB (Red+Green+Blue) = 229+214+2=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D602 is #1A29FD. Grayscale: #C3C3C3. Windows color (decimal): -1714686 or 186085. OLE color: 186085.
HSL color Cylindrical-coordinate representation of color #E5D602: hue angle of 56.04º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5D602 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.10 |
| HSL | 56.04º | 0.98% | 0.45% | - |
| HSV(B) | 56.04º | 0.99% | 0.9% | - |
| XYZ | 56.37 | 64.76 | 9.59 | - |
| YUV | 194.32 | 19.47 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 2 | 0 | 0.07 | 0.99 | 0.10 | 56.04 | 0.98 | 0.45 |
| Hex | E5 | D6 | 2 | 0 | 7 | 63 | A | 38 | 62 | 2D |
| Octal | 345 | 326 | 2 | 0 | 7 | 143 | 12 | 70 | 142 | 55 |
| Binary | 11100101 | 11010110 | 10 | 0 | 111 | 1100011 | 1010 | 111000 | 1100010 | 101101 |
Color Harmonies of #E5D602
Complementary color
Monochromatic Colors of #E5D602
Black with #E5D602
Text Example
Text Example
White with #E5D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D602; }
p { color: rgb(229,214,2); }
H1.HeaderClassName
{
color: #E5D602;
}
.AnyTagClassName
{
color: #E5D602;
}
</style>
background-color css
<style>
a { background-color: #E5D602; }
a { background-color: rgb(229,214,2); }
div.DivClassName
{
background-color: #E5D602;
}
.BgClassName
{
background-color: #E5D602;
}
</style>
border-color css
<style>
span { border-color: #E5D602; }
span { border-color: rgb(229,214,2); }
td.TdClassName
{
border-color: #E5D602;
}
.TagClassName
{
border-color: #E5D602;
}
</style>