Shades of School Bus Yellow #E6D605
Tints of School Bus Yellow #E6D605
RGB
CMYK
RGB Variations
Color information
#E6D605 (or 0xE6D605) is known color: School Bus Yellow. HEX triplet: E6, D6 and 05. RGB value is (230,214,5). Sum of RGB (Red+Green+Blue) = 230+214+5=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D605 is #1929FA. Grayscale: #C3C3C3. Windows color (decimal): -1649147 or 382694. OLE color: 382694.
HSL color Cylindrical-coordinate representation of color #E6D605: hue angle of 55.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6D605 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.10 |
| HSL | 55.73º | 0.96% | 0.46% | - |
| HSV(B) | 55.73º | 0.98% | 0.9% | - |
| XYZ | 56.71 | 64.93 | 9.69 | - |
| YUV | 194.96 | 20.8 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 5 | 0 | 0.07 | 0.98 | 0.10 | 55.73 | 0.96 | 0.46 |
| Hex | E6 | D6 | 5 | 0 | 7 | 62 | A | 38 | 60 | 2E |
| Octal | 346 | 326 | 5 | 0 | 7 | 142 | 12 | 70 | 140 | 56 |
| Binary | 11100110 | 11010110 | 101 | 0 | 111 | 1100010 | 1010 | 111000 | 1100000 | 101110 |
Color Harmonies of #E6D605
Complementary color
Monochromatic Colors of #E6D605
Black with #E6D605
Text Example
Text Example
White with #E6D605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D605; }
p { color: rgb(230,214,5); }
H1.HeaderClassName
{
color: #E6D605;
}
.AnyTagClassName
{
color: #E6D605;
}
</style>
background-color css
<style>
a { background-color: #E6D605; }
a { background-color: rgb(230,214,5); }
div.DivClassName
{
background-color: #E6D605;
}
.BgClassName
{
background-color: #E6D605;
}
</style>
border-color css
<style>
span { border-color: #E6D605; }
span { border-color: rgb(230,214,5); }
td.TdClassName
{
border-color: #E6D605;
}
.TagClassName
{
border-color: #E6D605;
}
</style>