Shades of School Bus Yellow #EEDA08
Tints of School Bus Yellow #EEDA08
RGB
CMYK
RGB Variations
Color information
#EEDA08 (or 0xEEDA08) is known color: School Bus Yellow. HEX triplet: EE, DA and 08. RGB value is (238,218,8). Sum of RGB (Red+Green+Blue) = 238+218+8=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA08 is #1125F7. Grayscale: #C8C8C8. Windows color (decimal): -1123832 or 580334. OLE color: 580334.
HSL color Cylindrical-coordinate representation of color #EEDA08: hue angle of 54.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEDA08 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 8 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.07 |
| HSL | 54.78º | 0.93% | 0.48% | - |
| HSV(B) | 54.78º | 0.97% | 0.93% | - |
| XYZ | 60.38 | 68.34 | 10.24 | - |
| YUV | 200.04 | 19.63 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 8 | 0 | 0.08 | 0.97 | 0.07 | 54.78 | 0.93 | 0.48 |
| Hex | EE | DA | 8 | 0 | 8 | 61 | 7 | 37 | 5D | 30 |
| Octal | 356 | 332 | 10 | 0 | 10 | 141 | 7 | 67 | 135 | 60 |
| Binary | 11101110 | 11011010 | 1000 | 0 | 1000 | 1100001 | 111 | 110111 | 1011101 | 110000 |
Color Harmonies of #EEDA08
Complementary color
Monochromatic Colors of #EEDA08
Black with #EEDA08
Text Example
Text Example
White with #EEDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA08; }
p { color: rgb(238,218,8); }
H1.HeaderClassName
{
color: #EEDA08;
}
.AnyTagClassName
{
color: #EEDA08;
}
</style>
background-color css
<style>
a { background-color: #EEDA08; }
a { background-color: rgb(238,218,8); }
div.DivClassName
{
background-color: #EEDA08;
}
.BgClassName
{
background-color: #EEDA08;
}
</style>
border-color css
<style>
span { border-color: #EEDA08; }
span { border-color: rgb(238,218,8); }
td.TdClassName
{
border-color: #EEDA08;
}
.TagClassName
{
border-color: #EEDA08;
}
</style>