Html Css Color HEX #EED901 School Bus Yellow

📋 copy color: '#EED901'

red 238 ◦ green 217 ◦ blue 1

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

Shades of School Bus Yellow #EED901

Tints of School Bus Yellow #EED901

RGB

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

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

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

R = 52.19%
G = 47.59%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EED901 (or 0xEED901) is known color: School Bus Yellow. HEX triplet: EE, D9 and 01. RGB value is (238,217,1). Sum of RGB (Red+Green+Blue) = 238+217+1=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EED901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED901 is #1126FE. Grayscale: #C7C7C7. Windows color (decimal): -1124095 or 121326. OLE color: 121326.

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

Color convert

RGB 238 217 1 -
CMYK 0 0.09 1.00 0.07
HSL 54.68º 0.99% 0.47% -
HSV(B) 54.68º 1% 0.93% -
XYZ 60.08 67.81 9.95 -
YUV 198.66 16.46 156.06 -
System Red Green Blue C M Y K H S L
Decimal 238 217 1 0 0.09 1.00 0.07 54.68 0.99 0.47
Hex EE D9 1 0 9 64 7 37 63 2F
Octal 356 331 1 0 11 144 7 67 143 57
Binary 11101110 11011001 1 0 1001 1100100 111 110111 1100011 101111

Color Harmonies of #EED901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED901

Black with #EED901

Text Example


Text Example

White with #EED901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED901; }

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

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

background-color css

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

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

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

border-color css

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

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

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