Shades of School Bus Yellow #EDD802
Tints of School Bus Yellow #EDD802
RGB
CMYK
RGB Variations
Color information
#EDD802 (or 0xEDD802) is known color: School Bus Yellow. HEX triplet: ED, D8 and 02. RGB value is (237,216,2). Sum of RGB (Red+Green+Blue) = 237+216+2=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD802 is #1227FD. Grayscale: #C6C6C6. Windows color (decimal): -1189886 or 186605. OLE color: 186605.
HSL color Cylindrical-coordinate representation of color #EDD802: hue angle of 54.64º 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 #EDD802 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.07 |
| HSL | 54.64º | 0.98% | 0.47% | - |
| HSV(B) | 54.64º | 0.99% | 0.93% | - |
| XYZ | 59.49 | 67.12 | 9.88 | - |
| YUV | 197.88 | 17.46 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 2 | 0 | 0.09 | 0.99 | 0.07 | 54.64 | 0.98 | 0.47 |
| Hex | ED | D8 | 2 | 0 | 9 | 63 | 7 | 37 | 62 | 2F |
| Octal | 355 | 330 | 2 | 0 | 11 | 143 | 7 | 67 | 142 | 57 |
| Binary | 11101101 | 11011000 | 10 | 0 | 1001 | 1100011 | 111 | 110111 | 1100010 | 101111 |
Color Harmonies of #EDD802
Complementary color
Monochromatic Colors of #EDD802
Black with #EDD802
Text Example
Text Example
White with #EDD802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD802; }
p { color: rgb(237,216,2); }
H1.HeaderClassName
{
color: #EDD802;
}
.AnyTagClassName
{
color: #EDD802;
}
</style>
background-color css
<style>
a { background-color: #EDD802; }
a { background-color: rgb(237,216,2); }
div.DivClassName
{
background-color: #EDD802;
}
.BgClassName
{
background-color: #EDD802;
}
</style>
border-color css
<style>
span { border-color: #EDD802; }
span { border-color: rgb(237,216,2); }
td.TdClassName
{
border-color: #EDD802;
}
.TagClassName
{
border-color: #EDD802;
}
</style>