Shades of School Bus Yellow #E6D802
Tints of School Bus Yellow #E6D802
RGB
CMYK
RGB Variations
Color information
#E6D802 (or 0xE6D802) is known color: School Bus Yellow. HEX triplet: E6, D8 and 02. RGB value is (230,216,2). Sum of RGB (Red+Green+Blue) = 230+216+2=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D802 is #1927FD. Grayscale: #C4C4C4. Windows color (decimal): -1648638 or 186598. OLE color: 186598.
HSL color Cylindrical-coordinate representation of color #E6D802: hue angle of 56.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6D802 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.10 |
| HSL | 56.32º | 0.98% | 0.45% | - |
| HSV(B) | 56.32º | 0.99% | 0.9% | - |
| XYZ | 57.2 | 65.94 | 9.77 | - |
| YUV | 195.79 | 18.64 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 2 | 0 | 0.06 | 0.99 | 0.10 | 56.32 | 0.98 | 0.45 |
| Hex | E6 | D8 | 2 | 0 | 6 | 63 | A | 38 | 62 | 2D |
| Octal | 346 | 330 | 2 | 0 | 6 | 143 | 12 | 70 | 142 | 55 |
| Binary | 11100110 | 11011000 | 10 | 0 | 110 | 1100011 | 1010 | 111000 | 1100010 | 101101 |
Color Harmonies of #E6D802
Complementary color
Monochromatic Colors of #E6D802
Black with #E6D802
Text Example
Text Example
White with #E6D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D802; }
p { color: rgb(230,216,2); }
H1.HeaderClassName
{
color: #E6D802;
}
.AnyTagClassName
{
color: #E6D802;
}
</style>
background-color css
<style>
a { background-color: #E6D802; }
a { background-color: rgb(230,216,2); }
div.DivClassName
{
background-color: #E6D802;
}
.BgClassName
{
background-color: #E6D802;
}
</style>
border-color css
<style>
span { border-color: #E6D802; }
span { border-color: rgb(230,216,2); }
td.TdClassName
{
border-color: #E6D802;
}
.TagClassName
{
border-color: #E6D802;
}
</style>