Shades of School Bus Yellow #E6D906
Tints of School Bus Yellow #E6D906
RGB
CMYK
RGB Variations
Color information
#E6D906 (or 0xE6D906) is known color: School Bus Yellow. HEX triplet: E6, D9 and 06. RGB value is (230,217,6). Sum of RGB (Red+Green+Blue) = 230+217+6=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D906 is #1926F9. Grayscale: #C5C5C5. Windows color (decimal): -1648378 or 448998. OLE color: 448998.
HSL color Cylindrical-coordinate representation of color #E6D906: hue angle of 56.52º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6D906 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.10 |
| HSL | 56.52º | 0.95% | 0.46% | - |
| HSV(B) | 56.52º | 0.97% | 0.9% | - |
| XYZ | 57.48 | 66.46 | 9.97 | - |
| YUV | 196.83 | 20.31 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 6 | 0 | 0.06 | 0.97 | 0.10 | 56.52 | 0.95 | 0.46 |
| Hex | E6 | D9 | 6 | 0 | 6 | 61 | A | 39 | 5F | 2E |
| Octal | 346 | 331 | 6 | 0 | 6 | 141 | 12 | 71 | 137 | 56 |
| Binary | 11100110 | 11011001 | 110 | 0 | 110 | 1100001 | 1010 | 111001 | 1011111 | 101110 |
Color Harmonies of #E6D906
Complementary color
Monochromatic Colors of #E6D906
Black with #E6D906
Text Example
Text Example
White with #E6D906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D906; }
p { color: rgb(230,217,6); }
H1.HeaderClassName
{
color: #E6D906;
}
.AnyTagClassName
{
color: #E6D906;
}
</style>
background-color css
<style>
a { background-color: #E6D906; }
a { background-color: rgb(230,217,6); }
div.DivClassName
{
background-color: #E6D906;
}
.BgClassName
{
background-color: #E6D906;
}
</style>
border-color css
<style>
span { border-color: #E6D906; }
span { border-color: rgb(230,217,6); }
td.TdClassName
{
border-color: #E6D906;
}
.TagClassName
{
border-color: #E6D906;
}
</style>