Html Css Color HEX #EED700 School Bus Yellow

📋 copy color: '#EED700'

red 238 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #EED700

Tints of School Bus Yellow #EED700

RGB

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

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

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

R = 52.54%
G = 47.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EED700 (or 0xEED700) is known color: School Bus Yellow. HEX triplet: EE, D7 and 00. RGB value is (238,215,0). Sum of RGB (Red+Green+Blue) = 238+215+0=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EED700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED700 is #1128FF. Grayscale: #C6C6C6. Windows color (decimal): -1124608 or 55278. OLE color: 55278.

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

Color convert

RGB 238 215 0 -
CMYK 0 0.10 1 0.07
HSL 54.2º 1% 0.47% -
HSV(B) 54.2º 1% 0.93% -
XYZ 59.56 66.78 9.75 -
YUV 197.37 16.62 156.98 -
System Red Green Blue C M Y K H S L
Decimal 238 215 0 0 0.10 1 0.07 54.2 1 0.47
Hex EE D7 0 0 A 64 7 36 64 2F
Octal 356 327 0 0 12 144 7 66 144 57
Binary 11101110 11010111 0 0 1010 1100100 111 110110 1100100 101111

Color Harmonies of #EED700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED700

Black with #EED700

Text Example


Text Example

White with #EED700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED700; }

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

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

background-color css

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

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

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

border-color css

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

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

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