Html Css Color HEX #EED909 School Bus Yellow

📋 copy color: '#EED909'

red 238 ◦ green 217 ◦ blue 9

#EED909
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #EED909

Tints of School Bus Yellow #EED909

RGB

 RED value IS 238 (93.36% from 255) = 51.29%

 GREEN value IS 217 (85.16% from 255) = 46.77%

 BLUE value IS 9 (3.91% from 255) = 1.94%

R = 51.29%
G = 46.77%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EED909 (or 0xEED909) is known color: School Bus Yellow. HEX triplet: EE, D9 and 09. RGB value is (238,217,9). Sum of RGB (Red+Green+Blue) = 238+217+9=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EED909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED909 is #1126F6. Grayscale: #C8C8C8. Windows color (decimal): -1124087 or 645614. OLE color: 645614.

HSL color Cylindrical-coordinate representation of color #EED909: hue angle of 54.5º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EED909 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 9 -
CMYK 0 0.09 0.96 0.07
HSL 54.5º 0.93% 0.48% -
HSV(B) 54.5º 0.96% 0.93% -
XYZ 60.12 67.82 10.18 -
YUV 199.57 20.46 155.41 -
System Red Green Blue C M Y K H S L
Decimal 238 217 9 0 0.09 0.96 0.07 54.5 0.93 0.48
Hex EE D9 9 0 9 60 7 36 5D 30
Octal 356 331 11 0 11 140 7 66 135 60
Binary 11101110 11011001 1001 0 1001 1100000 111 110110 1011101 110000

Color Harmonies of #EED909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED909

Black with #EED909

Text Example


Text Example

White with #EED909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED909; }

 p { color: rgb(238,217,9); }

 H1.HeaderClassName
 {
   color: #EED909;
 }
 .AnyTagClassName
 {
   color: #EED909;
 }
</style>

background-color css

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

 a { background-color: rgb(238,217,9); }

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

border-color css

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

 span { border-color: rgb(238,217,9); }

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