Shades of School Bus Yellow #EAD90C
Tints of School Bus Yellow #EAD90C
RGB
CMYK
RGB Variations
Color information
#EAD90C (or 0xEAD90C) is known color: School Bus Yellow. HEX triplet: EA, D9 and 0C. RGB value is (234,217,12). Sum of RGB (Red+Green+Blue) = 234+217+12=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD90C is #1526F3. Grayscale: #C7C7C7. Windows color (decimal): -1386228 or 842218. OLE color: 842218.
HSL color Cylindrical-coordinate representation of color #EAD90C: hue angle of 55.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAD90C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.08 |
| HSL | 55.41º | 0.9% | 0.48% | - |
| HSV(B) | 55.41º | 0.95% | 0.92% | - |
| XYZ | 58.81 | 67.14 | 10.21 | - |
| YUV | 198.71 | 22.63 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 12 | 0 | 0.07 | 0.95 | 0.08 | 55.41 | 0.9 | 0.48 |
| Hex | EA | D9 | C | 0 | 7 | 5F | 8 | 37 | 5A | 30 |
| Octal | 352 | 331 | 14 | 0 | 7 | 137 | 10 | 67 | 132 | 60 |
| Binary | 11101010 | 11011001 | 1100 | 0 | 111 | 1011111 | 1000 | 110111 | 1011010 | 110000 |
Color Harmonies of #EAD90C
Complementary color
Monochromatic Colors of #EAD90C
Black with #EAD90C
Text Example
Text Example
White with #EAD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD90C; }
p { color: rgb(234,217,12); }
H1.HeaderClassName
{
color: #EAD90C;
}
.AnyTagClassName
{
color: #EAD90C;
}
</style>
background-color css
<style>
a { background-color: #EAD90C; }
a { background-color: rgb(234,217,12); }
div.DivClassName
{
background-color: #EAD90C;
}
.BgClassName
{
background-color: #EAD90C;
}
</style>
border-color css
<style>
span { border-color: #EAD90C; }
span { border-color: rgb(234,217,12); }
td.TdClassName
{
border-color: #EAD90C;
}
.TagClassName
{
border-color: #EAD90C;
}
</style>