Shades of School Bus Yellow #EDD703
Tints of School Bus Yellow #EDD703
RGB
CMYK
RGB Variations
Color information
#EDD703 (or 0xEDD703) is known color: School Bus Yellow. HEX triplet: ED, D7 and 03. RGB value is (237,215,3). Sum of RGB (Red+Green+Blue) = 237+215+3=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD703 is #1228FC. Grayscale: #C6C6C6. Windows color (decimal): -1190141 or 251885. OLE color: 251885.
HSL color Cylindrical-coordinate representation of color #EDD703: hue angle of 54.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDD703 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.07 |
| HSL | 54.36º | 0.98% | 0.47% | - |
| HSV(B) | 54.36º | 0.99% | 0.93% | - |
| XYZ | 59.24 | 66.61 | 9.82 | - |
| YUV | 197.41 | 18.29 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 3 | 0 | 0.09 | 0.99 | 0.07 | 54.36 | 0.98 | 0.47 |
| Hex | ED | D7 | 3 | 0 | 9 | 63 | 7 | 36 | 62 | 2F |
| Octal | 355 | 327 | 3 | 0 | 11 | 143 | 7 | 66 | 142 | 57 |
| Binary | 11101101 | 11010111 | 11 | 0 | 1001 | 1100011 | 111 | 110110 | 1100010 | 101111 |
Color Harmonies of #EDD703
Complementary color
Monochromatic Colors of #EDD703
Black with #EDD703
Text Example
Text Example
White with #EDD703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD703; }
p { color: rgb(237,215,3); }
H1.HeaderClassName
{
color: #EDD703;
}
.AnyTagClassName
{
color: #EDD703;
}
</style>
background-color css
<style>
a { background-color: #EDD703; }
a { background-color: rgb(237,215,3); }
div.DivClassName
{
background-color: #EDD703;
}
.BgClassName
{
background-color: #EDD703;
}
</style>
border-color css
<style>
span { border-color: #EDD703; }
span { border-color: rgb(237,215,3); }
td.TdClassName
{
border-color: #EDD703;
}
.TagClassName
{
border-color: #EDD703;
}
</style>