#EBD90A

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

Shades of School Bus Yellow #EBD90A

Tints of School Bus Yellow #EBD90A

Color information

#EBD90A (or 0xEBD90A) is unknown color: approx School Bus Yellow. HEX triplet: EB, D9 and 0A. RGB value is (235,217,10). Sum of RGB (Red+Green+Blue) = 235+217+10=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD90A is #1426F5. Grayscale: #C7C7C7. Windows color (decimal): -1320694 or 711147. OLE color: 711147.

HSL color Cylindrical-coordinate representation of color #EBD90A: hue angle of 55.2º degrees, saturation: 0.92, 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 #EBD90A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB23521710-
CMYK00.080.960.08
HSL55.2º91.84%48.04%-
HSV(B)55.2º95.74%92.16%-
XYZ59.1367.3110.16-
YUV198.7821.46153.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 217 (85.16% from 255) = 46.97%
BLUE value IS 10 (4.30% from 255) = 2.16%
R=50.87%
G=46.97%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352171000.080.960.0855.291.8448.04
HexEBD9A08608375c30
Octal35333112010140106713460
Binary1110101111011001101001000110000010001101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD90A; }

 p { color: rgb(235,217,10); }

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

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

 a { background-color: rgb(235,217,10); }

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

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

 span { border-color: rgb(235,217,10); }

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