Shades of School Bus Yellow #EDD80A
Tints of School Bus Yellow #EDD80A
RGB
CMYK
RGB Variations
Color information
#EDD80A (or 0xEDD80A) is known color: School Bus Yellow. HEX triplet: ED, D8 and 0A. RGB value is (237,216,10). Sum of RGB (Red+Green+Blue) = 237+216+10=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD80A is #1227F5. Grayscale: #C7C7C7. Windows color (decimal): -1189878 or 710893. OLE color: 710893.
HSL color Cylindrical-coordinate representation of color #EDD80A: hue angle of 54.45º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDD80A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.07 |
| HSL | 54.45º | 0.92% | 0.48% | - |
| HSV(B) | 54.45º | 0.96% | 0.93% | - |
| XYZ | 59.54 | 67.14 | 10.11 | - |
| YUV | 198.8 | 21.46 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 10 | 0 | 0.09 | 0.96 | 0.07 | 54.45 | 0.92 | 0.48 |
| Hex | ED | D8 | A | 0 | 9 | 60 | 7 | 36 | 5C | 30 |
| Octal | 355 | 330 | 12 | 0 | 11 | 140 | 7 | 66 | 134 | 60 |
| Binary | 11101101 | 11011000 | 1010 | 0 | 1001 | 1100000 | 111 | 110110 | 1011100 | 110000 |
Color Harmonies of #EDD80A
Complementary color
Monochromatic Colors of #EDD80A
Black with #EDD80A
Text Example
Text Example
White with #EDD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD80A; }
p { color: rgb(237,216,10); }
H1.HeaderClassName
{
color: #EDD80A;
}
.AnyTagClassName
{
color: #EDD80A;
}
</style>
background-color css
<style>
a { background-color: #EDD80A; }
a { background-color: rgb(237,216,10); }
div.DivClassName
{
background-color: #EDD80A;
}
.BgClassName
{
background-color: #EDD80A;
}
</style>
border-color css
<style>
span { border-color: #EDD80A; }
span { border-color: rgb(237,216,10); }
td.TdClassName
{
border-color: #EDD80A;
}
.TagClassName
{
border-color: #EDD80A;
}
</style>