Html Css Color HEX #EED904 School Bus Yellow

📋 copy color: '#EED904'

red 238 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #EED904

Tints of School Bus Yellow #EED904

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.28%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 51.85%
G = 47.28%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED904 (or 0xEED904) is known color: School Bus Yellow. HEX triplet: EE, D9 and 04. RGB value is (238,217,4). Sum of RGB (Red+Green+Blue) = 238+217+4=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 4 (1.95% from 255 or 0.87% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED904 is #1126FB. Grayscale: #C7C7C7. Windows color (decimal): -1124092 or 317934. OLE color: 317934.

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

Color convert

RGB 238 217 4 -
CMYK 0 0.09 0.98 0.07
HSL 54.62º 0.97% 0.47% -
HSV(B) 54.62º 0.98% 0.93% -
XYZ 60.09 67.81 10.04 -
YUV 199 17.96 155.82 -
System Red Green Blue C M Y K H S L
Decimal 238 217 4 0 0.09 0.98 0.07 54.62 0.97 0.47
Hex EE D9 4 0 9 62 7 37 61 2F
Octal 356 331 4 0 11 142 7 67 141 57
Binary 11101110 11011001 100 0 1001 1100010 111 110111 1100001 101111

Color Harmonies of #EED904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED904

Black with #EED904

Text Example


Text Example

White with #EED904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED904; }

 p { color: rgb(238,217,4); }

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

background-color css

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

 a { background-color: rgb(238,217,4); }

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

border-color css

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

 span { border-color: rgb(238,217,4); }

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