Html Css Color HEX #EFD70B School Bus Yellow

📋 copy color: '#EFD70B'

red 239 ◦ green 215 ◦ blue 11

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

Shades of School Bus Yellow #EFD70B

Tints of School Bus Yellow #EFD70B

RGB

 RED value IS 239 (93.75% from 255) = 51.4%

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

 BLUE value IS 11 (4.69% from 255) = 2.37%

R = 51.4%
G = 46.24%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD70B (or 0xEFD70B) is known color: School Bus Yellow. HEX triplet: EF, D7 and 0B. RGB value is (239,215,11). Sum of RGB (Red+Green+Blue) = 239+215+11=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD70B is #1028F4. Grayscale: #C7C7C7. Windows color (decimal): -1059061 or 776175. OLE color: 776175.

HSL color Cylindrical-coordinate representation of color #EFD70B: hue angle of 53.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFD70B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 11 -
CMYK 0 0.10 0.95 0.06
HSL 53.68º 0.91% 0.49% -
HSV(B) 53.68º 0.95% 0.94% -
XYZ 59.96 66.98 10.08 -
YUV 198.92 21.95 156.59 -
System Red Green Blue C M Y K H S L
Decimal 239 215 11 0 0.10 0.95 0.06 53.68 0.91 0.49
Hex EF D7 B 0 A 5F 6 36 5B 31
Octal 357 327 13 0 12 137 6 66 133 61
Binary 11101111 11010111 1011 0 1010 1011111 110 110110 1011011 110001

Color Harmonies of #EFD70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD70B

Black with #EFD70B

Text Example


Text Example

White with #EFD70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD70B; }

 p { color: rgb(239,215,11); }

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

background-color css

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

 a { background-color: rgb(239,215,11); }

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

border-color css

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

 span { border-color: rgb(239,215,11); }

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