#EBD600

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

Shades of School Bus Yellow #EBD600

Tints of School Bus Yellow #EBD600

Color information

#EBD600 (or 0xEBD600) is unknown color: approx School Bus Yellow. HEX triplet: EB, D6 and 00. RGB value is (235,214,0). Sum of RGB (Red+Green+Blue) = 235+214+0=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD600 is #1429FF. Grayscale: #C4C4C4. Windows color (decimal): -1321472 or 55019. OLE color: 55019.

HSL color Cylindrical-coordinate representation of color #EBD600: hue angle of 54.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBD600 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB2352140-
CMYK00.0910.08
HSL54.64º100%46.08%-
HSV(B)54.64º100%92.16%-
XYZ58.3165.769.62-
YUV195.8817.46155.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.34%
G=47.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235214000.0910.0854.6410046.08
HexEBD600964837642e
Octal3533260011144106714456
Binary1110101111010110001001110010010001101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD600; }

 p { color: rgb(235,214,0); }

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

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

 a { background-color: rgb(235,214,0); }

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

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

 span { border-color: rgb(235,214,0); }

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