Shades of School Bus Yellow #E0D702
Tints of School Bus Yellow #E0D702
RGB
CMYK
RGB Variations
Color information
#E0D702 (or 0xE0D702) is known color: School Bus Yellow. HEX triplet: E0, D7 and 02. RGB value is (224,215,2). Sum of RGB (Red+Green+Blue) = 224+215+2=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D702 is #1F28FD. Grayscale: #C2C2C2. Windows color (decimal): -2042110 or 186336. OLE color: 186336.
HSL color Cylindrical-coordinate representation of color #E0D702: hue angle of 57.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0D702 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.12 |
| HSL | 57.57º | 0.98% | 0.44% | - |
| HSV(B) | 57.57º | 0.99% | 0.88% | - |
| XYZ | 55.05 | 64.45 | 9.6 | - |
| YUV | 193.41 | 19.98 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 2 | 0 | 0.04 | 0.99 | 0.12 | 57.57 | 0.98 | 0.44 |
| Hex | E0 | D7 | 2 | 0 | 4 | 63 | C | 3A | 62 | 2C |
| Octal | 340 | 327 | 2 | 0 | 4 | 143 | 14 | 72 | 142 | 54 |
| Binary | 11100000 | 11010111 | 10 | 0 | 100 | 1100011 | 1100 | 111010 | 1100010 | 101100 |
Color Harmonies of #E0D702
Complementary color
Monochromatic Colors of #E0D702
Black with #E0D702
Text Example
Text Example
White with #E0D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D702; }
p { color: rgb(224,215,2); }
H1.HeaderClassName
{
color: #E0D702;
}
.AnyTagClassName
{
color: #E0D702;
}
</style>
background-color css
<style>
a { background-color: #E0D702; }
a { background-color: rgb(224,215,2); }
div.DivClassName
{
background-color: #E0D702;
}
.BgClassName
{
background-color: #E0D702;
}
</style>
border-color css
<style>
span { border-color: #E0D702; }
span { border-color: rgb(224,215,2); }
td.TdClassName
{
border-color: #E0D702;
}
.TagClassName
{
border-color: #E0D702;
}
</style>