Html Css Color HEX #EED800 School Bus Yellow

📋 copy color: '#EED800'

red 238 ◦ green 216 ◦ blue 0

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

Shades of School Bus Yellow #EED800

Tints of School Bus Yellow #EED800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.42%
G = 47.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EED800 (or 0xEED800) is known color: School Bus Yellow. HEX triplet: EE, D8 and 00. RGB value is (238,216,0). Sum of RGB (Red+Green+Blue) = 238+216+0=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EED800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED800 is #1127FF. Grayscale: #C6C6C6. Windows color (decimal): -1124352 or 55534. OLE color: 55534.

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

Color convert

RGB 238 216 0 -
CMYK 0 0.09 1 0.07
HSL 54.45º 1% 0.47% -
HSV(B) 54.45º 1% 0.93% -
XYZ 59.82 67.29 9.84 -
YUV 197.95 16.29 156.56 -
System Red Green Blue C M Y K H S L
Decimal 238 216 0 0 0.09 1 0.07 54.45 1 0.47
Hex EE D8 0 0 9 64 7 36 64 2F
Octal 356 330 0 0 11 144 7 66 144 57
Binary 11101110 11011000 0 0 1001 1100100 111 110110 1100100 101111

Color Harmonies of #EED800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED800

Black with #EED800

Text Example


Text Example

White with #EED800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED800; }

 p { color: rgb(238,216,0); }

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

background-color css

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

 a { background-color: rgb(238,216,0); }

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

border-color css

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

 span { border-color: rgb(238,216,0); }

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