Shades of School Bus Yellow #EDD80D
Tints of School Bus Yellow #EDD80D
RGB
CMYK
RGB Variations
Color information
#EDD80D (or 0xEDD80D) is known color: School Bus Yellow. HEX triplet: ED, D8 and 0D. RGB value is (237,216,13). Sum of RGB (Red+Green+Blue) = 237+216+13=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD80D is #1227F2. Grayscale: #C7C7C7. Windows color (decimal): -1189875 or 907501. OLE color: 907501.
HSL color Cylindrical-coordinate representation of color #EDD80D: hue angle of 54.38º degrees, saturation: 0.9, 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 #EDD80D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.38º | 0.9% | 0.49% | - |
| HSV(B) | 54.38º | 0.95% | 0.93% | - |
| XYZ | 59.55 | 67.15 | 10.2 | - |
| YUV | 199.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 13 | 0 | 0.09 | 0.95 | 0.07 | 54.38 | 0.9 | 0.49 |
| Hex | ED | D8 | D | 0 | 9 | 5F | 7 | 36 | 5A | 31 |
| Octal | 355 | 330 | 15 | 0 | 11 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101101 | 11011000 | 1101 | 0 | 1001 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #EDD80D
Complementary color
Monochromatic Colors of #EDD80D
Black with #EDD80D
Text Example
Text Example
White with #EDD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD80D; }
p { color: rgb(237,216,13); }
H1.HeaderClassName
{
color: #EDD80D;
}
.AnyTagClassName
{
color: #EDD80D;
}
</style>
background-color css
<style>
a { background-color: #EDD80D; }
a { background-color: rgb(237,216,13); }
div.DivClassName
{
background-color: #EDD80D;
}
.BgClassName
{
background-color: #EDD80D;
}
</style>
border-color css
<style>
span { border-color: #EDD80D; }
span { border-color: rgb(237,216,13); }
td.TdClassName
{
border-color: #EDD80D;
}
.TagClassName
{
border-color: #EDD80D;
}
</style>