Shades of School Bus Yellow #E8D707
Tints of School Bus Yellow #E8D707
RGB
CMYK
RGB Variations
Color information
#E8D707 (or 0xE8D707) is known color: School Bus Yellow. HEX triplet: E8, D7 and 07. RGB value is (232,215,7). Sum of RGB (Red+Green+Blue) = 232+215+7=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D707 is #1728F8. Grayscale: #C5C5C5. Windows color (decimal): -1517817 or 514024. OLE color: 514024.
HSL color Cylindrical-coordinate representation of color #E8D707: hue angle of 55.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8D707 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.09 |
| HSL | 55.47º | 0.94% | 0.47% | - |
| HSV(B) | 55.47º | 0.97% | 0.91% | - |
| XYZ | 57.62 | 65.77 | 9.86 | - |
| YUV | 196.37 | 21.13 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 7 | 0 | 0.07 | 0.97 | 0.09 | 55.47 | 0.94 | 0.47 |
| Hex | E8 | D7 | 7 | 0 | 7 | 61 | 9 | 37 | 5E | 2F |
| Octal | 350 | 327 | 7 | 0 | 7 | 141 | 11 | 67 | 136 | 57 |
| Binary | 11101000 | 11010111 | 111 | 0 | 111 | 1100001 | 1001 | 110111 | 1011110 | 101111 |
Color Harmonies of #E8D707
Complementary color
Monochromatic Colors of #E8D707
Black with #E8D707
Text Example
Text Example
White with #E8D707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D707; }
p { color: rgb(232,215,7); }
H1.HeaderClassName
{
color: #E8D707;
}
.AnyTagClassName
{
color: #E8D707;
}
</style>
background-color css
<style>
a { background-color: #E8D707; }
a { background-color: rgb(232,215,7); }
div.DivClassName
{
background-color: #E8D707;
}
.BgClassName
{
background-color: #E8D707;
}
</style>
border-color css
<style>
span { border-color: #E8D707; }
span { border-color: rgb(232,215,7); }
td.TdClassName
{
border-color: #E8D707;
}
.TagClassName
{
border-color: #E8D707;
}
</style>