Shades of School Bus Yellow #EDD80B
Tints of School Bus Yellow #EDD80B
RGB
CMYK
RGB Variations
Color information
#EDD80B (or 0xEDD80B) is known color: School Bus Yellow. HEX triplet: ED, D8 and 0B. RGB value is (237,216,11). Sum of RGB (Red+Green+Blue) = 237+216+11=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD80B is #1227F4. Grayscale: #C7C7C7. Windows color (decimal): -1189877 or 776429. OLE color: 776429.
HSL color Cylindrical-coordinate representation of color #EDD80B: hue angle of 54.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDD80B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.42º | 0.91% | 0.49% | - |
| HSV(B) | 54.42º | 0.95% | 0.93% | - |
| XYZ | 59.54 | 67.14 | 10.14 | - |
| YUV | 198.91 | 21.96 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 11 | 0 | 0.09 | 0.95 | 0.07 | 54.42 | 0.91 | 0.49 |
| Hex | ED | D8 | B | 0 | 9 | 5F | 7 | 36 | 5B | 31 |
| Octal | 355 | 330 | 13 | 0 | 11 | 137 | 7 | 66 | 133 | 61 |
| Binary | 11101101 | 11011000 | 1011 | 0 | 1001 | 1011111 | 111 | 110110 | 1011011 | 110001 |
Color Harmonies of #EDD80B
Complementary color
Monochromatic Colors of #EDD80B
Black with #EDD80B
Text Example
Text Example
White with #EDD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD80B; }
p { color: rgb(237,216,11); }
H1.HeaderClassName
{
color: #EDD80B;
}
.AnyTagClassName
{
color: #EDD80B;
}
</style>
background-color css
<style>
a { background-color: #EDD80B; }
a { background-color: rgb(237,216,11); }
div.DivClassName
{
background-color: #EDD80B;
}
.BgClassName
{
background-color: #EDD80B;
}
</style>
border-color css
<style>
span { border-color: #EDD80B; }
span { border-color: rgb(237,216,11); }
td.TdClassName
{
border-color: #EDD80B;
}
.TagClassName
{
border-color: #EDD80B;
}
</style>