Shades of School Bus Yellow #E6D80A
Tints of School Bus Yellow #E6D80A
RGB
CMYK
RGB Variations
Color information
#E6D80A (or 0xE6D80A) is known color: School Bus Yellow. HEX triplet: E6, D8 and 0A. RGB value is (230,216,10). Sum of RGB (Red+Green+Blue) = 230+216+10=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D80A is #1927F5. Grayscale: #C5C5C5. Windows color (decimal): -1648630 or 710886. OLE color: 710886.
HSL color Cylindrical-coordinate representation of color #E6D80A: hue angle of 56.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6D80A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.10 |
| HSL | 56.18º | 0.92% | 0.47% | - |
| HSV(B) | 56.18º | 0.96% | 0.9% | - |
| XYZ | 57.24 | 65.96 | 10 | - |
| YUV | 196.7 | 22.64 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 10 | 0 | 0.06 | 0.96 | 0.10 | 56.18 | 0.92 | 0.47 |
| Hex | E6 | D8 | A | 0 | 6 | 60 | A | 38 | 5C | 2F |
| Octal | 346 | 330 | 12 | 0 | 6 | 140 | 12 | 70 | 134 | 57 |
| Binary | 11100110 | 11011000 | 1010 | 0 | 110 | 1100000 | 1010 | 111000 | 1011100 | 101111 |
Color Harmonies of #E6D80A
Complementary color
Monochromatic Colors of #E6D80A
Black with #E6D80A
Text Example
Text Example
White with #E6D80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D80A; }
p { color: rgb(230,216,10); }
H1.HeaderClassName
{
color: #E6D80A;
}
.AnyTagClassName
{
color: #E6D80A;
}
</style>
background-color css
<style>
a { background-color: #E6D80A; }
a { background-color: rgb(230,216,10); }
div.DivClassName
{
background-color: #E6D80A;
}
.BgClassName
{
background-color: #E6D80A;
}
</style>
border-color css
<style>
span { border-color: #E6D80A; }
span { border-color: rgb(230,216,10); }
td.TdClassName
{
border-color: #E6D80A;
}
.TagClassName
{
border-color: #E6D80A;
}
</style>