Shades of School Bus Yellow #E1D703
Tints of School Bus Yellow #E1D703
RGB
CMYK
RGB Variations
Color information
#E1D703 (or 0xE1D703) is known color: School Bus Yellow. HEX triplet: E1, D7 and 03. RGB value is (225,215,3). Sum of RGB (Red+Green+Blue) = 225+215+3=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D703 is #1E28FC. Grayscale: #C2C2C2. Windows color (decimal): -1976573 or 251873. OLE color: 251873.
HSL color Cylindrical-coordinate representation of color #E1D703: hue angle of 57.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1D703 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.12 |
| HSL | 57.3º | 0.97% | 0.45% | - |
| HSV(B) | 57.3º | 0.99% | 0.88% | - |
| XYZ | 55.37 | 64.62 | 9.64 | - |
| YUV | 193.82 | 20.31 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 3 | 0 | 0.04 | 0.99 | 0.12 | 57.3 | 0.97 | 0.45 |
| Hex | E1 | D7 | 3 | 0 | 4 | 63 | C | 39 | 61 | 2D |
| Octal | 341 | 327 | 3 | 0 | 4 | 143 | 14 | 71 | 141 | 55 |
| Binary | 11100001 | 11010111 | 11 | 0 | 100 | 1100011 | 1100 | 111001 | 1100001 | 101101 |
Color Harmonies of #E1D703
Complementary color
Monochromatic Colors of #E1D703
Black with #E1D703
Text Example
Text Example
White with #E1D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D703; }
p { color: rgb(225,215,3); }
H1.HeaderClassName
{
color: #E1D703;
}
.AnyTagClassName
{
color: #E1D703;
}
</style>
background-color css
<style>
a { background-color: #E1D703; }
a { background-color: rgb(225,215,3); }
div.DivClassName
{
background-color: #E1D703;
}
.BgClassName
{
background-color: #E1D703;
}
</style>
border-color css
<style>
span { border-color: #E1D703; }
span { border-color: rgb(225,215,3); }
td.TdClassName
{
border-color: #E1D703;
}
.TagClassName
{
border-color: #E1D703;
}
</style>