Html Css Color HEX #EED708 School Bus Yellow

📋 copy color: '#EED708'

red 238 ◦ green 215 ◦ blue 8

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

Shades of School Bus Yellow #EED708

Tints of School Bus Yellow #EED708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

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

R = 51.63%
G = 46.64%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED708 (or 0xEED708) is known color: School Bus Yellow. HEX triplet: EE, D7 and 08. RGB value is (238,215,8). Sum of RGB (Red+Green+Blue) = 238+215+8=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EED708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED708 is #1128F7. Grayscale: #C7C7C7. Windows color (decimal): -1124600 or 579566. OLE color: 579566.

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

Color convert

RGB 238 215 8 -
CMYK 0 0.10 0.97 0.07
HSL 54º 0.93% 0.48% -
HSV(B) 54º 0.97% 0.93% -
XYZ 59.6 66.8 9.98 -
YUV 198.28 20.62 156.33 -
System Red Green Blue C M Y K H S L
Decimal 238 215 8 0 0.10 0.97 0.07 54 0.93 0.48
Hex EE D7 8 0 A 61 7 36 5D 30
Octal 356 327 10 0 12 141 7 66 135 60
Binary 11101110 11010111 1000 0 1010 1100001 111 110110 1011101 110000

Color Harmonies of #EED708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED708

Black with #EED708

Text Example


Text Example

White with #EED708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED708; }

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

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

background-color css

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

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

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

border-color css

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

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

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