Shades of School Bus Yellow #E7D706
Tints of School Bus Yellow #E7D706
RGB
CMYK
RGB Variations
Color information
#E7D706 (or 0xE7D706) is known color: School Bus Yellow. HEX triplet: E7, D7 and 06. RGB value is (231,215,6). Sum of RGB (Red+Green+Blue) = 231+215+6=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D706 is #1828F9. Grayscale: #C4C4C4. Windows color (decimal): -1583354 or 448487. OLE color: 448487.
HSL color Cylindrical-coordinate representation of color #E7D706: hue angle of 55.73º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7D706 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 6 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.09 |
| HSL | 55.73º | 0.95% | 0.46% | - |
| HSV(B) | 55.73º | 0.97% | 0.91% | - |
| XYZ | 57.29 | 65.6 | 9.82 | - |
| YUV | 195.96 | 20.8 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 6 | 0 | 0.07 | 0.97 | 0.09 | 55.73 | 0.95 | 0.46 |
| Hex | E7 | D7 | 6 | 0 | 7 | 61 | 9 | 38 | 5F | 2E |
| Octal | 347 | 327 | 6 | 0 | 7 | 141 | 11 | 70 | 137 | 56 |
| Binary | 11100111 | 11010111 | 110 | 0 | 111 | 1100001 | 1001 | 111000 | 1011111 | 101110 |
Color Harmonies of #E7D706
Complementary color
Monochromatic Colors of #E7D706
Black with #E7D706
Text Example
Text Example
White with #E7D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D706; }
p { color: rgb(231,215,6); }
H1.HeaderClassName
{
color: #E7D706;
}
.AnyTagClassName
{
color: #E7D706;
}
</style>
background-color css
<style>
a { background-color: #E7D706; }
a { background-color: rgb(231,215,6); }
div.DivClassName
{
background-color: #E7D706;
}
.BgClassName
{
background-color: #E7D706;
}
</style>
border-color css
<style>
span { border-color: #E7D706; }
span { border-color: rgb(231,215,6); }
td.TdClassName
{
border-color: #E7D706;
}
.TagClassName
{
border-color: #E7D706;
}
</style>