#EBD700

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

Shades of School Bus Yellow #EBD700

Tints of School Bus Yellow #EBD700

Color information

#EBD700 (or 0xEBD700) is unknown color: approx School Bus Yellow. HEX triplet: EB, D7 and 00. RGB value is (235,215,0). Sum of RGB (Red+Green+Blue) = 235+215+0=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD700 is #1428FF. Grayscale: #C5C5C5. Windows color (decimal): -1321216 or 55275. OLE color: 55275.

HSL color Cylindrical-coordinate representation of color #EBD700: hue angle of 54.89º 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 #EBD700 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB2352150-
CMYK00.0910.08
HSL54.89º100%46.08%-
HSV(B)54.89º100%92.16%-
XYZ58.5666.269.7-
YUV196.4717.13155.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 215 (84.38% from 255) = 47.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.22%
G=47.78%
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
Decimal235215000.0910.0854.8910046.08
HexEBD700964837642e
Octal3533270011144106714456
Binary1110101111010111001001110010010001101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD700; }

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

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

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

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

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

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

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

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