Shades of School Bus Yellow #EAD900
Tints of School Bus Yellow #EAD900
RGB
CMYK
RGB Variations
Color information
#EAD900 (or 0xEAD900) is known color: School Bus Yellow. HEX triplet: EA, D9 and 00. RGB value is (234,217,0). Sum of RGB (Red+Green+Blue) = 234+217+0=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD900 is #1526FF. Grayscale: #C6C6C6. Windows color (decimal): -1386240 or 55786. OLE color: 55786.
HSL color Cylindrical-coordinate representation of color #EAD900: hue angle of 55.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAD900 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.08 |
| HSL | 55.64º | 1% | 0.46% | - |
| HSV(B) | 55.64º | 1% | 0.92% | - |
| XYZ | 58.74 | 67.12 | 9.86 | - |
| YUV | 197.35 | 16.63 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 0 | 0 | 0.07 | 1 | 0.08 | 55.64 | 1 | 0.46 |
| Hex | EA | D9 | 0 | 0 | 7 | 64 | 8 | 38 | 64 | 2E |
| Octal | 352 | 331 | 0 | 0 | 7 | 144 | 10 | 70 | 144 | 56 |
| Binary | 11101010 | 11011001 | 0 | 0 | 111 | 1100100 | 1000 | 111000 | 1100100 | 101110 |
Color Harmonies of #EAD900
Complementary color
Monochromatic Colors of #EAD900
Black with #EAD900
Text Example
Text Example
White with #EAD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD900; }
p { color: rgb(234,217,0); }
H1.HeaderClassName
{
color: #EAD900;
}
.AnyTagClassName
{
color: #EAD900;
}
</style>
background-color css
<style>
a { background-color: #EAD900; }
a { background-color: rgb(234,217,0); }
div.DivClassName
{
background-color: #EAD900;
}
.BgClassName
{
background-color: #EAD900;
}
</style>
border-color css
<style>
span { border-color: #EAD900; }
span { border-color: rgb(234,217,0); }
td.TdClassName
{
border-color: #EAD900;
}
.TagClassName
{
border-color: #EAD900;
}
</style>