#EBD80A

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

Shades of School Bus Yellow #EBD80A

Tints of School Bus Yellow #EBD80A

Color information

#EBD80A (or 0xEBD80A) is unknown color: approx School Bus Yellow. HEX triplet: EB, D8 and 0A. RGB value is (235,216,10). Sum of RGB (Red+Green+Blue) = 235+216+10=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD80A is #1427F5. Grayscale: #C7C7C7. Windows color (decimal): -1320950 or 710891. OLE color: 710891.

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

Color convert

RGB23521610-
CMYK00.080.960.08
HSL54.93º91.84%48.04%-
HSV(B)54.93º95.74%92.16%-
XYZ58.8766.810.08-
YUV198.221.79154.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 216 (84.77% from 255) = 46.85%
BLUE value IS 10 (4.30% from 255) = 2.17%
R=50.98%
G=46.85%
B=2.17%

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
Decimal2352161000.080.960.0854.9391.8448.04
HexEBD8A08608375c30
Octal35333012010140106713460
Binary1110101111011000101001000110000010001101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD80A; }

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

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

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

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

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

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

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

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