Shades of School Bus Yellow #E7D708
Tints of School Bus Yellow #E7D708
RGB
CMYK
RGB Variations
Color information
#E7D708 (or 0xE7D708) is known color: School Bus Yellow. HEX triplet: E7, D7 and 08. RGB value is (231,215,8). Sum of RGB (Red+Green+Blue) = 231+215+8=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D708 is #1828F7. Grayscale: #C5C5C5. Windows color (decimal): -1583352 or 579559. OLE color: 579559.
HSL color Cylindrical-coordinate representation of color #E7D708: hue angle of 55.7º degrees, saturation: 0.93, 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 #E7D708 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.09 |
| HSL | 55.7º | 0.93% | 0.47% | - |
| HSV(B) | 55.7º | 0.97% | 0.91% | - |
| XYZ | 57.3 | 65.61 | 9.87 | - |
| YUV | 196.19 | 21.8 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 8 | 0 | 0.07 | 0.97 | 0.09 | 55.7 | 0.93 | 0.47 |
| Hex | E7 | D7 | 8 | 0 | 7 | 61 | 9 | 38 | 5D | 2F |
| Octal | 347 | 327 | 10 | 0 | 7 | 141 | 11 | 70 | 135 | 57 |
| Binary | 11100111 | 11010111 | 1000 | 0 | 111 | 1100001 | 1001 | 111000 | 1011101 | 101111 |
Color Harmonies of #E7D708
Complementary color
Monochromatic Colors of #E7D708
Black with #E7D708
Text Example
Text Example
White with #E7D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D708; }
p { color: rgb(231,215,8); }
H1.HeaderClassName
{
color: #E7D708;
}
.AnyTagClassName
{
color: #E7D708;
}
</style>
background-color css
<style>
a { background-color: #E7D708; }
a { background-color: rgb(231,215,8); }
div.DivClassName
{
background-color: #E7D708;
}
.BgClassName
{
background-color: #E7D708;
}
</style>
border-color css
<style>
span { border-color: #E7D708; }
span { border-color: rgb(231,215,8); }
td.TdClassName
{
border-color: #E7D708;
}
.TagClassName
{
border-color: #E7D708;
}
</style>