Shades of School Bus Yellow #E6D902
Tints of School Bus Yellow #E6D902
RGB
CMYK
RGB Variations
Color information
#E6D902 (or 0xE6D902) is known color: School Bus Yellow. HEX triplet: E6, D9 and 02. RGB value is (230,217,2). Sum of RGB (Red+Green+Blue) = 230+217+2=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D902 is #1926FD. Grayscale: #C5C5C5. Windows color (decimal): -1648382 or 186854. OLE color: 186854.
HSL color Cylindrical-coordinate representation of color #E6D902: hue angle of 56.58º 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 #E6D902 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.10 |
| HSL | 56.58º | 0.98% | 0.45% | - |
| HSV(B) | 56.58º | 0.99% | 0.9% | - |
| XYZ | 57.46 | 66.45 | 9.86 | - |
| YUV | 196.38 | 18.31 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 2 | 0 | 0.06 | 0.99 | 0.10 | 56.58 | 0.98 | 0.45 |
| Hex | E6 | D9 | 2 | 0 | 6 | 63 | A | 39 | 62 | 2D |
| Octal | 346 | 331 | 2 | 0 | 6 | 143 | 12 | 71 | 142 | 55 |
| Binary | 11100110 | 11011001 | 10 | 0 | 110 | 1100011 | 1010 | 111001 | 1100010 | 101101 |
Color Harmonies of #E6D902
Complementary color
Monochromatic Colors of #E6D902
Black with #E6D902
Text Example
Text Example
White with #E6D902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D902; }
p { color: rgb(230,217,2); }
H1.HeaderClassName
{
color: #E6D902;
}
.AnyTagClassName
{
color: #E6D902;
}
</style>
background-color css
<style>
a { background-color: #E6D902; }
a { background-color: rgb(230,217,2); }
div.DivClassName
{
background-color: #E6D902;
}
.BgClassName
{
background-color: #E6D902;
}
</style>
border-color css
<style>
span { border-color: #E6D902; }
span { border-color: rgb(230,217,2); }
td.TdClassName
{
border-color: #E6D902;
}
.TagClassName
{
border-color: #E6D902;
}
</style>