Shades of School Bus Yellow #EDD70D
Tints of School Bus Yellow #EDD70D
RGB
CMYK
RGB Variations
Color information
#EDD70D (or 0xEDD70D) is known color: School Bus Yellow. HEX triplet: ED, D7 and 0D. RGB value is (237,215,13). Sum of RGB (Red+Green+Blue) = 237+215+13=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD70D is #1228F2. Grayscale: #C7C7C7. Windows color (decimal): -1190131 or 907245. OLE color: 907245.
HSL color Cylindrical-coordinate representation of color #EDD70D: hue angle of 54.11º 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 #EDD70D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.11º | 0.9% | 0.49% | - |
| HSV(B) | 54.11º | 0.95% | 0.93% | - |
| XYZ | 59.3 | 66.63 | 10.12 | - |
| YUV | 198.55 | 23.29 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 13 | 0 | 0.09 | 0.95 | 0.07 | 54.11 | 0.9 | 0.49 |
| Hex | ED | D7 | D | 0 | 9 | 5F | 7 | 36 | 5A | 31 |
| Octal | 355 | 327 | 15 | 0 | 11 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101101 | 11010111 | 1101 | 0 | 1001 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #EDD70D
Complementary color
Monochromatic Colors of #EDD70D
Black with #EDD70D
Text Example
Text Example
White with #EDD70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD70D; }
p { color: rgb(237,215,13); }
H1.HeaderClassName
{
color: #EDD70D;
}
.AnyTagClassName
{
color: #EDD70D;
}
</style>
background-color css
<style>
a { background-color: #EDD70D; }
a { background-color: rgb(237,215,13); }
div.DivClassName
{
background-color: #EDD70D;
}
.BgClassName
{
background-color: #EDD70D;
}
</style>
border-color css
<style>
span { border-color: #EDD70D; }
span { border-color: rgb(237,215,13); }
td.TdClassName
{
border-color: #EDD70D;
}
.TagClassName
{
border-color: #EDD70D;
}
</style>