Html Css Color HEX #EED70F School Bus Yellow

📋 copy color: '#EED70F'

red 238 ◦ green 215 ◦ blue 15

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

Shades of School Bus Yellow #EED70F

Tints of School Bus Yellow #EED70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 50.85%
G = 45.94%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EED70F (or 0xEED70F) is known color: School Bus Yellow. HEX triplet: EE, D7 and 0F. RGB value is (238,215,15). Sum of RGB (Red+Green+Blue) = 238+215+15=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EED70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED70F is #1128F0. Grayscale: #C7C7C7. Windows color (decimal): -1124593 or 1038318. OLE color: 1038318.

HSL color Cylindrical-coordinate representation of color #EED70F: hue angle of 53.81º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EED70F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 15 -
CMYK 0 0.10 0.94 0.07
HSL 53.81º 0.88% 0.5% -
HSV(B) 53.81º 0.94% 0.93% -
XYZ 59.65 66.81 10.2 -
YUV 199.08 24.12 155.76 -
System Red Green Blue C M Y K H S L
Decimal 238 215 15 0 0.10 0.94 0.07 53.81 0.88 0.5
Hex EE D7 F 0 A 5E 7 36 58 32
Octal 356 327 17 0 12 136 7 66 130 62
Binary 11101110 11010111 1111 0 1010 1011110 111 110110 1011000 110010

Color Harmonies of #EED70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED70F

Black with #EED70F

Text Example


Text Example

White with #EED70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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