Shades of School Bus Yellow #EDD70A
Tints of School Bus Yellow #EDD70A
RGB
CMYK
RGB Variations
Color information
#EDD70A (or 0xEDD70A) is known color: School Bus Yellow. HEX triplet: ED, D7 and 0A. RGB value is (237,215,10). Sum of RGB (Red+Green+Blue) = 237+215+10=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD70A is #1228F5. Grayscale: #C7C7C7. Windows color (decimal): -1190134 or 710637. OLE color: 710637.
HSL color Cylindrical-coordinate representation of color #EDD70A: hue angle of 54.19º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDD70A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.07 |
| HSL | 54.19º | 0.92% | 0.48% | - |
| HSV(B) | 54.19º | 0.96% | 0.93% | - |
| XYZ | 59.28 | 66.63 | 10.02 | - |
| YUV | 198.21 | 21.79 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 10 | 0 | 0.09 | 0.96 | 0.07 | 54.19 | 0.92 | 0.48 |
| Hex | ED | D7 | A | 0 | 9 | 60 | 7 | 36 | 5C | 30 |
| Octal | 355 | 327 | 12 | 0 | 11 | 140 | 7 | 66 | 134 | 60 |
| Binary | 11101101 | 11010111 | 1010 | 0 | 1001 | 1100000 | 111 | 110110 | 1011100 | 110000 |
Color Harmonies of #EDD70A
Complementary color
Monochromatic Colors of #EDD70A
Black with #EDD70A
Text Example
Text Example
White with #EDD70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD70A; }
p { color: rgb(237,215,10); }
H1.HeaderClassName
{
color: #EDD70A;
}
.AnyTagClassName
{
color: #EDD70A;
}
</style>
background-color css
<style>
a { background-color: #EDD70A; }
a { background-color: rgb(237,215,10); }
div.DivClassName
{
background-color: #EDD70A;
}
.BgClassName
{
background-color: #EDD70A;
}
</style>
border-color css
<style>
span { border-color: #EDD70A; }
span { border-color: rgb(237,215,10); }
td.TdClassName
{
border-color: #EDD70A;
}
.TagClassName
{
border-color: #EDD70A;
}
</style>