Shades of School Bus Yellow #EDD705
Tints of School Bus Yellow #EDD705
RGB
CMYK
RGB Variations
Color information
#EDD705 (or 0xEDD705) is known color: School Bus Yellow. HEX triplet: ED, D7 and 05. RGB value is (237,215,5). Sum of RGB (Red+Green+Blue) = 237+215+5=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD705 is #1228FA. Grayscale: #C6C6C6. Windows color (decimal): -1190139 or 382957. OLE color: 382957.
HSL color Cylindrical-coordinate representation of color #EDD705: hue angle of 54.31º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDD705 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.07 |
| HSL | 54.31º | 0.96% | 0.47% | - |
| HSV(B) | 54.31º | 0.98% | 0.93% | - |
| XYZ | 59.25 | 66.62 | 9.88 | - |
| YUV | 197.64 | 19.29 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 5 | 0 | 0.09 | 0.98 | 0.07 | 54.31 | 0.96 | 0.47 |
| Hex | ED | D7 | 5 | 0 | 9 | 62 | 7 | 36 | 60 | 2F |
| Octal | 355 | 327 | 5 | 0 | 11 | 142 | 7 | 66 | 140 | 57 |
| Binary | 11101101 | 11010111 | 101 | 0 | 1001 | 1100010 | 111 | 110110 | 1100000 | 101111 |
Color Harmonies of #EDD705
Complementary color
Monochromatic Colors of #EDD705
Black with #EDD705
Text Example
Text Example
White with #EDD705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD705; }
p { color: rgb(237,215,5); }
H1.HeaderClassName
{
color: #EDD705;
}
.AnyTagClassName
{
color: #EDD705;
}
</style>
background-color css
<style>
a { background-color: #EDD705; }
a { background-color: rgb(237,215,5); }
div.DivClassName
{
background-color: #EDD705;
}
.BgClassName
{
background-color: #EDD705;
}
</style>
border-color css
<style>
span { border-color: #EDD705; }
span { border-color: rgb(237,215,5); }
td.TdClassName
{
border-color: #EDD705;
}
.TagClassName
{
border-color: #EDD705;
}
</style>