Shades of School Bus Yellow #E1D701
Tints of School Bus Yellow #E1D701
RGB
CMYK
RGB Variations
Color information
#E1D701 (or 0xE1D701) is known color: School Bus Yellow. HEX triplet: E1, D7 and 01. RGB value is (225,215,1). Sum of RGB (Red+Green+Blue) = 225+215+1=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D701 is #1E28FE. Grayscale: #C2C2C2. Windows color (decimal): -1976575 or 120801. OLE color: 120801.
HSL color Cylindrical-coordinate representation of color #E1D701: hue angle of 57.32º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1D701 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.12 |
| HSL | 57.32º | 0.99% | 0.44% | - |
| HSV(B) | 57.32º | 1% | 0.88% | - |
| XYZ | 55.36 | 64.61 | 9.58 | - |
| YUV | 193.59 | 19.31 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 1 | 0 | 0.04 | 1.00 | 0.12 | 57.32 | 0.99 | 0.44 |
| Hex | E1 | D7 | 1 | 0 | 4 | 64 | C | 39 | 63 | 2C |
| Octal | 341 | 327 | 1 | 0 | 4 | 144 | 14 | 71 | 143 | 54 |
| Binary | 11100001 | 11010111 | 1 | 0 | 100 | 1100100 | 1100 | 111001 | 1100011 | 101100 |
Color Harmonies of #E1D701
Complementary color
Monochromatic Colors of #E1D701
Black with #E1D701
Text Example
Text Example
White with #E1D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D701; }
p { color: rgb(225,215,1); }
H1.HeaderClassName
{
color: #E1D701;
}
.AnyTagClassName
{
color: #E1D701;
}
</style>
background-color css
<style>
a { background-color: #E1D701; }
a { background-color: rgb(225,215,1); }
div.DivClassName
{
background-color: #E1D701;
}
.BgClassName
{
background-color: #E1D701;
}
</style>
border-color css
<style>
span { border-color: #E1D701; }
span { border-color: rgb(225,215,1); }
td.TdClassName
{
border-color: #E1D701;
}
.TagClassName
{
border-color: #E1D701;
}
</style>