Shades of School Bus Yellow #E6D903
Tints of School Bus Yellow #E6D903
RGB
CMYK
RGB Variations
Color information
#E6D903 (or 0xE6D903) is known color: School Bus Yellow. HEX triplet: E6, D9 and 03. RGB value is (230,217,3). Sum of RGB (Red+Green+Blue) = 230+217+3=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D903 is #1926FC. Grayscale: #C5C5C5. Windows color (decimal): -1648381 or 252390. OLE color: 252390.
HSL color Cylindrical-coordinate representation of color #E6D903: hue angle of 56.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6D903 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.10 |
| HSL | 56.56º | 0.97% | 0.46% | - |
| HSV(B) | 56.56º | 0.99% | 0.9% | - |
| XYZ | 57.46 | 66.46 | 9.88 | - |
| YUV | 196.49 | 18.81 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 3 | 0 | 0.06 | 0.99 | 0.10 | 56.56 | 0.97 | 0.46 |
| Hex | E6 | D9 | 3 | 0 | 6 | 63 | A | 39 | 61 | 2E |
| Octal | 346 | 331 | 3 | 0 | 6 | 143 | 12 | 71 | 141 | 56 |
| Binary | 11100110 | 11011001 | 11 | 0 | 110 | 1100011 | 1010 | 111001 | 1100001 | 101110 |
Color Harmonies of #E6D903
Complementary color
Monochromatic Colors of #E6D903
Black with #E6D903
Text Example
Text Example
White with #E6D903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D903; }
p { color: rgb(230,217,3); }
H1.HeaderClassName
{
color: #E6D903;
}
.AnyTagClassName
{
color: #E6D903;
}
</style>
background-color css
<style>
a { background-color: #E6D903; }
a { background-color: rgb(230,217,3); }
div.DivClassName
{
background-color: #E6D903;
}
.BgClassName
{
background-color: #E6D903;
}
</style>
border-color css
<style>
span { border-color: #E6D903; }
span { border-color: rgb(230,217,3); }
td.TdClassName
{
border-color: #E6D903;
}
.TagClassName
{
border-color: #E6D903;
}
</style>