Html Css Color HEX #EED808 School Bus Yellow

📋 copy color: '#EED808'

red 238 ◦ green 216 ◦ blue 8

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

Shades of School Bus Yellow #EED808

Tints of School Bus Yellow #EED808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.73%

R = 51.52%
G = 46.75%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED808 (or 0xEED808) is known color: School Bus Yellow. HEX triplet: EE, D8 and 08. RGB value is (238,216,8). Sum of RGB (Red+Green+Blue) = 238+216+8=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 8 (3.52% from 255 or 1.73% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EED808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED808 is #1127F7. Grayscale: #C7C7C7. Windows color (decimal): -1124344 or 579822. OLE color: 579822.

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

Color convert

RGB 238 216 8 -
CMYK 0 0.09 0.97 0.07
HSL 54.26º 0.93% 0.48% -
HSV(B) 54.26º 0.97% 0.93% -
XYZ 59.86 67.31 10.07 -
YUV 198.87 20.29 155.91 -
System Red Green Blue C M Y K H S L
Decimal 238 216 8 0 0.09 0.97 0.07 54.26 0.93 0.48
Hex EE D8 8 0 9 61 7 36 5D 30
Octal 356 330 10 0 11 141 7 66 135 60
Binary 11101110 11011000 1000 0 1001 1100001 111 110110 1011101 110000

Color Harmonies of #EED808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED808

Black with #EED808

Text Example


Text Example

White with #EED808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED808; }

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

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

background-color css

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

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

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

border-color css

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

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

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