Shades of School Bus Yellow #E6D808
Tints of School Bus Yellow #E6D808
RGB
CMYK
RGB Variations
Color information
#E6D808 (or 0xE6D808) is known color: School Bus Yellow. HEX triplet: E6, D8 and 08. RGB value is (230,216,8). Sum of RGB (Red+Green+Blue) = 230+216+8=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D808 is #1927F7. Grayscale: #C5C5C5. Windows color (decimal): -1648632 or 579814. OLE color: 579814.
HSL color Cylindrical-coordinate representation of color #E6D808: hue angle of 56.22º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6D808 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 8 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.10 |
| HSL | 56.22º | 0.93% | 0.47% | - |
| HSV(B) | 56.22º | 0.97% | 0.9% | - |
| XYZ | 57.23 | 65.95 | 9.94 | - |
| YUV | 196.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 8 | 0 | 0.06 | 0.97 | 0.10 | 56.22 | 0.93 | 0.47 |
| Hex | E6 | D8 | 8 | 0 | 6 | 61 | A | 38 | 5D | 2F |
| Octal | 346 | 330 | 10 | 0 | 6 | 141 | 12 | 70 | 135 | 57 |
| Binary | 11100110 | 11011000 | 1000 | 0 | 110 | 1100001 | 1010 | 111000 | 1011101 | 101111 |
Color Harmonies of #E6D808
Complementary color
Monochromatic Colors of #E6D808
Black with #E6D808
Text Example
Text Example
White with #E6D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D808; }
p { color: rgb(230,216,8); }
H1.HeaderClassName
{
color: #E6D808;
}
.AnyTagClassName
{
color: #E6D808;
}
</style>
background-color css
<style>
a { background-color: #E6D808; }
a { background-color: rgb(230,216,8); }
div.DivClassName
{
background-color: #E6D808;
}
.BgClassName
{
background-color: #E6D808;
}
</style>
border-color css
<style>
span { border-color: #E6D808; }
span { border-color: rgb(230,216,8); }
td.TdClassName
{
border-color: #E6D808;
}
.TagClassName
{
border-color: #E6D808;
}
</style>