Shades of School Bus Yellow #E5D60A
Tints of School Bus Yellow #E5D60A
RGB
CMYK
RGB Variations
Color information
#E5D60A (or 0xE5D60A) is known color: School Bus Yellow. HEX triplet: E5, D6 and 0A. RGB value is (229,214,10). Sum of RGB (Red+Green+Blue) = 229+214+10=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D60A is #1A29F5. Grayscale: #C4C4C4. Windows color (decimal): -1714678 or 710373. OLE color: 710373.
HSL color Cylindrical-coordinate representation of color #E5D60A: hue angle of 55.89º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5D60A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.10 |
| HSL | 55.89º | 0.92% | 0.47% | - |
| HSV(B) | 55.89º | 0.96% | 0.9% | - |
| XYZ | 56.41 | 64.77 | 9.82 | - |
| YUV | 195.23 | 23.47 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 10 | 0 | 0.07 | 0.96 | 0.10 | 55.89 | 0.92 | 0.47 |
| Hex | E5 | D6 | A | 0 | 7 | 60 | A | 38 | 5C | 2F |
| Octal | 345 | 326 | 12 | 0 | 7 | 140 | 12 | 70 | 134 | 57 |
| Binary | 11100101 | 11010110 | 1010 | 0 | 111 | 1100000 | 1010 | 111000 | 1011100 | 101111 |
Color Harmonies of #E5D60A
Complementary color
Monochromatic Colors of #E5D60A
Black with #E5D60A
Text Example
Text Example
White with #E5D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D60A; }
p { color: rgb(229,214,10); }
H1.HeaderClassName
{
color: #E5D60A;
}
.AnyTagClassName
{
color: #E5D60A;
}
</style>
background-color css
<style>
a { background-color: #E5D60A; }
a { background-color: rgb(229,214,10); }
div.DivClassName
{
background-color: #E5D60A;
}
.BgClassName
{
background-color: #E5D60A;
}
</style>
border-color css
<style>
span { border-color: #E5D60A; }
span { border-color: rgb(229,214,10); }
td.TdClassName
{
border-color: #E5D60A;
}
.TagClassName
{
border-color: #E5D60A;
}
</style>