Shades of School Bus Yellow #E6D70B
Tints of School Bus Yellow #E6D70B
RGB
CMYK
RGB Variations
Color information
#E6D70B (or 0xE6D70B) is known color: School Bus Yellow. HEX triplet: E6, D7 and 0B. RGB value is (230,215,11). Sum of RGB (Red+Green+Blue) = 230+215+11=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D70B is #1928F4. Grayscale: #C5C5C5. Windows color (decimal): -1648885 or 776166. OLE color: 776166.
HSL color Cylindrical-coordinate representation of color #E6D70B: hue angle of 55.89º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6D70B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.10 |
| HSL | 55.89º | 0.91% | 0.47% | - |
| HSV(B) | 55.89º | 0.95% | 0.9% | - |
| XYZ | 56.99 | 65.45 | 9.95 | - |
| YUV | 196.23 | 23.47 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 11 | 0 | 0.07 | 0.95 | 0.10 | 55.89 | 0.91 | 0.47 |
| Hex | E6 | D7 | B | 0 | 7 | 5F | A | 38 | 5B | 2F |
| Octal | 346 | 327 | 13 | 0 | 7 | 137 | 12 | 70 | 133 | 57 |
| Binary | 11100110 | 11010111 | 1011 | 0 | 111 | 1011111 | 1010 | 111000 | 1011011 | 101111 |
Color Harmonies of #E6D70B
Complementary color
Monochromatic Colors of #E6D70B
Black with #E6D70B
Text Example
Text Example
White with #E6D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D70B; }
p { color: rgb(230,215,11); }
H1.HeaderClassName
{
color: #E6D70B;
}
.AnyTagClassName
{
color: #E6D70B;
}
</style>
background-color css
<style>
a { background-color: #E6D70B; }
a { background-color: rgb(230,215,11); }
div.DivClassName
{
background-color: #E6D70B;
}
.BgClassName
{
background-color: #E6D70B;
}
</style>
border-color css
<style>
span { border-color: #E6D70B; }
span { border-color: rgb(230,215,11); }
td.TdClassName
{
border-color: #E6D70B;
}
.TagClassName
{
border-color: #E6D70B;
}
</style>