#E6D806

Color #E6D806 School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #E6D806

Tints of School Bus Yellow #E6D806

Color information

#E6D806 (or 0xE6D806) is unknown color: approx School Bus Yellow. HEX triplet: E6, D8 and 06. RGB value is (230,216,6). Sum of RGB (Red+Green+Blue) = 230+216+6=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D806 is #1927F9. Grayscale: #C5C5C5. Windows color (decimal): -1648634 or 448742. OLE color: 448742.

HSL color Cylindrical-coordinate representation of color #E6D806: hue angle of 56.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6D806 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB2302166-
CMYK00.060.970.10
HSL56.25º94.92%46.27%-
HSV(B)56.25º97.39%90.2%-
XYZ57.2265.959.89-
YUV196.2520.64152.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 216 (84.77% from 255) = 47.79%
BLUE value IS 6 (2.73% from 255) = 1.33%
R=50.88%
G=47.79%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230216600.060.970.1056.2594.9246.27
HexE6D860661A385f2e
Octal346330606141127013756
Binary11100110110110001100110110000110101110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D806; }

 p { color: rgb(230,216,6); }

 H1.HeaderClassName
 {
   color: #E6D806;
 }
 .AnyTagClassName
 {
   color: #E6D806;
 }
</style>
background-color css

<style>
 a { background-color: #E6D806; }

 a { background-color: rgb(230,216,6); }

 div.DivClassName
 {
   background-color: #E6D806;
 }
 .BgClassName
 {
   background-color: #E6D806;
 }
</style>
border-color css

<style>
 span { border-color: #E6D806; }

 span { border-color: rgb(230,216,6); }

 td.TdClassName
 {
   border-color: #E6D806;
 }
 .TagClassName
 {
   border-color: #E6D806;
 }
</style>