#EAD900

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

Shades of School Bus Yellow #EAD900

Tints of School Bus Yellow #EAD900

Color information

#EAD900 (or 0xEAD900) is unknown color: approx School Bus Yellow. HEX triplet: EA, D9 and 00. RGB value is (234,217,0). Sum of RGB (Red+Green+Blue) = 234+217+0=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD900 is #1526FF. Grayscale: #C6C6C6. Windows color (decimal): -1386240 or 55786. OLE color: 55786.

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

Color convert

RGB2342170-
CMYK00.0710.08
HSL55.64º100%45.88%-
HSV(B)55.64º100%91.76%-
XYZ58.7467.129.86-
YUV197.3416.63154.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.88%
GREEN value IS 217 (85.16% from 255) = 48.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.88%
G=48.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234217000.0710.0855.6410045.88
HexEAD900764838642e
Octal352331007144107014456
Binary111010101101100100111110010010001110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD900; }

 p { color: rgb(234,217,0); }

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

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

 a { background-color: rgb(234,217,0); }

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

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

 span { border-color: rgb(234,217,0); }

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