Shades of School Bus Yellow #EED70D
Tints of School Bus Yellow #EED70D
RGB
CMYK
RGB Variations
Color information
#EED70D (or 0xEED70D) is known color: School Bus Yellow. HEX triplet: EE, D7 and 0D. RGB value is (238,215,13). Sum of RGB (Red+Green+Blue) = 238+215+13=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EED70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED70D is #1128F2. Grayscale: #C7C7C7. Windows color (decimal): -1124595 or 907246. OLE color: 907246.
HSL color Cylindrical-coordinate representation of color #EED70D: hue angle of 53.87º 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 #EED70D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.07 |
| HSL | 53.87º | 0.9% | 0.49% | - |
| HSV(B) | 53.87º | 0.95% | 0.93% | - |
| XYZ | 59.63 | 66.81 | 10.13 | - |
| YUV | 198.85 | 23.12 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 13 | 0 | 0.10 | 0.95 | 0.07 | 53.87 | 0.9 | 0.49 |
| Hex | EE | D7 | D | 0 | A | 5F | 7 | 36 | 5A | 31 |
| Octal | 356 | 327 | 15 | 0 | 12 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101110 | 11010111 | 1101 | 0 | 1010 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #EED70D
Complementary color
Monochromatic Colors of #EED70D
Black with #EED70D
Text Example
Text Example
White with #EED70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED70D; }
p { color: rgb(238,215,13); }
H1.HeaderClassName
{
color: #EED70D;
}
.AnyTagClassName
{
color: #EED70D;
}
</style>
background-color css
<style>
a { background-color: #EED70D; }
a { background-color: rgb(238,215,13); }
div.DivClassName
{
background-color: #EED70D;
}
.BgClassName
{
background-color: #EED70D;
}
</style>
border-color css
<style>
span { border-color: #EED70D; }
span { border-color: rgb(238,215,13); }
td.TdClassName
{
border-color: #EED70D;
}
.TagClassName
{
border-color: #EED70D;
}
</style>