Shades of School Bus Yellow #EED801
Tints of School Bus Yellow #EED801
RGB
CMYK
RGB Variations
Color information
#EED801 (or 0xEED801) is known color: School Bus Yellow. HEX triplet: EE, D8 and 01. RGB value is (238,216,1). Sum of RGB (Red+Green+Blue) = 238+216+1=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EED801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED801 is #1127FE. Grayscale: #C6C6C6. Windows color (decimal): -1124351 or 121070. OLE color: 121070.
HSL color Cylindrical-coordinate representation of color #EED801: hue angle of 54.43º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EED801 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.07 |
| HSL | 54.43º | 0.99% | 0.47% | - |
| HSV(B) | 54.43º | 1% | 0.93% | - |
| XYZ | 59.82 | 67.29 | 9.86 | - |
| YUV | 198.07 | 16.79 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 1 | 0 | 0.09 | 1.00 | 0.07 | 54.43 | 0.99 | 0.47 |
| Hex | EE | D8 | 1 | 0 | 9 | 64 | 7 | 36 | 63 | 2F |
| Octal | 356 | 330 | 1 | 0 | 11 | 144 | 7 | 66 | 143 | 57 |
| Binary | 11101110 | 11011000 | 1 | 0 | 1001 | 1100100 | 111 | 110110 | 1100011 | 101111 |
Color Harmonies of #EED801
Complementary color
Monochromatic Colors of #EED801
Black with #EED801
Text Example
Text Example
White with #EED801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED801; }
p { color: rgb(238,216,1); }
H1.HeaderClassName
{
color: #EED801;
}
.AnyTagClassName
{
color: #EED801;
}
</style>
background-color css
<style>
a { background-color: #EED801; }
a { background-color: rgb(238,216,1); }
div.DivClassName
{
background-color: #EED801;
}
.BgClassName
{
background-color: #EED801;
}
</style>
border-color css
<style>
span { border-color: #EED801; }
span { border-color: rgb(238,216,1); }
td.TdClassName
{
border-color: #EED801;
}
.TagClassName
{
border-color: #EED801;
}
</style>