Shades of School Bus Yellow #EED80D
Tints of School Bus Yellow #EED80D
RGB
CMYK
RGB Variations
Color information
#EED80D (or 0xEED80D) is known color: School Bus Yellow. HEX triplet: EE, D8 and 0D. RGB value is (238,216,13). Sum of RGB (Red+Green+Blue) = 238+216+13=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED80D is #1127F2. Grayscale: #C8C8C8. Windows color (decimal): -1124339 or 907502. OLE color: 907502.
HSL color Cylindrical-coordinate representation of color #EED80D: hue angle of 54.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EED80D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.07 |
| HSL | 54.13º | 0.9% | 0.49% | - |
| HSV(B) | 54.13º | 0.95% | 0.93% | - |
| XYZ | 59.89 | 67.32 | 10.22 | - |
| YUV | 199.44 | 22.79 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 13 | 0 | 0.09 | 0.95 | 0.07 | 54.13 | 0.9 | 0.49 |
| Hex | EE | D8 | D | 0 | 9 | 5F | 7 | 36 | 5A | 31 |
| Octal | 356 | 330 | 15 | 0 | 11 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101110 | 11011000 | 1101 | 0 | 1001 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #EED80D
Complementary color
Monochromatic Colors of #EED80D
Black with #EED80D
Text Example
Text Example
White with #EED80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED80D; }
p { color: rgb(238,216,13); }
H1.HeaderClassName
{
color: #EED80D;
}
.AnyTagClassName
{
color: #EED80D;
}
</style>
background-color css
<style>
a { background-color: #EED80D; }
a { background-color: rgb(238,216,13); }
div.DivClassName
{
background-color: #EED80D;
}
.BgClassName
{
background-color: #EED80D;
}
</style>
border-color css
<style>
span { border-color: #EED80D; }
span { border-color: rgb(238,216,13); }
td.TdClassName
{
border-color: #EED80D;
}
.TagClassName
{
border-color: #EED80D;
}
</style>