#EBD903

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

Shades of School Bus Yellow #EBD903

Tints of School Bus Yellow #EBD903

Color information

#EBD903 (or 0xEBD903) is unknown color: approx School Bus Yellow. HEX triplet: EB, D9 and 03. RGB value is (235,217,3). Sum of RGB (Red+Green+Blue) = 235+217+3=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD903 is #1426FC. Grayscale: #C6C6C6. Windows color (decimal): -1320701 or 252395. OLE color: 252395.

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

Color convert

RGB2352173-
CMYK00.080.990.08
HSL55.34º97.48%46.67%-
HSV(B)55.34º98.72%92.16%-
XYZ59.0967.299.96-
YUV197.9917.96154.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 3 (1.56% from 255) = 0.66%
R=51.65%
G=47.69%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235217300.080.990.0855.3497.4846.67
HexEBD930863837612f
Octal3533313010143106714157
Binary11101011110110011101000110001110001101111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD903; }

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

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

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

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

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

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

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

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