#EBD709

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

Shades of School Bus Yellow #EBD709

Tints of School Bus Yellow #EBD709

Color information

#EBD709 (or 0xEBD709) is unknown color: approx School Bus Yellow. HEX triplet: EB, D7 and 09. RGB value is (235,215,9). Sum of RGB (Red+Green+Blue) = 235+215+9=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD709 is #1428F6. Grayscale: #C6C6C6. Windows color (decimal): -1321207 or 645099. OLE color: 645099.

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

Color convert

RGB2352159-
CMYK00.090.960.08
HSL54.69º92.62%47.84%-
HSV(B)54.69º96.17%92.16%-
XYZ58.6166.289.96-
YUV197.521.63154.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 215 (84.38% from 255) = 46.84%
BLUE value IS 9 (3.91% from 255) = 1.96%
R=51.20%
G=46.84%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235215900.090.960.0854.6992.6247.84
HexEBD7909608375d30
Octal35332711011140106713560
Binary1110101111010111100101001110000010001101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD709; }

 p { color: rgb(235,215,9); }

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

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

 a { background-color: rgb(235,215,9); }

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

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

 span { border-color: rgb(235,215,9); }

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