Shades of School Bus Yellow #E7D60B
Tints of School Bus Yellow #E7D60B
RGB
CMYK
RGB Variations
Color information
#E7D60B (or 0xE7D60B) is known color: School Bus Yellow. HEX triplet: E7, D6 and 0B. RGB value is (231,214,11). Sum of RGB (Red+Green+Blue) = 231+214+11=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D60B is #1829F4. Grayscale: #C4C4C4. Windows color (decimal): -1583605 or 775911. OLE color: 775911.
HSL color Cylindrical-coordinate representation of color #E7D60B: hue angle of 55.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7D60B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.09 |
| HSL | 55.36º | 0.91% | 0.47% | - |
| HSV(B) | 55.36º | 0.95% | 0.91% | - |
| XYZ | 57.06 | 65.11 | 9.88 | - |
| YUV | 195.94 | 23.63 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 11 | 0 | 0.07 | 0.95 | 0.09 | 55.36 | 0.91 | 0.47 |
| Hex | E7 | D6 | B | 0 | 7 | 5F | 9 | 37 | 5B | 2F |
| Octal | 347 | 326 | 13 | 0 | 7 | 137 | 11 | 67 | 133 | 57 |
| Binary | 11100111 | 11010110 | 1011 | 0 | 111 | 1011111 | 1001 | 110111 | 1011011 | 101111 |
Color Harmonies of #E7D60B
Complementary color
Monochromatic Colors of #E7D60B
Black with #E7D60B
Text Example
Text Example
White with #E7D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D60B; }
p { color: rgb(231,214,11); }
H1.HeaderClassName
{
color: #E7D60B;
}
.AnyTagClassName
{
color: #E7D60B;
}
</style>
background-color css
<style>
a { background-color: #E7D60B; }
a { background-color: rgb(231,214,11); }
div.DivClassName
{
background-color: #E7D60B;
}
.BgClassName
{
background-color: #E7D60B;
}
</style>
border-color css
<style>
span { border-color: #E7D60B; }
span { border-color: rgb(231,214,11); }
td.TdClassName
{
border-color: #E7D60B;
}
.TagClassName
{
border-color: #E7D60B;
}
</style>