Shades of School Bus Yellow #EDD704
Tints of School Bus Yellow #EDD704
RGB
CMYK
RGB Variations
Color information
#EDD704 (or 0xEDD704) is known color: School Bus Yellow. HEX triplet: ED, D7 and 04. RGB value is (237,215,4). Sum of RGB (Red+Green+Blue) = 237+215+4=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD704 is #1228FB. Grayscale: #C6C6C6. Windows color (decimal): -1190140 or 317421. OLE color: 317421.
HSL color Cylindrical-coordinate representation of color #EDD704: hue angle of 54.33º degrees, saturation: 0.97, 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 #EDD704 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.07 |
| HSL | 54.33º | 0.97% | 0.47% | - |
| HSV(B) | 54.33º | 0.98% | 0.93% | - |
| XYZ | 59.25 | 66.61 | 9.85 | - |
| YUV | 197.52 | 18.79 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 4 | 0 | 0.09 | 0.98 | 0.07 | 54.33 | 0.97 | 0.47 |
| Hex | ED | D7 | 4 | 0 | 9 | 62 | 7 | 36 | 61 | 2F |
| Octal | 355 | 327 | 4 | 0 | 11 | 142 | 7 | 66 | 141 | 57 |
| Binary | 11101101 | 11010111 | 100 | 0 | 1001 | 1100010 | 111 | 110110 | 1100001 | 101111 |
Color Harmonies of #EDD704
Complementary color
Monochromatic Colors of #EDD704
Black with #EDD704
Text Example
Text Example
White with #EDD704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD704; }
p { color: rgb(237,215,4); }
H1.HeaderClassName
{
color: #EDD704;
}
.AnyTagClassName
{
color: #EDD704;
}
</style>
background-color css
<style>
a { background-color: #EDD704; }
a { background-color: rgb(237,215,4); }
div.DivClassName
{
background-color: #EDD704;
}
.BgClassName
{
background-color: #EDD704;
}
</style>
border-color css
<style>
span { border-color: #EDD704; }
span { border-color: rgb(237,215,4); }
td.TdClassName
{
border-color: #EDD704;
}
.TagClassName
{
border-color: #EDD704;
}
</style>