Shades of School Bus Yellow #E6D909
Tints of School Bus Yellow #E6D909
RGB
CMYK
RGB Variations
Color information
#E6D909 (or 0xE6D909) is known color: School Bus Yellow. HEX triplet: E6, D9 and 09. RGB value is (230,217,9). Sum of RGB (Red+Green+Blue) = 230+217+9=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D909 is #1926F6. Grayscale: #C6C6C6. Windows color (decimal): -1648375 or 645606. OLE color: 645606.
HSL color Cylindrical-coordinate representation of color #E6D909: hue angle of 56.47º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6D909 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.10 |
| HSL | 56.47º | 0.92% | 0.47% | - |
| HSV(B) | 56.47º | 0.96% | 0.9% | - |
| XYZ | 57.5 | 66.47 | 10.06 | - |
| YUV | 197.18 | 21.81 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 9 | 0 | 0.06 | 0.96 | 0.10 | 56.47 | 0.92 | 0.47 |
| Hex | E6 | D9 | 9 | 0 | 6 | 60 | A | 38 | 5C | 2F |
| Octal | 346 | 331 | 11 | 0 | 6 | 140 | 12 | 70 | 134 | 57 |
| Binary | 11100110 | 11011001 | 1001 | 0 | 110 | 1100000 | 1010 | 111000 | 1011100 | 101111 |
Color Harmonies of #E6D909
Complementary color
Monochromatic Colors of #E6D909
Black with #E6D909
Text Example
Text Example
White with #E6D909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D909; }
p { color: rgb(230,217,9); }
H1.HeaderClassName
{
color: #E6D909;
}
.AnyTagClassName
{
color: #E6D909;
}
</style>
background-color css
<style>
a { background-color: #E6D909; }
a { background-color: rgb(230,217,9); }
div.DivClassName
{
background-color: #E6D909;
}
.BgClassName
{
background-color: #E6D909;
}
</style>
border-color css
<style>
span { border-color: #E6D909; }
span { border-color: rgb(230,217,9); }
td.TdClassName
{
border-color: #E6D909;
}
.TagClassName
{
border-color: #E6D909;
}
</style>