Shades of School Bus Yellow #E7D909
Tints of School Bus Yellow #E7D909
RGB
CMYK
RGB Variations
Color information
#E7D909 (or 0xE7D909) is known color: School Bus Yellow. HEX triplet: E7, D9 and 09. RGB value is (231,217,9). Sum of RGB (Red+Green+Blue) = 231+217+9=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D909 is #1826F6. Grayscale: #C6C6C6. Windows color (decimal): -1582839 or 645607. OLE color: 645607.
HSL color Cylindrical-coordinate representation of color #E7D909: hue angle of 56.22º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7D909 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.09 |
| HSL | 56.22º | 0.93% | 0.47% | - |
| HSV(B) | 56.22º | 0.96% | 0.91% | - |
| XYZ | 57.82 | 66.63 | 10.07 | - |
| YUV | 197.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 9 | 0 | 0.06 | 0.96 | 0.09 | 56.22 | 0.93 | 0.47 |
| Hex | E7 | D9 | 9 | 0 | 6 | 60 | 9 | 38 | 5C | 2F |
| Octal | 347 | 331 | 11 | 0 | 6 | 140 | 11 | 70 | 134 | 57 |
| Binary | 11100111 | 11011001 | 1001 | 0 | 110 | 1100000 | 1001 | 111000 | 1011100 | 101111 |
Color Harmonies of #E7D909
Complementary color
Monochromatic Colors of #E7D909
Black with #E7D909
Text Example
Text Example
White with #E7D909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D909; }
p { color: rgb(231,217,9); }
H1.HeaderClassName
{
color: #E7D909;
}
.AnyTagClassName
{
color: #E7D909;
}
</style>
background-color css
<style>
a { background-color: #E7D909; }
a { background-color: rgb(231,217,9); }
div.DivClassName
{
background-color: #E7D909;
}
.BgClassName
{
background-color: #E7D909;
}
</style>
border-color css
<style>
span { border-color: #E7D909; }
span { border-color: rgb(231,217,9); }
td.TdClassName
{
border-color: #E7D909;
}
.TagClassName
{
border-color: #E7D909;
}
</style>