Html Css Color HEX #EEDA09 School Bus Yellow

📋 copy color: '#EEDA09'

red 238 ◦ green 218 ◦ blue 9

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

Shades of School Bus Yellow #EEDA09

Tints of School Bus Yellow #EEDA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.88%

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

R = 51.18%
G = 46.88%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEDA09 (or 0xEEDA09) is known color: School Bus Yellow. HEX triplet: EE, DA and 09. RGB value is (238,218,9). Sum of RGB (Red+Green+Blue) = 238+218+9=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 9 (3.91% from 255 or 1.94% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA09 is #1125F6. Grayscale: #C9C9C9. Windows color (decimal): -1123831 or 645870. OLE color: 645870.

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

Color convert

RGB 238 218 9 -
CMYK 0 0.08 0.96 0.07
HSL 54.76º 0.93% 0.48% -
HSV(B) 54.76º 0.96% 0.93% -
XYZ 60.38 68.34 10.27 -
YUV 200.15 20.13 154.99 -
System Red Green Blue C M Y K H S L
Decimal 238 218 9 0 0.08 0.96 0.07 54.76 0.93 0.48
Hex EE DA 9 0 8 60 7 37 5D 30
Octal 356 332 11 0 10 140 7 67 135 60
Binary 11101110 11011010 1001 0 1000 1100000 111 110111 1011101 110000

Color Harmonies of #EEDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA09

Black with #EEDA09

Text Example


Text Example

White with #EEDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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