Shades of School Bus Yellow #EED80A
Tints of School Bus Yellow #EED80A
RGB
CMYK
RGB Variations
Color information
#EED80A (or 0xEED80A) is known color: School Bus Yellow. HEX triplet: EE, D8 and 0A. RGB value is (238,216,10). Sum of RGB (Red+Green+Blue) = 238+216+10=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EED80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED80A is #1127F5. Grayscale: #C7C7C7. Windows color (decimal): -1124342 or 710894. OLE color: 710894.
HSL color Cylindrical-coordinate representation of color #EED80A: hue angle of 54.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EED80A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.07 |
| HSL | 54.21º | 0.92% | 0.49% | - |
| HSV(B) | 54.21º | 0.96% | 0.93% | - |
| XYZ | 59.87 | 67.31 | 10.12 | - |
| YUV | 199.09 | 21.29 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 10 | 0 | 0.09 | 0.96 | 0.07 | 54.21 | 0.92 | 0.49 |
| Hex | EE | D8 | A | 0 | 9 | 60 | 7 | 36 | 5C | 31 |
| Octal | 356 | 330 | 12 | 0 | 11 | 140 | 7 | 66 | 134 | 61 |
| Binary | 11101110 | 11011000 | 1010 | 0 | 1001 | 1100000 | 111 | 110110 | 1011100 | 110001 |
Color Harmonies of #EED80A
Complementary color
Monochromatic Colors of #EED80A
Black with #EED80A
Text Example
Text Example
White with #EED80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED80A; }
p { color: rgb(238,216,10); }
H1.HeaderClassName
{
color: #EED80A;
}
.AnyTagClassName
{
color: #EED80A;
}
</style>
background-color css
<style>
a { background-color: #EED80A; }
a { background-color: rgb(238,216,10); }
div.DivClassName
{
background-color: #EED80A;
}
.BgClassName
{
background-color: #EED80A;
}
</style>
border-color css
<style>
span { border-color: #EED80A; }
span { border-color: rgb(238,216,10); }
td.TdClassName
{
border-color: #EED80A;
}
.TagClassName
{
border-color: #EED80A;
}
</style>