Html Css Color HEX #EED701 School Bus Yellow

📋 copy color: '#EED701'

red 238 ◦ green 215 ◦ blue 1

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

Shades of School Bus Yellow #EED701

Tints of School Bus Yellow #EED701

RGB

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

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

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

R = 52.42%
G = 47.36%
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

#EED701 (or 0xEED701) is known color: School Bus Yellow. HEX triplet: EE, D7 and 01. RGB value is (238,215,1). Sum of RGB (Red+Green+Blue) = 238+215+1=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EED701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED701 is #1128FE. Grayscale: #C6C6C6. Windows color (decimal): -1124607 or 120814. OLE color: 120814.

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

Color convert

RGB 238 215 1 -
CMYK 0 0.10 1.00 0.07
HSL 54.18º 0.99% 0.47% -
HSV(B) 54.18º 1% 0.93% -
XYZ 59.57 66.78 9.78 -
YUV 197.48 17.12 156.9 -
System Red Green Blue C M Y K H S L
Decimal 238 215 1 0 0.10 1.00 0.07 54.18 0.99 0.47
Hex EE D7 1 0 A 64 7 36 63 2F
Octal 356 327 1 0 12 144 7 66 143 57
Binary 11101110 11010111 1 0 1010 1100100 111 110110 1100011 101111

Color Harmonies of #EED701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED701

Black with #EED701

Text Example


Text Example

White with #EED701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED701; }

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

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

background-color css

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

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

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

border-color css

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

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

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