Html Css Color HEX #EED804 School Bus Yellow

📋 copy color: '#EED804'

red 238 ◦ green 216 ◦ blue 4

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

Shades of School Bus Yellow #EED804

Tints of School Bus Yellow #EED804

RGB

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

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

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

R = 51.97%
G = 47.16%
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

#EED804 (or 0xEED804) is known color: School Bus Yellow. HEX triplet: EE, D8 and 04. RGB value is (238,216,4). Sum of RGB (Red+Green+Blue) = 238+216+4=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED804 is #1127FB. Grayscale: #C7C7C7. Windows color (decimal): -1124348 or 317678. OLE color: 317678.

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

Color convert

RGB 238 216 4 -
CMYK 0 0.09 0.98 0.07
HSL 54.36º 0.97% 0.47% -
HSV(B) 54.36º 0.98% 0.93% -
XYZ 59.84 67.3 9.95 -
YUV 198.41 18.29 156.24 -
System Red Green Blue C M Y K H S L
Decimal 238 216 4 0 0.09 0.98 0.07 54.36 0.97 0.47
Hex EE D8 4 0 9 62 7 36 61 2F
Octal 356 330 4 0 11 142 7 66 141 57
Binary 11101110 11011000 100 0 1001 1100010 111 110110 1100001 101111

Color Harmonies of #EED804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED804

Black with #EED804

Text Example


Text Example

White with #EED804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED804; }

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

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

background-color css

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

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

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

border-color css

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

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

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