Shades of School Bus Yellow #E6D60B
Tints of School Bus Yellow #E6D60B
RGB
CMYK
RGB Variations
Color information
#E6D60B (or 0xE6D60B) is known color: School Bus Yellow. HEX triplet: E6, D6 and 0B. RGB value is (230,214,11). Sum of RGB (Red+Green+Blue) = 230+214+11=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D60B is #1929F4. Grayscale: #C4C4C4. Windows color (decimal): -1649141 or 775910. OLE color: 775910.
HSL color Cylindrical-coordinate representation of color #E6D60B: hue angle of 55.62º 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 #E6D60B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.10 |
| HSL | 55.62º | 0.91% | 0.47% | - |
| HSV(B) | 55.62º | 0.95% | 0.9% | - |
| XYZ | 56.74 | 64.94 | 9.86 | - |
| YUV | 195.64 | 23.8 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 11 | 0 | 0.07 | 0.95 | 0.10 | 55.62 | 0.91 | 0.47 |
| Hex | E6 | D6 | B | 0 | 7 | 5F | A | 38 | 5B | 2F |
| Octal | 346 | 326 | 13 | 0 | 7 | 137 | 12 | 70 | 133 | 57 |
| Binary | 11100110 | 11010110 | 1011 | 0 | 111 | 1011111 | 1010 | 111000 | 1011011 | 101111 |
Color Harmonies of #E6D60B
Complementary color
Monochromatic Colors of #E6D60B
Black with #E6D60B
Text Example
Text Example
White with #E6D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D60B; }
p { color: rgb(230,214,11); }
H1.HeaderClassName
{
color: #E6D60B;
}
.AnyTagClassName
{
color: #E6D60B;
}
</style>
background-color css
<style>
a { background-color: #E6D60B; }
a { background-color: rgb(230,214,11); }
div.DivClassName
{
background-color: #E6D60B;
}
.BgClassName
{
background-color: #E6D60B;
}
</style>
border-color css
<style>
span { border-color: #E6D60B; }
span { border-color: rgb(230,214,11); }
td.TdClassName
{
border-color: #E6D60B;
}
.TagClassName
{
border-color: #E6D60B;
}
</style>