Shades of School Bus Yellow #EAD902
Tints of School Bus Yellow #EAD902
RGB
CMYK
RGB Variations
Color information
#EAD902 (or 0xEAD902) is known color: School Bus Yellow. HEX triplet: EA, D9 and 02. RGB value is (234,217,2). Sum of RGB (Red+Green+Blue) = 234+217+2=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD902 is #1526FD. Grayscale: #C6C6C6. Windows color (decimal): -1386238 or 186858. OLE color: 186858.
HSL color Cylindrical-coordinate representation of color #EAD902: hue angle of 55.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAD902 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.08 |
| HSL | 55.6º | 0.98% | 0.46% | - |
| HSV(B) | 55.6º | 0.99% | 0.92% | - |
| XYZ | 58.76 | 67.12 | 9.92 | - |
| YUV | 197.57 | 17.63 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 2 | 0 | 0.07 | 0.99 | 0.08 | 55.6 | 0.98 | 0.46 |
| Hex | EA | D9 | 2 | 0 | 7 | 63 | 8 | 38 | 62 | 2E |
| Octal | 352 | 331 | 2 | 0 | 7 | 143 | 10 | 70 | 142 | 56 |
| Binary | 11101010 | 11011001 | 10 | 0 | 111 | 1100011 | 1000 | 111000 | 1100010 | 101110 |
Color Harmonies of #EAD902
Complementary color
Monochromatic Colors of #EAD902
Black with #EAD902
Text Example
Text Example
White with #EAD902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD902; }
p { color: rgb(234,217,2); }
H1.HeaderClassName
{
color: #EAD902;
}
.AnyTagClassName
{
color: #EAD902;
}
</style>
background-color css
<style>
a { background-color: #EAD902; }
a { background-color: rgb(234,217,2); }
div.DivClassName
{
background-color: #EAD902;
}
.BgClassName
{
background-color: #EAD902;
}
</style>
border-color css
<style>
span { border-color: #EAD902; }
span { border-color: rgb(234,217,2); }
td.TdClassName
{
border-color: #EAD902;
}
.TagClassName
{
border-color: #EAD902;
}
</style>