Shades of School Bus Yellow #E6D602
Tints of School Bus Yellow #E6D602
RGB
CMYK
RGB Variations
Color information
#E6D602 (or 0xE6D602) is known color: School Bus Yellow. HEX triplet: E6, D6 and 02. RGB value is (230,214,2). Sum of RGB (Red+Green+Blue) = 230+214+2=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D602 is #1929FD. Grayscale: #C3C3C3. Windows color (decimal): -1649150 or 186086. OLE color: 186086.
HSL color Cylindrical-coordinate representation of color #E6D602: hue angle of 55.79º 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 #E6D602 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.10 |
| HSL | 55.79º | 0.98% | 0.45% | - |
| HSV(B) | 55.79º | 0.99% | 0.9% | - |
| XYZ | 56.69 | 64.92 | 9.6 | - |
| YUV | 194.62 | 19.3 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 2 | 0 | 0.07 | 0.99 | 0.10 | 55.79 | 0.98 | 0.45 |
| Hex | E6 | D6 | 2 | 0 | 7 | 63 | A | 38 | 62 | 2D |
| Octal | 346 | 326 | 2 | 0 | 7 | 143 | 12 | 70 | 142 | 55 |
| Binary | 11100110 | 11010110 | 10 | 0 | 111 | 1100011 | 1010 | 111000 | 1100010 | 101101 |
Color Harmonies of #E6D602
Complementary color
Monochromatic Colors of #E6D602
Black with #E6D602
Text Example
Text Example
White with #E6D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D602; }
p { color: rgb(230,214,2); }
H1.HeaderClassName
{
color: #E6D602;
}
.AnyTagClassName
{
color: #E6D602;
}
</style>
background-color css
<style>
a { background-color: #E6D602; }
a { background-color: rgb(230,214,2); }
div.DivClassName
{
background-color: #E6D602;
}
.BgClassName
{
background-color: #E6D602;
}
</style>
border-color css
<style>
span { border-color: #E6D602; }
span { border-color: rgb(230,214,2); }
td.TdClassName
{
border-color: #E6D602;
}
.TagClassName
{
border-color: #E6D602;
}
</style>