Shades of School Bus Yellow #E5D908
Tints of School Bus Yellow #E5D908
RGB
CMYK
RGB Variations
Color information
#E5D908 (or 0xE5D908) is known color: School Bus Yellow. HEX triplet: E5, D9 and 08. RGB value is (229,217,8). Sum of RGB (Red+Green+Blue) = 229+217+8=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D908 is #1A26F7. Grayscale: #C5C5C5. Windows color (decimal): -1713912 or 580069. OLE color: 580069.
HSL color Cylindrical-coordinate representation of color #E5D908: hue angle of 56.74º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5D908 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 8 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.10 |
| HSL | 56.74º | 0.93% | 0.46% | - |
| HSV(B) | 56.74º | 0.97% | 0.9% | - |
| XYZ | 57.17 | 66.3 | 10.01 | - |
| YUV | 196.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 8 | 0 | 0.05 | 0.97 | 0.10 | 56.74 | 0.93 | 0.46 |
| Hex | E5 | D9 | 8 | 0 | 5 | 61 | A | 39 | 5D | 2E |
| Octal | 345 | 331 | 10 | 0 | 5 | 141 | 12 | 71 | 135 | 56 |
| Binary | 11100101 | 11011001 | 1000 | 0 | 101 | 1100001 | 1010 | 111001 | 1011101 | 101110 |
Color Harmonies of #E5D908
Complementary color
Monochromatic Colors of #E5D908
Black with #E5D908
Text Example
Text Example
White with #E5D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D908; }
p { color: rgb(229,217,8); }
H1.HeaderClassName
{
color: #E5D908;
}
.AnyTagClassName
{
color: #E5D908;
}
</style>
background-color css
<style>
a { background-color: #E5D908; }
a { background-color: rgb(229,217,8); }
div.DivClassName
{
background-color: #E5D908;
}
.BgClassName
{
background-color: #E5D908;
}
</style>
border-color css
<style>
span { border-color: #E5D908; }
span { border-color: rgb(229,217,8); }
td.TdClassName
{
border-color: #E5D908;
}
.TagClassName
{
border-color: #E5D908;
}
</style>