Html Css Color HEX #EED90D School Bus Yellow

📋 copy color: '#EED90D'

red 238 ◦ green 217 ◦ blue 13

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

Shades of School Bus Yellow #EED90D

Tints of School Bus Yellow #EED90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.78%

R = 50.85%
G = 46.37%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EED90D (or 0xEED90D) is known color: School Bus Yellow. HEX triplet: EE, D9 and 0D. RGB value is (238,217,13). Sum of RGB (Red+Green+Blue) = 238+217+13=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EED90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED90D is #1126F2. Grayscale: #C8C8C8. Windows color (decimal): -1124083 or 907758. OLE color: 907758.

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

Color convert

RGB 238 217 13 -
CMYK 0 0.09 0.95 0.07
HSL 54.4º 0.9% 0.49% -
HSV(B) 54.4º 0.95% 0.93% -
XYZ 60.15 67.83 10.3 -
YUV 200.02 22.46 155.09 -
System Red Green Blue C M Y K H S L
Decimal 238 217 13 0 0.09 0.95 0.07 54.4 0.9 0.49
Hex EE D9 D 0 9 5F 7 36 5A 31
Octal 356 331 15 0 11 137 7 66 132 61
Binary 11101110 11011001 1101 0 1001 1011111 111 110110 1011010 110001

Color Harmonies of #EED90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED90D

Black with #EED90D

Text Example


Text Example

White with #EED90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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