Shades of School Bus Yellow #E7D905
Tints of School Bus Yellow #E7D905
RGB
CMYK
RGB Variations
Color information
#E7D905 (or 0xE7D905) is known color: School Bus Yellow. HEX triplet: E7, D9 and 05. RGB value is (231,217,5). Sum of RGB (Red+Green+Blue) = 231+217+5=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D905 is #1826FA. Grayscale: #C5C5C5. Windows color (decimal): -1582843 or 383463. OLE color: 383463.
HSL color Cylindrical-coordinate representation of color #E7D905: hue angle of 56.28º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7D905 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.09 |
| HSL | 56.28º | 0.96% | 0.46% | - |
| HSV(B) | 56.28º | 0.98% | 0.91% | - |
| XYZ | 57.8 | 66.63 | 9.96 | - |
| YUV | 197.02 | 19.64 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 5 | 0 | 0.06 | 0.98 | 0.09 | 56.28 | 0.96 | 0.46 |
| Hex | E7 | D9 | 5 | 0 | 6 | 62 | 9 | 38 | 60 | 2E |
| Octal | 347 | 331 | 5 | 0 | 6 | 142 | 11 | 70 | 140 | 56 |
| Binary | 11100111 | 11011001 | 101 | 0 | 110 | 1100010 | 1001 | 111000 | 1100000 | 101110 |
Color Harmonies of #E7D905
Complementary color
Monochromatic Colors of #E7D905
Black with #E7D905
Text Example
Text Example
White with #E7D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D905; }
p { color: rgb(231,217,5); }
H1.HeaderClassName
{
color: #E7D905;
}
.AnyTagClassName
{
color: #E7D905;
}
</style>
background-color css
<style>
a { background-color: #E7D905; }
a { background-color: rgb(231,217,5); }
div.DivClassName
{
background-color: #E7D905;
}
.BgClassName
{
background-color: #E7D905;
}
</style>
border-color css
<style>
span { border-color: #E7D905; }
span { border-color: rgb(231,217,5); }
td.TdClassName
{
border-color: #E7D905;
}
.TagClassName
{
border-color: #E7D905;
}
</style>