Shades of School Bus Yellow #E2D704
Tints of School Bus Yellow #E2D704
RGB
CMYK
RGB Variations
Color information
#E2D704 (or 0xE2D704) is known color: School Bus Yellow. HEX triplet: E2, D7 and 04. RGB value is (226,215,4). Sum of RGB (Red+Green+Blue) = 226+215+4=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D704 is #1D28FB. Grayscale: #C3C3C3. Windows color (decimal): -1911036 or 317410. OLE color: 317410.
HSL color Cylindrical-coordinate representation of color #E2D704: hue angle of 57.03º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2D704 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.11 |
| HSL | 57.03º | 0.97% | 0.45% | - |
| HSV(B) | 57.03º | 0.98% | 0.89% | - |
| XYZ | 55.69 | 64.78 | 9.68 | - |
| YUV | 194.24 | 20.64 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 4 | 0 | 0.05 | 0.98 | 0.11 | 57.03 | 0.97 | 0.45 |
| Hex | E2 | D7 | 4 | 0 | 5 | 62 | B | 39 | 61 | 2D |
| Octal | 342 | 327 | 4 | 0 | 5 | 142 | 13 | 71 | 141 | 55 |
| Binary | 11100010 | 11010111 | 100 | 0 | 101 | 1100010 | 1011 | 111001 | 1100001 | 101101 |
Color Harmonies of #E2D704
Complementary color
Monochromatic Colors of #E2D704
Black with #E2D704
Text Example
Text Example
White with #E2D704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D704; }
p { color: rgb(226,215,4); }
H1.HeaderClassName
{
color: #E2D704;
}
.AnyTagClassName
{
color: #E2D704;
}
</style>
background-color css
<style>
a { background-color: #E2D704; }
a { background-color: rgb(226,215,4); }
div.DivClassName
{
background-color: #E2D704;
}
.BgClassName
{
background-color: #E2D704;
}
</style>
border-color css
<style>
span { border-color: #E2D704; }
span { border-color: rgb(226,215,4); }
td.TdClassName
{
border-color: #E2D704;
}
.TagClassName
{
border-color: #E2D704;
}
</style>