Shades of School Bus Yellow #E7D804
Tints of School Bus Yellow #E7D804
RGB
CMYK
RGB Variations
Color information
#E7D804 (or 0xE7D804) is known color: School Bus Yellow. HEX triplet: E7, D8 and 04. RGB value is (231,216,4). Sum of RGB (Red+Green+Blue) = 231+216+4=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D804 is #1827FB. Grayscale: #C5C5C5. Windows color (decimal): -1583100 or 317671. OLE color: 317671.
HSL color Cylindrical-coordinate representation of color #E7D804: hue angle of 56.04º degrees, saturation: 0.97, 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 #E7D804 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.09 |
| HSL | 56.04º | 0.97% | 0.46% | - |
| HSV(B) | 56.04º | 0.98% | 0.91% | - |
| XYZ | 57.53 | 66.11 | 9.84 | - |
| YUV | 196.32 | 19.47 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 4 | 0 | 0.06 | 0.98 | 0.09 | 56.04 | 0.97 | 0.46 |
| Hex | E7 | D8 | 4 | 0 | 6 | 62 | 9 | 38 | 61 | 2E |
| Octal | 347 | 330 | 4 | 0 | 6 | 142 | 11 | 70 | 141 | 56 |
| Binary | 11100111 | 11011000 | 100 | 0 | 110 | 1100010 | 1001 | 111000 | 1100001 | 101110 |
Color Harmonies of #E7D804
Complementary color
Monochromatic Colors of #E7D804
Black with #E7D804
Text Example
Text Example
White with #E7D804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D804; }
p { color: rgb(231,216,4); }
H1.HeaderClassName
{
color: #E7D804;
}
.AnyTagClassName
{
color: #E7D804;
}
</style>
background-color css
<style>
a { background-color: #E7D804; }
a { background-color: rgb(231,216,4); }
div.DivClassName
{
background-color: #E7D804;
}
.BgClassName
{
background-color: #E7D804;
}
</style>
border-color css
<style>
span { border-color: #E7D804; }
span { border-color: rgb(231,216,4); }
td.TdClassName
{
border-color: #E7D804;
}
.TagClassName
{
border-color: #E7D804;
}
</style>