Html Css Color HEX #EED601 School Bus Yellow

📋 copy color: '#EED601'

red 238 ◦ green 214 ◦ blue 1

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

Shades of School Bus Yellow #EED601

Tints of School Bus Yellow #EED601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.54%
G = 47.24%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EED601 (or 0xEED601) is known color: School Bus Yellow. HEX triplet: EE, D6 and 01. RGB value is (238,214,1). Sum of RGB (Red+Green+Blue) = 238+214+1=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EED601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED601 is #1129FE. Grayscale: #C5C5C5. Windows color (decimal): -1124863 or 120558. OLE color: 120558.

HSL color Cylindrical-coordinate representation of color #EED601: hue angle of 53.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EED601 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 1 -
CMYK 0 0.10 1.00 0.07
HSL 53.92º 0.99% 0.47% -
HSV(B) 53.92º 1% 0.93% -
XYZ 59.31 66.27 9.69 -
YUV 196.89 17.45 157.32 -
System Red Green Blue C M Y K H S L
Decimal 238 214 1 0 0.10 1.00 0.07 53.92 0.99 0.47
Hex EE D6 1 0 A 64 7 36 63 2F
Octal 356 326 1 0 12 144 7 66 143 57
Binary 11101110 11010110 1 0 1010 1100100 111 110110 1100011 101111

Color Harmonies of #EED601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED601

Black with #EED601

Text Example


Text Example

White with #EED601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED601; }

 p { color: rgb(238,214,1); }

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

background-color css

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

 a { background-color: rgb(238,214,1); }

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

border-color css

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

 span { border-color: rgb(238,214,1); }

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