Shades of School Bus Yellow #E7D80A
Tints of School Bus Yellow #E7D80A
RGB
CMYK
RGB Variations
Color information
#E7D80A (or 0xE7D80A) is known color: School Bus Yellow. HEX triplet: E7, D8 and 0A. RGB value is (231,216,10). Sum of RGB (Red+Green+Blue) = 231+216+10=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D80A is #1827F5. Grayscale: #C5C5C5. Windows color (decimal): -1583094 or 710887. OLE color: 710887.
HSL color Cylindrical-coordinate representation of color #E7D80A: hue angle of 55.93º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7D80A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.09 |
| HSL | 55.93º | 0.92% | 0.47% | - |
| HSV(B) | 55.93º | 0.96% | 0.91% | - |
| XYZ | 57.57 | 66.12 | 10.02 | - |
| YUV | 197 | 22.47 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 10 | 0 | 0.06 | 0.96 | 0.09 | 55.93 | 0.92 | 0.47 |
| Hex | E7 | D8 | A | 0 | 6 | 60 | 9 | 38 | 5C | 2F |
| Octal | 347 | 330 | 12 | 0 | 6 | 140 | 11 | 70 | 134 | 57 |
| Binary | 11100111 | 11011000 | 1010 | 0 | 110 | 1100000 | 1001 | 111000 | 1011100 | 101111 |
Color Harmonies of #E7D80A
Complementary color
Monochromatic Colors of #E7D80A
Black with #E7D80A
Text Example
Text Example
White with #E7D80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D80A; }
p { color: rgb(231,216,10); }
H1.HeaderClassName
{
color: #E7D80A;
}
.AnyTagClassName
{
color: #E7D80A;
}
</style>
background-color css
<style>
a { background-color: #E7D80A; }
a { background-color: rgb(231,216,10); }
div.DivClassName
{
background-color: #E7D80A;
}
.BgClassName
{
background-color: #E7D80A;
}
</style>
border-color css
<style>
span { border-color: #E7D80A; }
span { border-color: rgb(231,216,10); }
td.TdClassName
{
border-color: #E7D80A;
}
.TagClassName
{
border-color: #E7D80A;
}
</style>